git: 48d46f1ec28d - main - math/py-numexpr: Remove PYNUMPY

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


The branch main has been updated by sunpoet:

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

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

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

diff --git a/math/py-numexpr/Makefile b/math/py-numexpr/Makefile
index b4e1241cb4cf..b1316be99264 100644
--- a/math/py-numexpr/Makefile
+++ b/math/py-numexpr/Makefile
@@ -13,7 +13,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		dos2unix python:3.6+
 USE_PYTHON=	autoplist concurrent distutils


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