git: 2ff060b9063b - main - science/py-geometer: Remove PYNUMPY
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 18 07:13:14 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff060b9063b92ed4e2673f8f772966624bff476
commit 2ff060b9063b92ed4e2673f8f772966624bff476
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:06:17 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:44:04 +0000
science/py-geometer: Remove PYNUMPY
---
science/py-geometer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/science/py-geometer/Makefile b/science/py-geometer/Makefile
index 77556c8b43a8..aaa7d7d17a63 100644
--- a/science/py-geometer/Makefile
+++ b/science/py-geometer/Makefile
@@ -12,7 +12,7 @@ COMMENT= Python geometry package based on projective geometry and numpy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYNUMPY} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.20,1:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sympy>=1.3:math/py-sympy@${PY_FLAVOR} # <= 1.7
USES= python:3.5+
More information about the dev-commits-ports-all
mailing list