git: 92d7f0316ce1 - main - devel/py-flit-core: Set USES=python version explicitly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:27:12 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=92d7f0316ce1fc988bf07f53936c1e2a117a48e4 commit 92d7f0316ce1fc988bf07f53936c1e2a117a48e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:43:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:37 +0000 devel/py-flit-core: Set USES=python version explicitly --- devel/py-flit-core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-flit-core/Makefile b/devel/py-flit-core/Makefile index 61ddb859a121..be8b3684ff6d 100644 --- a/devel/py-flit-core/Makefile +++ b/devel/py-flit-core/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= allflavors autoplist concurrent pep517 pytest NO_ARCH= yes