pkgsrc/net/py-tweepy/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

23 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.10 2022/01/04 20:54:33 wiz Exp $
DISTNAME= tweepy-3.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tweepy/}
MAINTAINER= riz@NetBSD.org
HOMEPAGE= https://github.com/tweepy/tweepy
COMMENT= Basic Python API for Twitter
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-requests>=2.11.1:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-JWT
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"