diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-11-19 12:24:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-19 12:26:27 +0100 |
commit | c1b857e28dadc81e15917139ca56764e5ecc3081 (patch) | |
tree | ccc50b1c550ea10ae047db85ce4563b69ab0a4a7 /dev-python/python-vitrageclient | |
parent | dev-python/python-novaclient: amd64/x86 stable (ALLARCHES policy) wrt bug #75... (diff) | |
download | gentoo-c1b857e28dadc81e15917139ca56764e5ecc3081.tar.gz gentoo-c1b857e28dadc81e15917139ca56764e5ecc3081.tar.bz2 gentoo-c1b857e28dadc81e15917139ca56764e5ecc3081.zip |
dev-python/python-vitrageclient: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-vitrageclient')
-rw-r--r-- | dev-python/python-vitrageclient/Manifest | 1 | ||||
-rw-r--r-- | dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/python-vitrageclient/Manifest b/dev-python/python-vitrageclient/Manifest index 414cf8473828..745fe2d5db14 100644 --- a/dev-python/python-vitrageclient/Manifest +++ b/dev-python/python-vitrageclient/Manifest @@ -1,2 +1 @@ -DIST python-vitrageclient-4.0.1.tar.gz 47671 BLAKE2B 6e1e72d0de1cddf9f72d1ff6bdb2261f4f2295a1fdd6ebe0e9ff497b48ea545ea999d7ac7bc79adabbbdebbb3b1b36e853d083d3b6c6e9875fe44bc36f76acf4 SHA512 607d669a4ccddc0eb938c26cc4f2b2cdaac8976a7c2b774b8ce49df6bd2e5fbe4ecf210eef008d49e3d1689a686bc6e0820c3b0a11f353a2711b9b2cc743c9e1 DIST python-vitrageclient-4.1.1.tar.gz 48885 BLAKE2B 87bbd0174567c142a38901ddf5a4f785e4a9eac9a9e22c3af6f101ead69695e6f9324e52c86c0f526e4120c2f6e807ff8719b017c38de8aad3f59ed4ebf8c2c2 SHA512 2d6758045e4250ceda55e991286e9391ccb9ec154a8802f2aa3faf81d4021b2a8b3be13cefe38df965cae4b2b094592185362780b14e32dcf7cfdc7a13d005af diff --git a/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild b/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild deleted file mode 100644 index 7b7df636f8df..000000000000 --- a/dev-python/python-vitrageclient/python-vitrageclient-4.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="A client for the OpenStack Vitrage API" -HOMEPAGE="https://github.com/openstack/python-vitrageclient" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -DEPEND=">=dev-python/pbr-3.1.1[${PYTHON_USEDEP}]" -RDEPEND=" - >=dev-python/Babel-2.5.3[${PYTHON_USEDEP}] - >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}] - !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}] - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}] - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}] - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}] - >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}] - >=dev-python/networkx-2.3[${PYTHON_USEDEP}] - >=dev-python/pydot-1.4.1[${PYTHON_USEDEP}]" |