git: cdc4e62489cd - main - science/py-h5py: Remove PYNUMPY

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 2 19:52:41 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdc4e62489cd93630ec099bb6577dfd16170817b

commit cdc4e62489cd93630ec099bb6577dfd16170817b
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-02 19:45:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-02 19:45:34 +0000

    science/py-h5py: Remove PYNUMPY
---
 science/py-h5py/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-h5py/Makefile b/science/py-h5py/Makefile
index bd4084af7d1d..6ece7685ff87 100644
--- a/science/py-h5py/Makefile
+++ b/science/py-h5py/Makefile
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cython>=0.29.15:lang/cython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pkgconfig>=0:devel/py-pkgconfig@${PY_FLAVOR} \
 		${RUN_DEPENDS}
 LIB_DEPENDS=	libhdf5.so:science/hdf5
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.14.5,1:math/py-numpy@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		localbase pkgconfig python:3.7+


More information about the dev-commits-ports-all mailing list