aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:31 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:31 +0000
commit8b4cfad94dffad7c890748408d8dd3f0d8decf2a (patch)
tree2d5e36e729616bdfa11fb84b2f109c65d032625e /graphics
parenta570198a085f20dae875ba8021e241d795aa985a (diff)
downloadports-8b4cfad94dffad7c890748408d8dd3f0d8decf2a.tar.gz
ports-8b4cfad94dffad7c890748408d8dd3f0d8decf2a.zip
graphics/py-beziers: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-beziers/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/py-beziers/Makefile b/graphics/py-beziers/Makefile
index c86cda22d087..e511584c3b94 100644
--- a/graphics/py-beziers/Makefile
+++ b/graphics/py-beziers/Makefile
@@ -1,6 +1,7 @@
PORTNAME= beziers
PORTVERSION= 0.5.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= graphics python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +11,11 @@ WWW= https://github.com/simoncozens/beziers.py
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