devel/gitinspector: Convert to USE_PYTHON=pep517

This commit is contained in:
Po-Chuan Hsieh 2024-03-10 01:10:45 +08:00
parent 9af9cf9c1e
commit 2873777233
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 4 additions and 2 deletions

View File

@ -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