ed8b596f7e
authentication.
19 lines
533 B
Makefile
19 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/05/08 15:36:57 imil Exp $
|
|
|
|
DISTNAME= twython-3.1.2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://pypi.python.org/packages/source/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"
|