summaryrefslogtreecommitdiff
path: root/devel/py-six/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-six/Makefile')
-rw-r--r--devel/py-six/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-six/Makefile b/devel/py-six/Makefile
index 972441563daf..92c15c8a641e 100644
--- a/devel/py-six/Makefile
+++ b/devel/py-six/Makefile
@@ -1,5 +1,6 @@
PORTNAME= six
PORTVERSION= 1.16.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://github.com/benjaminp/six
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>=0:databases/py-gdbm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils pytest
+USE_PYTHON= autoplist concurrent pep517 pytest
NO_ARCH= yes