Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 18:13:12 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: d4e7059b50e2 - main - www/twms: Update USES=python
Message-ID:  <202209101813.28AIDCXF020791@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=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
 



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