aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:46:06 +0000
commit2342eabe15d92baa7ef675fefea5033e08511ea3 (patch)
treeb3627b80c96efe9061fc8f8e674865cf4a455cd7
parentdebeec6309dcc3d7763717bfea892939779c1dec (diff)
downloadports-2342eabe15d92baa7ef675fefea5033e08511ea3.tar.gz
ports-2342eabe15d92baa7ef675fefea5033e08511ea3.zip
devel/py-click-option-group: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-click-option-group/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-click-option-group/Makefile b/devel/py-click-option-group/Makefile
index 0d976f16a812..b3b50f5b0f3b 100644
--- a/devel/py-click-option-group/Makefile
+++ b/devel/py-click-option-group/Makefile
@@ -1,5 +1,6 @@
PORTNAME= click-option-group
PORTVERSION= 0.5.6
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/click-contrib/click-option-group
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.0<9:devel/py-click@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes