diff options
Diffstat (limited to 'net/py-python-cinderclient5')
-rw-r--r-- | net/py-python-cinderclient5/Makefile | 37 | ||||
-rw-r--r-- | net/py-python-cinderclient5/distinfo | 3 | ||||
-rw-r--r-- | net/py-python-cinderclient5/pkg-descr | 9 |
3 files changed, 0 insertions, 49 deletions
diff --git a/net/py-python-cinderclient5/Makefile b/net/py-python-cinderclient5/Makefile deleted file mode 100644 index c03223c50a14..000000000000 --- a/net/py-python-cinderclient5/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> - -PORTNAME= python-cinderclient -PORTVERSION= 5.0.2 -CATEGORIES= net python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 5 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= OpenStack Block Storage API Client Library - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=2.3.4:devel/py-babel@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}simplejson>=3.5.1:devel/py-simplejson@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} - -USES= python:3.6+ shebangfix -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# python-cinderclient 6.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^5\. - -SHEBANG_GLOB= *.sh - -.include <bsd.port.mk> diff --git a/net/py-python-cinderclient5/distinfo b/net/py-python-cinderclient5/distinfo deleted file mode 100644 index 8256e7b8ec0e..000000000000 --- a/net/py-python-cinderclient5/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1619198563 -SHA256 (python-cinderclient-5.0.2.tar.gz) = 4fa0822cdf9eae8ee2c4a5c6625a17ad36205ace8fee2fa02d2229f86a0aeb94 -SIZE (python-cinderclient-5.0.2.tar.gz) = 259649 diff --git a/net/py-python-cinderclient5/pkg-descr b/net/py-python-cinderclient5/pkg-descr deleted file mode 100644 index 89888d5f1d47..000000000000 --- a/net/py-python-cinderclient5/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -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. - -WWW: https://docs.openstack.org/python-cinderclient/latest/ -WWW: https://github.com/openstack/python-cinderclient |