git: 9f87e322d4aa - main - misc/py-kartograph: Update USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 18:13:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f87e322d4aa5698092efb56b6240d8d0ad499b5 commit 9f87e322d4aa5698092efb56b6240d8d0ad499b5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 18:11:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 18:11:36 +0000 misc/py-kartograph: Update USES=python graphics/py-pyproj requires Python 3.8+ --- misc/py-kartograph/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/py-kartograph/Makefile b/misc/py-kartograph/Makefile index cbfc6f93f943..5e8cc2144991 100644 --- a/misc/py-kartograph/Makefile +++ b/misc/py-kartograph/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>0:devel/py-argparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Shapely>=1.0.14:devel/py-shapely@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tinycss>0:textproc/py-tinycss@${PY_FLAVOR} -USES= python:3.7+ +USES= python:3.8+ USE_GITHUB= yes GH_PROJECT= ${PORTNAME}.py USE_PYTHON= distutils concurrent autoplist