git: fba06a96928b - main - net/py-python-cinderclient5: Remove obsoleted port

Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jun 10 15:46:56 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fba06a96928be1a170db466313a979eaf8106c01

commit fba06a96928be1a170db466313a979eaf8106c01
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-10 15:42:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-10 15:42:43 +0000

    net/py-python-cinderclient5: Remove obsoleted port
    
    Use net/py-python-cinderclient instead.
---
 MOVED                                 |  1 +
 net/Makefile                          |  1 -
 net/py-python-cinderclient5/Makefile  | 37 -----------------------------------
 net/py-python-cinderclient5/distinfo  |  3 ---
 net/py-python-cinderclient5/pkg-descr |  9 ---------
 5 files changed, 1 insertion(+), 50 deletions(-)

diff --git a/MOVED b/MOVED
index 6b7d75d2c1c9..87ed1c72666a 100644
--- a/MOVED
+++ b/MOVED
@@ -16381,3 +16381,4 @@ devel/py-tempora1|devel/py-tempora|2021-06-10|Remove obsoleted port. Use devel/p
 devel/py-tinyrpc0|devel/py-tinyrpc|2021-06-10|Remove obsoleted port. Use devel/py-tinyrpc instead
 devel/py-tooz1|devel/py-tooz|2021-06-10|Remove obsoleted port. Use devel/py-tooz instead
 devel/py-twine1|devel/py-twine|2021-06-10|Remove obsoleted port. Use devel/py-twine instead
+net/py-python-cinderclient5|net/py-python-cinderclient|2021-06-10|Remove obsoleted port. Use net/py-python-cinderclient instead
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 at nfvexpress.com>
-
-PORTNAME=	python-cinderclient
-PORTVERSION=	5.0.2
-CATEGORIES=	net python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	5
-
-MAINTAINER=	sunpoet at 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


More information about the dev-commits-ports-main mailing list