aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:06:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:06:42 +0000
commitafaa442d647675157291fcfbdbc4c6e0f9fb727e (patch)
treee3d358101306d5e141e6508f86915a8b6e31fa65
parent89fd157c31dc58b4109f43824e9edec78beae3cd (diff)
downloadports-afaa442d647675157291fcfbdbc4c6e0f9fb727e.tar.gz
ports-afaa442d647675157291fcfbdbc4c6e0f9fb727e.zip
x11-fonts/py-ufonormalizer: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--x11-fonts/py-ufonormalizer/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-fonts/py-ufonormalizer/Makefile b/x11-fonts/py-ufonormalizer/Makefile
index f36ede8e3a37..ab5167e74cb3 100644
--- a/x11-fonts/py-ufonormalizer/Makefile
+++ b/x11-fonts/py-ufonormalizer/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ufonormalizer
PORTVERSION= 0.6.1
+PORTREVISION= 1
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/unified-font-object/ufoNormalizer
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= python zip
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes