Date: Sun, 18 Apr 2021 07:12:43 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2bc3c0d6139d - main - math/py-opt-einsum: Remove PYNUMPY Message-ID: <202104180712.13I7Chnj011587@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2bc3c0d6139d9774c0e1d969b6258b8c769e90cd commit 2bc3c0d6139d9774c0e1d969b6258b8c769e90cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:04:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7Chnj011587>