git: 07d14c9198c8 - main - textproc/py-tomli: Set USES=python version explicitly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:30:28 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=07d14c9198c8a42b5a492e2afe7d3af3b34157f6 commit 07d14c9198c8a42b5a492e2afe7d3af3b34157f6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:48:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:21:24 +0000 textproc/py-tomli: Set USES=python version explicitly --- textproc/py-tomli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-tomli/Makefile b/textproc/py-tomli/Makefile index 8a367993d5a6..4e84f679b945 100644 --- a/textproc/py-tomli/Makefile +++ b/textproc/py-tomli/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/hukkin/tomli LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.7+ USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes