git: db8ecc47a823 - main - www/py-limits: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:32 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=db8ecc47a823e8465ae35b189df4b48d4d185aa1 commit db8ecc47a823e8465ae35b189df4b48d4d185aa1 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:44:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:44:07 +0000 www/py-limits: Clean up USES=python USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- www/py-limits/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-limits/Makefile b/www/py-limits/Makefile index 0f0903fc4012..fe6acde45e30 100644 --- a/www/py-limits/Makefile +++ b/www/py-limits/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecated>=1.2:devel/py-deprecated@${PY_FLA ${PYTHON_PKGNAMEPREFIX}packaging>=21,<24:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0.8:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.7+ +USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes