commit:     e197c3ce83a40ceffc294b2350ab92bb8d683271
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  7 06:32:24 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 06:33:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e197c3ce

dev-python/openstacksdk: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/openstacksdk/openstacksdk-0.50.0.ebuild | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild 
b/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild
deleted file mode 100644
index d5e8c982eb1..00000000000
--- a/dev-python/openstacksdk/openstacksdk-0.50.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A collection of libraries for building applications to work with 
OpenStack."
-HOMEPAGE="https://github.com/openstack/python-openstacksdk";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-       !~dev-python/pbr-2.1.0"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
-       >=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
-       >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
-       >=dev-python/requestsexceptions-1.2.0[${PYTHON_USEDEP}]
-       >=dev-python/jsonpatch-1.16[${PYTHON_USEDEP}]
-       !~dev-python/jsonpatch-1.20[${PYTHON_USEDEP}]
-       >=dev-python/os-service-types-1.7.0[${PYTHON_USEDEP}]
-       >=dev-python/keystoneauth-3.18.0[${PYTHON_USEDEP}]
-       >=dev-python/munch-2.1.0[${PYTHON_USEDEP}]
-       >=dev-python/decorator-4.4.1[${PYTHON_USEDEP}]
-       >=dev-python/jmespath-0.9.0[${PYTHON_USEDEP}]
-       >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-       >=dev-python/netifaces-0.10.4[${PYTHON_USEDEP}]
-       >=dev-python/dogpile-cache-0.6.5[${PYTHON_USEDEP}]
-       >=dev-python/cryptography-2.7.0[${PYTHON_USEDEP}]
-       dev-python/importlib_metadata[${PYTHON_USEDEP}]
-"

Reply via email to