summaryrefslogtreecommitdiff
path: root/net/py-python-keystoneclient/Makefile
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 12:23:39 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-05-22 12:37:29 +0800
commit11df9930a45355ffef85e4b34a8884ea95bf7fe9 (patch)
tree4a68d22b7165d4ef92fb2b502a5d114d7ffb21e0 /net/py-python-keystoneclient/Makefile
parentnet/py-python-glanceclient: Update to 4.0.0 (diff)
net/py-python-keystoneclient: Update to 4.5.0
Changes: https://docs.openstack.org/releasenotes/python-keystoneclient/
Diffstat (limited to 'net/py-python-keystoneclient/Makefile')
-rw-r--r--net/py-python-keystoneclient/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/net/py-python-keystoneclient/Makefile b/net/py-python-keystoneclient/Makefile
index debec105edbb..e41336720fe0 100644
--- a/net/py-python-keystoneclient/Makefile
+++ b/net/py-python-keystoneclient/Makefile
@@ -1,7 +1,7 @@
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
PORTNAME= python-keystoneclient
-PORTVERSION= 4.4.0
+PORTVERSION= 4.5.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -19,6 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}packaging>=20.4:devel/py-packaging@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
@@ -31,4 +32,10 @@ NO_ARCH= yes
SHEBANG_GLOB= *.sh
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=1.7.0:devel/py-importlib-metadata@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>