Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 15:55:57 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: 0ff8646e29f7 - main - science/py-PyFR: Update USES=python
Message-ID:  <202304271555.33RFtvhV029902@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=0ff8646e29f7b52989ae60c5b5668cfb5c7ec486

commit 0ff8646e29f7b52989ae60c5b5668cfb5c7ec486
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-27 15:49:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-27 15:49:28 +0000

    science/py-PyFR: Update USES=python
    
    devel/py-pytools requires Python 3.8+
---
 science/py-PyFR/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/science/py-PyFR/Makefile b/science/py-PyFR/Makefile
index 1e563e806f14..afa96b46ccee 100644
--- a/science/py-PyFR/Makefile
+++ b/science/py-PyFR/Makefile
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}pytools>=2016.2.1:devel/py-pytools@${PY_FLAVOR} \
 		${PYNUMPY}
 
-USES=		python:3.7+ shebangfix
+USES=		python:3.8+ shebangfix
 USE_PYTHON=	distutils concurrent autoplist pytest
 
 SHEBANG_FILES=	setup.py pyfr/__main__.py



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