Date: Fri, 5 Nov 2021 19:17:45 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: 40cee74b83c1 - main - math/py-iohexperimenter: Update USES=python Message-ID: <202111051917.1A5JHjFF088621@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=40cee74b83c11a87af2b04a6f8aba20d4f9588d6 commit 40cee74b83c11a87af2b04a6f8aba20d4f9588d6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-11-05 19:04:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-11-05 19:14:18 +0000 math/py-iohexperimenter: Update USES=python math/py-numpy requires Python 3.7+ --- math/py-iohexperimenter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile index 1f1999049843..dfd1e1b00ae5 100644 --- a/math/py-iohexperimenter/Makefile +++ b/math/py-iohexperimenter/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= compiler:c++14-lang dos2unix python:3.6+ +USES= compiler:c++14-lang dos2unix python:3.7+ USE_PYTHON= autoplist concurrent distutils USE_CXXSTD= c++14
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111051917.1A5JHjFF088621>