Date: Tue, 21 Mar 2023 19:30:28 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: 07d14c9198c8 - main - textproc/py-tomli: Set USES=python version explicitly Message-ID: <202303211930.32LJUSZN042910@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303211930.32LJUSZN042910>