diff options
Diffstat (limited to 'math/py-altgraph/Makefile')
| -rw-r--r-- | math/py-altgraph/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/py-altgraph/Makefile b/math/py-altgraph/Makefile index 4a764dd24deb..fbd12f453542 100644 --- a/math/py-altgraph/Makefile +++ b/math/py-altgraph/Makefile @@ -1,6 +1,5 @@ PORTNAME= altgraph -PORTVERSION= 0.17.4 -PORTREVISION= 1 +PORTVERSION= 0.17.5 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +12,11 @@ WWW= https://altgraph.readthedocs.io/en/latest/ \ 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} + USES= python -USE_PYTHON= autoplist concurrent distutils unittest +USE_PYTHON= autoplist concurrent pep517 unittest NO_ARCH= yes |
