summaryrefslogtreecommitdiff
path: root/net/py-oauth2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-oauth2/Makefile')
-rw-r--r--net/py-oauth2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-oauth2/Makefile b/net/py-oauth2/Makefile
index f9848b52488d..0464559fa8cb 100644
--- a/net/py-oauth2/Makefile
+++ b/net/py-oauth2/Makefile
@@ -1,5 +1,6 @@
PORTNAME= oauth2
DISTVERSION= 1.9.0.post1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +11,14 @@ WWW= https://github.com/joestump/python-oauth2
LICENSE= MIT
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:www/py-httplib2@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist distutils unittest
+USE_PYTHON= autoplist pep517 unittest
NO_ARCH= yes