bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
23 lines
665 B
Makefile
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"
|