git: 28737772337d - main - devel/gitinspector: Convert to USE_PYTHON=pep517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:13:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=28737772337d14d0e3ad53b821a2389499cd1d3f commit 28737772337d14d0e3ad53b821a2389499cd1d3f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 17:10:45 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:10:45 +0000 devel/gitinspector: Convert to USE_PYTHON=pep517 --- devel/gitinspector/Makefile | 6 ++++-- 1 file 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