Date: Fri, 5 Apr 2024 00:46:26 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: 1d6e98e0d423 - main - devel/py-fireREST: Clean up USES=python Message-ID: <202404050046.4350kQYG003847@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=1d6e98e0d4237572bd2218a8baeaf77a8775ec29 commit 1d6e98e0d4237572bd2218a8baeaf77a8775ec29 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:43:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:43:45 +0000 devel/py-fireREST: Clean up USES=python USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- devel/py-fireREST/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-fireREST/Makefile b/devel/py-fireREST/Makefile index 8894418c1c2c..1c03ae003396 100644 --- a/devel/py-fireREST/Makefile +++ b/devel/py-fireREST/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} # Officially: 2.7, 3.5-3.8 -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404050046.4350kQYG003847>