git: 1f51ea42c449 - main - science/py-eccodes: Fix build with py-numpy-1.20.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Oct 2021 01:02:54 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f51ea42c4498e11ef9e4c41cb7b957783130862 commit 1f51ea42c4498e11ef9e4c41cb7b957783130862 Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2021-10-26 00:59:49 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2021-10-26 00:59:49 +0000 science/py-eccodes: Fix build with py-numpy-1.20.3 --- science/py-eccodes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/science/py-eccodes/Makefile b/science/py-eccodes/Makefile index 3a6293fa706a..ed9dc7ebbde1 100644 --- a/science/py-eccodes/Makefile +++ b/science/py-eccodes/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libeccodes.so:science/eccodes RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cffi>=0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}findlibs>=0:devel/py-findlibs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<1.20,1:math/py-numpy@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1<1.21,1:math/py-numpy@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-flakes>=0:devel/py-pytest-flakes@${PY_FLAVOR} \