git: c2191c61c641 - main - x11-fonts/py-ufolint: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Mar 2024 15:02:29 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c2191c61c641c26af524826de30339db7d26a7c9 commit c2191c61c641c26af524826de30339db7d26a7c9 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-23 14:23:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-23 14:49:40 +0000 x11-fonts/py-ufolint: Convert to USE_PYTHON=pep517 - Bump PORTREVISION for package change --- x11-fonts/py-ufolint/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/x11-fonts/py-ufolint/Makefile b/x11-fonts/py-ufolint/Makefile index 206e4878e16c..531b172fe0c9 100644 --- a/x11-fonts/py-ufolint/Makefile +++ b/x11-fonts/py-ufolint/Makefile @@ -1,5 +1,6 @@ PORTNAME= ufolint PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +11,13 @@ WWW= https://github.com/source-foundry/ufolint LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}commandlines>=0:devel/py-commandlines@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}fonttools>=4.18.0:print/py-fonttools@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes