aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:43 +0000
commitfba06a96928be1a170db466313a979eaf8106c01 (patch)
treeec15e637c0218463929453f21b5c15a669ab4f26 /net
parent005edfcb4dfb388bcd9b5f4ad886cfb096be9a93 (diff)
downloadports-fba06a96928be1a170db466313a979eaf8106c01.tar.gz
ports-fba06a96928be1a170db466313a979eaf8106c01.zip
net/py-python-cinderclient5: Remove obsoleted port
Use net/py-python-cinderclient instead.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-python-cinderclient5/Makefile37
-rw-r--r--net/py-python-cinderclient5/distinfo3
-rw-r--r--net/py-python-cinderclient5/pkg-descr9
4 files changed, 0 insertions, 50 deletions
diff --git a/net/Makefile b/net/Makefile
index 9dba94a11213..b53576a55738 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1080,7 +1080,6 @@
SUBDIR += py-python-bitcoinrpc
SUBDIR += py-python-ceilometerclient
SUBDIR += py-python-cinderclient
- SUBDIR += py-python-cinderclient5
SUBDIR += py-python-designateclient
SUBDIR += py-python-glanceclient
SUBDIR += py-python-glanceclient2
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