git: d4e7059b50e2 - main - www/twms: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:13:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d4e7059b50e2842790bf666a393ef74f9ae1f78e commit d4e7059b50e2842790bf666a393ef74f9ae1f78e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 18:11:38 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 18:11:38 +0000 www/twms: Update USES=python graphics/py-pyproj requires Python 3.8+ --- www/twms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/twms/Makefile b/www/twms/Makefile index ffcb19086cb5..4a647b990111 100644 --- a/www/twms/Makefile +++ b/www/twms/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyproj>0:graphics/py-pyproj@${PY_FLAVOR} \ USE_GITHUB= yes GH_ACCOUNT= Komzpa -USES= python:3.7+ +USES= python:3.8+ USE_PYTHON= distutils py3kplist optsuffix NO_ARCH= yes