Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:46:31 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: e33a9a3a5170 - main - www/py-flask-limiter: Clean up USES=python
Message-ID:  <202404050046.4350kVUD004020@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=e33a9a3a51701ec5da06bb573fce603023e27b99

commit e33a9a3a51701ec5da06bb573fce603023e27b99
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:44:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:44:01 +0000

    www/py-flask-limiter: Clean up USES=python
    
    USES=python means USES=python:3.8+ now.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 www/py-flask-limiter/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/py-flask-limiter/Makefile b/www/py-flask-limiter/Makefile
index f1106d78616d..b86b0ae5c60c 100644
--- a/www/py-flask-limiter/Makefile
+++ b/www/py-flask-limiter/Makefile
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=12,<14:textproc/py-rich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}typing-extensions>=4: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.4350kVUD004020>