Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:49:16 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: 18c4dfc70580 - main - math/py-pyFFTW: Update USES=python
Message-ID:  <202203251349.22PDnGip027102@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=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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251349.22PDnGip027102>