summaryrefslogtreecommitdiff
path: root/net/py-python-heatclient
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:05:15 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-13 22:05:15 +0800
commit5382c3b9c475e88a0a711bbaea408ff82c2365e5 (patch)
tree101ae40c800fdde9e012aef142ee0ee40723c7ac /net/py-python-heatclient
parentnet/py-python-glanceclient: Convert to USE_PYTHON=pep517 (diff)
net/py-python-heatclient: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'net/py-python-heatclient')
-rw-r--r--net/py-python-heatclient/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/py-python-heatclient/Makefile b/net/py-python-heatclient/Makefile
index bf2abd9d5067..13cad5ede95d 100644
--- a/net/py-python-heatclient/Makefile
+++ b/net/py-python-heatclient/Makefile
@@ -1,5 +1,6 @@
PORTNAME= python-heatclient
PORTVERSION= 3.5.0
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,9 @@ WWW= https://docs.openstack.org/python-heatclient/latest/ \
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.8.0:devel/py-keystoneauth1@${PY_FLAVOR} \
@@ -27,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cliff>=2.8.0:devel/py-cliff@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR}
USES= python shebangfix
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes