Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:46:32 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: db8ecc47a823 - main - www/py-limits: Clean up USES=python
Message-ID:  <202404050046.4350kWK3004066@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=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



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