git: 51419cc7b280 - main - archivers/py-zlib-ng: Clean up USES=python
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Apr 2024 00:46:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=51419cc7b280e1fc88293203cc5feb8ce343dc37 commit 51419cc7b280e1fc88293203cc5feb8ce343dc37 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-04-05 00:43:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-04-05 00:43:39 +0000 archivers/py-zlib-ng: Clean up USES=python USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python --- archivers/py-zlib-ng/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/py-zlib-ng/Makefile b/archivers/py-zlib-ng/Makefile index 7f1eb39f0ba9..924c6d3924de 100644 --- a/archivers/py-zlib-ng/Makefile +++ b/archivers/py-zlib-ng/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=51:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \ cmake:devel/cmake-core -USES= python:3.7+ +USES= python USE_PYTHON= autoplist pep517 INSTALL_TARGET=install-strip