Date: Sun, 18 Apr 2021 07:12:48 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: 1f90b2c9e25b - main - math/py-snuggs: Remove PYNUMPY Message-ID: <202104180712.13I7Cmla011677@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=1f90b2c9e25b9720960472797b7e7ff4182df840 commit 1f90b2c9e25b9720960472797b7e7ff4182df840 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:04:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:43:53 +0000 math/py-snuggs: Remove PYNUMPY --- math/py-snuggs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-snuggs/Makefile b/math/py-snuggs/Makefile index 6f567b5d385d..1c4025db32aa 100644 --- a/math/py-snuggs/Makefile +++ b/math/py-snuggs/Makefile @@ -12,7 +12,7 @@ COMMENT= S-expressions for Numpy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.6:devel/py-pyparsing@${PY_FLAVOR} USES= python:3.6+
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180712.13I7Cmla011677>