git: 18c4dfc70580 - main - math/py-pyFFTW: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 25 Mar 2022 13:49:16 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=18c4dfc705806496e25b21db27b1b5797a5bc776 commit 18c4dfc705806496e25b21db27b1b5797a5bc776 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 13:11:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:38:00 +0000 math/py-pyFFTW: Update USES=python devel/py-dask requires Python 3.8+ --- math/py-pyFFTW/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/py-pyFFTW/Makefile b/math/py-pyFFTW/Makefile index 3231591978db..7f6d91f955a3 100644 --- a/math/py-pyFFTW/Makefile +++ b/math/py-pyFFTW/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libfftw3f.so:math/fftw3-float RUN_DEPENDS= ${PY_DEPENDS} -USES= python:3.6+ localbase:ldflags +USES= python:3.8+ localbase:ldflags USE_PYTHON= distutils cython autoplist .include <bsd.port.mk>