From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8F415808B for ; Fri, 1 Apr 2022 18:45:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D320E08C4; Fri, 1 Apr 2022 18:45:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E7824E08C4 for ; Fri, 1 Apr 2022 18:45:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6FB0341361 for ; Fri, 1 Apr 2022 18:45:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3414836F for ; Fri, 1 Apr 2022 18:45:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1648838674.8629c6fd0eb624fd70fdabd852dfdef0b2cbead7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-client-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-client-config/os-client-config-2.1.0-r1.ebuild X-VCS-Directories: dev-python/os-client-config/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8629c6fd0eb624fd70fdabd852dfdef0b2cbead7 X-VCS-Branch: master Date: Fri, 1 Apr 2022 18:45:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69310038-ed93-4301-b3ad-c23857d6f419 X-Archives-Hash: c89566f4739fa168c4807fe790c15293 commit: 8629c6fd0eb624fd70fdabd852dfdef0b2cbead7 Author: Michał Górny gentoo org> AuthorDate: Fri Apr 1 18:44:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Apr 1 18:44:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8629c6fd dev-python/os-client-config: Remove old Signed-off-by: Michał Górny gentoo.org> .../os-client-config-2.1.0-r1.ebuild | 40 ---------------------- 1 file changed, 40 deletions(-) diff --git a/dev-python/os-client-config/os-client-config-2.1.0-r1.ebuild b/dev-python/os-client-config/os-client-config-2.1.0-r1.ebuild deleted file mode 100644 index 549a242c5982..000000000000 --- a/dev-python/os-client-config/os-client-config-2.1.0-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="OpenStack Client Configuation Library" -HOMEPAGE="https://www.openstack.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 x86" - -RDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - >=dev-python/openstacksdk-0.13.0[${PYTHON_USEDEP}] -" -BDEPEND=" - >dev-python/pbr-2.1.0[${PYTHON_USEDEP}] - test? ( - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}] - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}] - >=dev-python/prometheus_client-0.4.2[${PYTHON_USEDEP}] - dev-python/python-glanceclient[${PYTHON_USEDEP}] - >=dev-python/oslo-config-6.1.0[${PYTHON_USEDEP}] - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}] - dev-python/subunit[${PYTHON_USEDEP}] - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}] - ) -" - -PATCHES=( - "${FILESDIR}"/test_get_all_clouds.patch -) - -distutils_enable_tests unittest