Date: Sun, 18 Apr 2021 07:13:07 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2ff060b9063b - main - science/py-geometer: Remove PYNUMPY Message-ID: <202104180713.13I7D7P3012052@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ff060b9063b92ed4e2673f8f772966624bff476 commit 2ff060b9063b92ed4e2673f8f772966624bff476 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:06:17 +0000 Commit: Po-Chuan Hsieh <sunpoet@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+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180713.13I7D7P3012052>