aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gprof2dot
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 14:01:35 +0000
commit0af63d0fcef2fc10697f4b12e03ef98326b2d7e4 (patch)
tree8d7b414aaa8ea15b74d14768b042393f36b63d04 /graphics/py-gprof2dot
parentdef60b99f6756e2e0396bb5a56207bf880e77a53 (diff)
downloadports-0af63d0fcef2fc10697f4b12e03ef98326b2d7e4.tar.gz
ports-0af63d0fcef2fc10697f4b12e03ef98326b2d7e4.zip
graphics/py-gprof2dot: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'graphics/py-gprof2dot')
-rw-r--r--graphics/py-gprof2dot/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/py-gprof2dot/Makefile b/graphics/py-gprof2dot/Makefile
index 8636c15e019a..47c93260e9d9 100644
--- a/graphics/py-gprof2dot/Makefile
+++ b/graphics/py-gprof2dot/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gprof2dot
PORTVERSION= 2022.7.29
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +12,11 @@ WWW= https://github.com/jrfonseca/gprof2dot
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+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