git: 36c342df1d82 - main - math/py-fastcluster: Remove PYNUMPY
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:12:44 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=36c342df1d8247d56429eea17638a879d2e604dc
commit 36c342df1d8247d56429eea17638a879d2e604dc
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:03:26 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:48 +0000
math/py-fastcluster: Remove PYNUMPY
---
math/py-fastcluster/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/math/py-fastcluster/Makefile b/math/py-fastcluster/Makefile
index d62868578522..9dcf405f7bc7 100644
--- a/math/py-fastcluster/Makefile
+++ b/math/py-fastcluster/Makefile
@@ -12,8 +12,8 @@ COMMENT= Fast hierarchical clustering routines for R and Python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
-BUILD_DEPENDS= ${PYNUMPY}
-RUN_DEPENDS= ${PYNUMPY} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.9,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>=0:science/py-scipy@${PY_FLAVOR}
USES= python:3.6+
More information about the dev-commits-ports-all
mailing list