aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 17:10:45 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 17:10:45 +0000
commit28737772337d14d0e3ad53b821a2389499cd1d3f (patch)
treed0e3b17704260311d967394185c895de8e24394e /devel
parent9af9cf9c1ea9f75adb3c111888f29ba4919e1332 (diff)
downloadports-28737772337d14d0e3ad53b821a2389499cd1d3f.tar.gz
ports-28737772337d14d0e3ad53b821a2389499cd1d3f.zip
devel/gitinspector: Convert to USE_PYTHON=pep517
Diffstat (limited to 'devel')
-rw-r--r--devel/gitinspector/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gitinspector/Makefile b/devel/gitinspector/Makefile
index 5063fb92703b..954e76967945 100644
--- a/devel/gitinspector/Makefile
+++ b/devel/gitinspector/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gitinspector
PORTVERSION= 0.4.4
DISTVERSIONPREFIX= v
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= devel python
PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX}
@@ -12,10 +12,12 @@ WWW= https://github.com/ejwa/gitinspector
LICENSE= GPLv3
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}
RUN_DEPENDS= git:devel/git
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes