git: 2bc3c0d6139d - main - math/py-opt-einsum: Remove PYNUMPY

Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 18 07:12:51 UTC 2021


The branch main has been updated by sunpoet:

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

commit 2bc3c0d6139d9774c0e1d969b6258b8c769e90cd
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-18 05:04:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-18 05:43:51 +0000

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

diff --git a/math/py-opt-einsum/Makefile b/math/py-opt-einsum/Makefile
index f96aeba3b27d..cf863dd871fd 100644
--- a/math/py-opt-einsum/Makefile
+++ b/math/py-opt-einsum/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Optimizing numpys einsum function
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils


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