Date: Fri, 5 Nov 2021 19:17:47 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: 71981b7ad815 - main - math/py-numexpr: Update USES=python Message-ID: <202111051917.1A5JHl4l088671@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=71981b7ad8155e77e8113ec28876576e42e0079a commit 71981b7ad8155e77e8113ec28876576e42e0079a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:04:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:19 +0000 math/py-numexpr: Update USES=python math/py-numpy requires Python 3.7+ --- 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 aa388d441172..927c50600dc9 100644 --- a/math/py-numexpr/Makefile +++ b/math/py-numexpr/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.7,1:math/py-numpy@${PY_FLAVOR} -USES= dos2unix python:3.6+ +USES= dos2unix python:3.7+ USE_PYTHON= autoplist concurrent distutils post-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051917.1A5JHl4l088671>