git: 2b7594f5f04e - main - www/py-cssmin: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 May 2024 14:24:38 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2b7594f5f04ee9c04a67709901b8a36987f7d9ca commit 2b7594f5f04ee9c04a67709901b8a36987f7d9ca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-13 14:11:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-13 14:11:54 +0000 www/py-cssmin: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- www/py-cssmin/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile index c6a291679091..39a08a1ad86a 100644 --- a/www/py-cssmin/Makefile +++ b/www/py-cssmin/Makefile @@ -1,6 +1,6 @@ PORTNAME= cssmin PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,11 @@ WWW= https://github.com/zacharyvoase/cssmin LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes