aboutsummaryrefslogtreecommitdiff
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
commit986ccd3baf7efa210ffeb49edfff16e373f3f8b3 (patch)
treed4886d1183bf2bf98faf28d355929bd62cdcef6d
parentfba06a96928be1a170db466313a979eaf8106c01 (diff)
downloadports-986ccd3baf7efa210ffeb49edfff16e373f3f8b3.tar.gz
ports-986ccd3baf7efa210ffeb49edfff16e373f3f8b3.zip
net/py-python-glanceclient2: Remove obsoleted port
Use net/py-python-glanceclient instead.
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/py-python-glanceclient2/Makefile40
-rw-r--r--net/py-python-glanceclient2/distinfo3
-rw-r--r--net/py-python-glanceclient2/pkg-descr7
5 files changed, 1 insertions, 51 deletions
diff --git a/MOVED b/MOVED
index 87ed1c72666a..75fca9097018 100644
--- a/MOVED
+++ b/MOVED
@@ -16382,3 +16382,4 @@ devel/py-tinyrpc0|devel/py-tinyrpc|2021-06-10|Remove obsoleted port. Use devel/p
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
+net/py-python-glanceclient2|net/py-python-glanceclient|2021-06-10|Remove obsoleted port. Use net/py-python-glanceclient instead
diff --git a/net/Makefile b/net/Makefile
index b53576a55738..a266363766c8 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1082,7 +1082,6 @@
SUBDIR += py-python-cinderclient
SUBDIR += py-python-designateclient
SUBDIR += py-python-glanceclient
- SUBDIR += py-python-glanceclient2
SUBDIR += py-python-heatclient
SUBDIR += py-python-keystoneclient
SUBDIR += py-python-keystoneclient3
diff --git a/net/py-python-glanceclient2/Makefile b/net/py-python-glanceclient2/Makefile
deleted file mode 100644
index 57c4d9fc9688..000000000000
--- a/net/py-python-glanceclient2/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
-PORTNAME= python-glanceclient
-PORTVERSION= 2.17.1
-PORTREVISION= 1
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 2
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= OpenStack Image 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}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=17.1.0:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=2.14.2:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}warlock>=1.2.0<2:devel/py-warlock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wrapt>=1.7.0:devel/py-wrapt@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.6.2: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+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# python-glanceclient 3.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^2\.
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/glance|${PREFIX}&|g' ${WRKSRC}/glanceclient/shell.py
-
-.include <bsd.port.mk>
diff --git a/net/py-python-glanceclient2/distinfo b/net/py-python-glanceclient2/distinfo
deleted file mode 100644
index c0a4d430b34f..000000000000
--- a/net/py-python-glanceclient2/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1592325698
-SHA256 (python-glanceclient-2.17.1.tar.gz) = 342ae26f9be89fef5929384843b8f0601dd1149a618329774b846cb3540fac8e
-SIZE (python-glanceclient-2.17.1.tar.gz) = 189763
diff --git a/net/py-python-glanceclient2/pkg-descr b/net/py-python-glanceclient2/pkg-descr
deleted file mode 100644
index 70d24778c99c..000000000000
--- a/net/py-python-glanceclient2/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a client library for Glance built on the OpenStack Images API. It
-provides a Python API (the glanceclient module) and a command-line tool
-(glance). This library fully supports the v1 Images API, while support for the
-v2 API is in progress.
-
-WWW: https://docs.openstack.org/python-glanceclient/latest/
-WWW: https://github.com/openstack/python-glanceclient