git: f92330acaec1 - main - science/py-geometer: Fix build with numpy-1.24
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Feb 2023 01:29:46 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=f92330acaec14f33e17c3161b7f843c8010d72b2 commit f92330acaec14f33e17c3161b7f843c8010d72b2 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2023-02-08 01:26:43 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2023-02-08 01:26:43 +0000 science/py-geometer: Fix build with numpy-1.24 Approved by: portmgr(blanket) --- 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 428e286cdd46..52ccc3398f0a 100644 --- a/science/py-geometer/Makefile +++ b/science/py-geometer/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/jan-mue/geometer LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.15,1<1.24,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYNUMPY} USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils