aboutsummaryrefslogtreecommitdiff
path: root/math/py-fastcluster/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:02:29 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:02:29 +0000
commit5a910ffd7240e84f53b09a438e73faba3567c424 (patch)
treef49e22061c87a29eefabfd924d1804b734f437d4 /math/py-fastcluster/Makefile
parent2e7ccb31d6d40ecaa1d48ae10e4420d3d5f077c6 (diff)
downloadports-5a910ffd7240e84f53b09a438e73faba3567c424.tar.gz
ports-5a910ffd7240e84f53b09a438e73faba3567c424.zip
Diffstat (limited to 'math/py-fastcluster/Makefile')
-rw-r--r--math/py-fastcluster/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile
index 859e76602684..e19eaa145ae9 100644
--- a/math/py-fastcluster/Makefile
+++ b/math/py-fastcluster/Makefile
@@ -1,6 +1,6 @@
PORTNAME= fastcluster
PORTVERSION= 1.2.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +13,13 @@ WWW= http://danifold.net/fastcluster.html \
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR}
USES= compiler python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
.include <bsd.port.pre.mk>