2017-03-14 20:28:31 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2017/03/14 19:28:31 adam Exp $
|
2014-05-08 16:41:49 +02:00
|
|
|
|
2017-03-14 20:28:31 +01:00
|
|
|
DISTNAME= twython-3.4.0
|
2014-05-08 16:41:49 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= net
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=t/twython/}
|
2014-05-08 16:41:49 +02:00
|
|
|
|
|
|
|
MAINTAINER= imil@NetBSD.org
|
|
|
|
HOMEPAGE= https://github.com/ryanmcgrath/twython
|
|
|
|
COMMENT= Python wrapper for the Twitter API
|
|
|
|
LICENSE= mit
|
|
|
|
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
|
2014-05-08 17:36:57 +02:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.4.0:../../security/py-requests-oauthlib
|
|
|
|
|
2017-03-14 20:28:31 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
2014-05-08 16:41:49 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|