diff --git a/net/py-python-cinderclient/Makefile b/net/py-python-cinderclient/Makefile index c92b720a751d..c9255ca2bc46 100644 --- a/net/py-python-cinderclient/Makefile +++ b/net/py-python-cinderclient/Makefile @@ -1,30 +1,31 @@ PORTNAME= python-cinderclient -PORTVERSION= 9.3.0 +PORTVERSION= 9.4.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= OpenStack Block Storage API Client Library -WWW= https://docs.openstack.org/python-cinderclient/latest/ +WWW= https://docs.openstack.org/python-cinderclient/latest/ \ + https://github.com/openstack/python-cinderclient LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=5.0.0:devel/py-keystoneauth1@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=5.0.1:devel/py-oslo.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=4.8.0:devel/py-oslo.utils@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pbr>=5.5.0:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.25.1:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stevedore>=3.3.0:devel/py-stevedore@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes SHEBANG_GLOB= *.sh .include diff --git a/net/py-python-cinderclient/distinfo b/net/py-python-cinderclient/distinfo index 281494549bca..a313ed4a8e06 100644 --- a/net/py-python-cinderclient/distinfo +++ b/net/py-python-cinderclient/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771329 -SHA256 (python-cinderclient-9.3.0.tar.gz) = 9a6aa30feff48c0c0fd188e6d5150dbdd91e3fd5b10d2db9d78b9812ab14af88 -SIZE (python-cinderclient-9.3.0.tar.gz) = 236158 +TIMESTAMP = 1693823927 +SHA256 (python-cinderclient-9.4.0.tar.gz) = a53e6470a516627b59d22505222a0c85794be1a7f2774e87796105bd47ee9695 +SIZE (python-cinderclient-9.4.0.tar.gz) = 236451 diff --git a/net/py-python-cinderclient/pkg-descr b/net/py-python-cinderclient/pkg-descr index bb72bc7b837e..a2caa0021e55 100644 --- a/net/py-python-cinderclient/pkg-descr +++ b/net/py-python-cinderclient/pkg-descr @@ -1,8 +1,6 @@ This is a client for the OpenStack Cinder API. There's a Python API (the cinderclient module), and a command-line script (cinder). Each implements 100% of the OpenStack Cinder API. See the OpenStack CLI Reference for information on how to use the cinder command-line tool. You may also want to look at the OpenStack API documentation. - -See also: https://github.com/openstack/python-cinderclient