From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:56 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 D507664FB5D; Thu, 10 Jun 2021 15:46:56 +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 4G17dD2y68z3Mdp; Thu, 10 Jun 2021 15:46:56 +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 7DB721290F; Thu, 10 Jun 2021 15:46:55 +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 15AFkteW032692; Thu, 10 Jun 2021 15:46:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFktGV032691; Thu, 10 Jun 2021 15:46:55 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:55 GMT Message-Id: <202106101546.15AFktGV032691@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: 986ccd3baf7e - main - net/py-python-glanceclient2: 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: 986ccd3baf7efa210ffeb49edfff16e373f3f8b3 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:57 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=986ccd3baf7efa210ffeb49edfff16e373f3f8b3 commit 986ccd3baf7efa210ffeb49edfff16e373f3f8b3 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:43 +0000 net/py-python-glanceclient2: Remove obsoleted port Use net/py-python-glanceclient instead. --- MOVED | 1 + net/Makefile | 1 - net/py-python-glanceclient2/Makefile | 40 ----------------------------------- net/py-python-glanceclient2/distinfo | 3 --- net/py-python-glanceclient2/pkg-descr | 7 ------ 5 files changed, 1 insertion(+), 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 - -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 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