git: 1d6e98e0d423 - main - devel/py-fireREST: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:26 UTC
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