aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:23:53 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:49:40 +0000
commitc694c0a99b832b1f553559424a7d53e3c0fc61d9 (patch)
treea783dc997f794ecac0063acdc4c19e49e3a84608
parentbcd86de371ac2d79657a4adaefaf04719935d668 (diff)
downloadports-c694c0a99b832b1f553559424a7d53e3c0fc61d9.tar.gz
ports-c694c0a99b832b1f553559424a7d53e3c0fc61d9.zip
x11-fonts/py-opentypespec: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--x11-fonts/py-opentypespec/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-fonts/py-opentypespec/Makefile b/x11-fonts/py-opentypespec/Makefile
index db912123040d..6db98d20cca2 100644
--- a/x11-fonts/py-opentypespec/Makefile
+++ b/x11-fonts/py-opentypespec/Makefile
@@ -1,5 +1,6 @@
PORTNAME= opentypespec
PORTVERSION= 1.9.1
+PORTREVISION= 1
CATEGORIES= x11-fonts python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,11 @@ WWW= https://github.com/simoncozens/opentypespec-py
LICENSE= APACHE20
+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