git: da12bb47451e - main - devel/py-etils: Use USES=python:3.11+ after python311 as default (62a23ef0936e21fef507653054d6732bb7ef085f)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jun 2024 02:47:48 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=da12bb47451e8ebf0b28c874b5d63f75ef9dd68b commit da12bb47451e8ebf0b28c874b5d63f75ef9dd68b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-03 02:38:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-03 02:38:10 +0000 devel/py-etils: Use USES=python:3.11+ after python311 as default (62a23ef0936e21fef507653054d6732bb7ef085f) --- devel/py-etils/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/py-etils/Makefile b/devel/py-etils/Makefile index e987cb95d934..689bbbc1b61e 100644 --- a/devel/py-etils/Makefile +++ b/devel/py-etils/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.8<4:devel/py-flit-core@${PY_FLAVOR} -USES= python +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes @@ -61,10 +61,4 @@ EPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-ext ETQDM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}absl-py>=0:devel/py-absl-py@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tqdm>=0:misc/py-tqdm@${PY_FLAVOR} -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31100 -IGNORE= requires Python 3.11+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>