aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:23:54 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:49:40 +0000
commitc2191c61c641c26af524826de30339db7d26a7c9 (patch)
tree43c2c1a586a79eeeb5db598b98a59c19b72d3cfe
parentc694c0a99b832b1f553559424a7d53e3c0fc61d9 (diff)
downloadports-c2191c61c641c26af524826de30339db7d26a7c9.tar.gz
ports-c2191c61c641c26af524826de30339db7d26a7c9.zip
x11-fonts/py-ufolint: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--x11-fonts/py-ufolint/Makefile5
1 files changed, 4 insertions, 1 deletions
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