git: 0fa77ebab925 - main - net/py-python-keystoneclient3: Remove obsoleted port

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


The branch main has been updated by sunpoet:

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

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

    net/py-python-keystoneclient3: Remove obsoleted port
    
    Use net/py-python-keystoneclient instead.
---
 MOVED                                   |  1 +
 net/Makefile                            |  1 -
 net/py-python-keystoneclient3/Makefile  | 39 ---------------------------------
 net/py-python-keystoneclient3/distinfo  |  3 ---
 net/py-python-keystoneclient3/pkg-descr |  6 -----
 5 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/MOVED b/MOVED
index 75fca9097018..89fed117ca83 100644
--- a/MOVED
+++ b/MOVED
@@ -16383,3 +16383,4 @@ devel/py-tooz1|devel/py-tooz|2021-06-10|Remove obsoleted port. Use devel/py-tooz
 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
+net/py-python-keystoneclient3|net/py-python-keystoneclient|2021-06-10|Remove obsoleted port. Use net/py-python-keystoneclient instead
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 at nfvexpress.com>
-
-PORTNAME=	python-keystoneclient
-PORTVERSION=	3.22.0
-PORTREVISION=	3
-CATEGORIES=	net python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	3
-
-MAINTAINER=	sunpoet at 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


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