git: 705edaf36b8e - main - misc/py-soapy_power: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:49:18 UTC
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>