git: d1aaea053d26 - main - devel/py-pyproject_hooks: Set USES=python version explicitly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:28:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1aaea053d26b0a5ba2311cfb97af836e50602f5 commit d1aaea053d26b0a5ba2311cfb97af836e50602f5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:45:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:59 +0000 devel/py-pyproject_hooks: Set USES=python version explicitly --- devel/py-pyproject_hooks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pyproject_hooks/Makefile b/devel/py-pyproject_hooks/Makefile index f1b1fbeadb73..cc59837a7995 100644 --- a/devel/py-pyproject_hooks/Makefile +++ b/devel/py-pyproject_hooks/Makefile @@ -12,7 +12,7 @@ WWW= https://github.com/pypa/pyproject-hooks LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python +USES= python:3.7+ USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes