From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:58 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AC02164FC45; Thu, 10 Jun 2021 15:46:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G17dG1qB3z3MkB; Thu, 10 Jun 2021 15:46:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9708912981; Thu, 10 Jun 2021 15:46:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AFkuwP032720; Thu, 10 Jun 2021 15:46:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkuXR032719; Thu, 10 Jun 2021 15:46:56 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:56 GMT Message-Id: <202106101546.15AFkuXR032719@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0fa77ebab925 - main - net/py-python-keystoneclient3: Remove obsoleted port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0fa77ebab925216467acb75ba8e8a940b6c1a00b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:58 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0fa77ebab925216467acb75ba8e8a940b6c1a00b commit 0fa77ebab925216467acb75ba8e8a940b6c1a00b Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:44 +0000 Commit: Po-Chuan Hsieh 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 - -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 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