summaryrefslogtreecommitdiff
path: root/security/py-requests-oauthlib
diff options
context:
space:
mode:
authorwiz <wiz>2015-11-06 10:56:30 +0000
committerwiz <wiz>2015-11-06 10:56:30 +0000
commit2912170e5a6fb2025e376121711753fa480751a6 (patch)
treeae1e473a6cde12fc895c4fe81b442a73cc963259 /security/py-requests-oauthlib
parent0bc0e5bb4a5f7dc392e6a0473c032cb2c2562cba (diff)
downloadpkgsrc-2912170e5a6fb2025e376121711753fa480751a6.tar.gz
pkglint cleanup.
Add commented out test dependencies.
Diffstat (limited to 'security/py-requests-oauthlib')
-rw-r--r--security/py-requests-oauthlib/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/py-requests-oauthlib/Makefile b/security/py-requests-oauthlib/Makefile
index 61968dcda84..b35a2e2c08c 100644
--- a/security/py-requests-oauthlib/Makefile
+++ b/security/py-requests-oauthlib/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2015/11/06 10:56:30 wiz Exp $
DISTNAME= requests-oauthlib-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security
-MASTER_SITES= https://pypi.python.org/packages/source/r/requests-oauthlib/
+MASTER_SITES= ${MASTER_SITE_PYPI:=r/requests-oauthlib/}
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://github.com/requests/requests-oauthlib
@@ -14,6 +14,9 @@ USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-requests>=2.2.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-oauthlib>=0.6.1:../../security/py-oauthlib
+# ImportError: No module named 'tests'
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-pbr>=0.11:../../devel/py-pbr
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"