From 2ff060b9063b92ed4e2673f8f772966624bff476 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sun, 18 Apr 2021 13:06:17 +0800 Subject: [PATCH] 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 77556c8b43a83..aaa7d7d17a638 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+