pkgsrc/net/py-twython/Makefile

20 lines
513 B
Makefile
Raw Normal View History

2016-06-08 19:43:20 +02:00
# $NetBSD: Makefile,v 1.3 2016/06/08 17:43:37 wiz Exp $
DISTNAME= twython-3.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/ryanmcgrath/twython
COMMENT= Python wrapper for the Twitter API
LICENSE= mit
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"