aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-06-10 15:42:44 +0000
commit0fa77ebab925216467acb75ba8e8a940b6c1a00b (patch)
tree9aa0cafa162fe0877b8f66fa83d01b58aebe77ab /net
parent986ccd3baf7efa210ffeb49edfff16e373f3f8b3 (diff)
downloadports-0fa77ebab925216467acb75ba8e8a940b6c1a00b.tar.gz
ports-0fa77ebab925216467acb75ba8e8a940b6c1a00b.zip
net/py-python-keystoneclient3: Remove obsoleted port
Use net/py-python-keystoneclient instead.
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/py-python-keystoneclient3/Makefile39
-rw-r--r--net/py-python-keystoneclient3/distinfo3
-rw-r--r--net/py-python-keystoneclient3/pkg-descr6
4 files changed, 0 insertions, 49 deletions
diff --git a/net/Makefile b/net/Makefile
index a266363766c8..358006068859 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1084,7 +1084,6 @@
SUBDIR += py-python-glanceclient
SUBDIR += py-python-heatclient
SUBDIR += py-python-keystoneclient
- SUBDIR += py-python-keystoneclient3
SUBDIR += py-python-neutronclient
SUBDIR += py-python-novaclient
SUBDIR += py-python-novaclient16
diff --git a/net/py-python-keystoneclient3/Makefile b/net/py-python-keystoneclient3/Makefile
deleted file mode 100644
index 71f87f808c34..000000000000
--- a/net/py-python-keystoneclient3/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
-
-PORTNAME= python-keystoneclient
-PORTVERSION= 3.22.0
-PORTREVISION= 3
-CATEGORIES= net python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 3
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Client Library for OpenStack Identity
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${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}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.4.0:devel/py-keystoneauth1@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.2.0:devel/py-oslo.config@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${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
-
-SHEBANG_GLOB= *.sh
-
-# python-keystoneclient 4.0.0+ requires Python 3.6+
-PORTSCOUT= limit:^3\.
-
-.include <bsd.port.mk>
diff --git a/net/py-python-keystoneclient3/distinfo b/net/py-python-keystoneclient3/distinfo
deleted file mode 100644
index c8e9d96c74b8..000000000000
--- a/net/py-python-keystoneclient3/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1578401186
-SHA256 (python-keystoneclient-3.22.0.tar.gz) = 6e2b6d2a5ae5d7aa26d4e52d1c682e08417d2c5d73ccc54cb65c54903a868cb4
-SIZE (python-keystoneclient-3.22.0.tar.gz) = 316888
diff --git a/net/py-python-keystoneclient3/pkg-descr b/net/py-python-keystoneclient3/pkg-descr
deleted file mode 100644
index 0ee865fa0e7d..000000000000
--- a/net/py-python-keystoneclient3/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a client for the OpenStack Identity API, implemented by the Keystone
-team; it contains a Python API (the keystoneclient module) for OpenStack's
-Identity Service. For command line interface support, use OpenStackClient.
-
-WWW: https://docs.openstack.org/python-keystoneclient/latest/
-WWW: https://github.com/openstack/python-keystoneclient