Date: Sun, 18 Apr 2021 07:13:11 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: b798dd98f639 - main - science/py-pupynere: Remove PYNUMPY Message-ID: <202104180713.13I7DBT9012121@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=b798dd98f6391719d193b7561986aa7115bd71ed commit b798dd98f6391719d193b7561986aa7115bd71ed Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-04-18 05:06:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-04-18 05:44:05 +0000 science/py-pupynere: Remove PYNUMPY --- science/py-pupynere/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/science/py-pupynere/Makefile b/science/py-pupynere/Makefile index 6c2c62c72b60..0f938742c5fc 100644 --- a/science/py-pupynere/Makefile +++ b/science/py-pupynere/Makefile @@ -12,10 +12,11 @@ COMMENT= NetCDF file reader and writer LICENSE= MIT -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -NO_ARCH= yes USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils +NO_ARCH= yes + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180713.13I7DBT9012121>