aboutsummaryrefslogtreecommitdiff
path: root/security/py-oauthlib
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-06-15 09:18:40 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-06-15 09:18:40 +0000
commit313c33e9481f1bbc44580f3ddb88636c4f8c5b1d (patch)
treebec6481c83ae6b95a3170d833991295c23f6f3b6 /security/py-oauthlib
parent67f2f188b91281938573301e7ca3c44d24f4dd27 (diff)
downloadports-313c33e9481f1bbc44580f3ddb88636c4f8c5b1d.tar.gz
ports-313c33e9481f1bbc44580f3ddb88636c4f8c5b1d.zip
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
Notes
Notes: svn path=/head/; revision=357854
Diffstat (limited to 'security/py-oauthlib')
-rw-r--r--security/py-oauthlib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-oauthlib/Makefile b/security/py-oauthlib/Makefile
index 7824d263300a..19c97b8076e2 100644
--- a/security/py-oauthlib/Makefile
+++ b/security/py-oauthlib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oauthlib
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= security net python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,13 +18,12 @@ TEST_DEPENDS= nosetests:${PORTSDIR}/devel/py-nose \
USE_GITHUB= yes
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
GH_ACCOUNT= idan
GH_COMMIT= 58abd88
-PYDISTUTILS_AUTOPLIST= yes
-
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} < 300