Date: Fri, 25 Mar 2022 13:49:18 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: 705edaf36b8e - main - misc/py-soapy_power: Update USES=python Message-ID: <202203251349.22PDnIQ2027150@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=705edaf36b8e3a7e8f0923c61d51d65033a7df2f commit 705edaf36b8e3a7e8f0923c61d51d65033a7df2f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:11:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:00 +0000 misc/py-soapy_power: Update USES=python math/py-pyFFTW requires Python 3.8+ --- misc/py-soapy_power/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-soapy_power/Makefile b/misc/py-soapy_power/Makefile index 23aa62e2c826..2305c1cab0e7 100644 --- a/misc/py-soapy_power/Makefile +++ b/misc/py-soapy_power/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}SimpleSoapy>=1.5.0:misc/py-SimpleSoapy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}SimpleSpectral>0:science/py-SimpleSpectral@${PY_FLAVOR} -USES= python:3.4+ +USES= python:3.8+ USE_PYTHON= distutils concurrent autoplist .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251349.22PDnIQ2027150>