git: d27a44a344bb - main - www/py-flask-socketio: Update USES=python (followup of 27e99546bd59132465fe837686ad693ec1389db2)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 05:50:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d27a44a344bba25a99c58bfbb3e52a1967d1a6e7 commit d27a44a344bba25a99c58bfbb3e52a1967d1a6e7 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-13 05:37:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-13 05:37:51 +0000 www/py-flask-socketio: Update USES=python (followup of 27e99546bd59132465fe837686ad693ec1389db2) devel/py-python-socketio has been changed from USES=python:3.6+ to USES=python:3.7+. --- www/py-flask-socketio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/py-flask-socketio/Makefile b/www/py-flask-socketio/Makefile index 63ca6c3d6c19..291bbc7608ec 100644 --- a/www/py-flask-socketio/Makefile +++ b/www/py-flask-socketio/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0.9:www/py-flask@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-socketio>=4.3.0<5:devel/py-python-socketio@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes