pkgsrc/net/py-twython/Makefile
adam 6664f6e2d1 3.4.0 (2016-30-04)
++++++++++++++++++
- Added `upload_video` endpoint
- Fix quoted status checks in `html_for_tweet`
- Fix `html_for_tweet` method response when hashtag/mention is a substring of another
2017-03-14 19:28:31 +00:00

18 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.4 2017/03/14 19:28:31 adam Exp $
DISTNAME= twython-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
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/egg.mk"
.include "../../mk/bsd.pkg.mk"