diff options
author | 2020-01-12 23:03:22 +0100 | |
---|---|---|
committer | 2020-01-13 10:46:02 +0100 | |
commit | af5481a8dfa9c4063078a1d3f06548aa36e156a8 (patch) | |
tree | 55fa26928229172ccb57b5737d0fa470b6404ed7 /dev-python | |
parent | dev-python/tooz: Remove Python 2 (diff) | |
download | gentoo-af5481a8dfa9c4063078a1d3f06548aa36e156a8.tar.gz gentoo-af5481a8dfa9c4063078a1d3f06548aa36e156a8.tar.bz2 gentoo-af5481a8dfa9c4063078a1d3f06548aa36e156a8.zip |
dev-python/rax-scheduled-images-python-novaclient-ext: Remove redundant version
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rax-scheduled-images-python-novaclient-ext/Manifest | 1 | ||||
-rw-r--r-- | dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest b/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest index 301bdc19b716..7834bac9730e 100644 --- a/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest +++ b/dev-python/rax-scheduled-images-python-novaclient-ext/Manifest @@ -1,2 +1 @@ -DIST rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz 2781 BLAKE2B fe01d1661861364a9fdc9c22cc5fedfaaa0fc6ae8b77ecdfa559f4e03ab3cc26367b64f01dfd4d47dd215386bc4b596776acda657a63aa9374e880e3c0a578d0 SHA512 d26fcb8c4cc70b7e4b31f4eb8306d094139d914fbdaf9fda846f13a2bb6336734b2aebc4c7322df5986ba1cc57d4d5894e744ded063f4a01d7a63d3642049672 DIST rax_scheduled_images_python_novaclient_ext-0.3.1.tar.gz 2850 BLAKE2B 325fc6d922cfbc299af7bedac6c37f992118b7e06d4ed73ac4650807e5f7bb811937171ed716967209a39461a4bb8d05fe313f98218394819808f46edd724340 SHA512 231200aead561c32408237494b0927ba51f05d7f208bdf655d4f0642060899f6f30ab0f68995bbc694f8d0b36962c754c526e93c870b8422f20ddce48247e854 diff --git a/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild b/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild deleted file mode 100644 index a93fb0a5f9a2..000000000000 --- a/dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.2.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Adds backup-schedule extension support to python-novaclient" -HOMEPAGE="https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext" -SRC_URI="mirror://pypi/${PN:0:1}/rax_scheduled_images_python_novaclient_ext/rax_scheduled_images_python_novaclient_ext-${PV}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/rax_scheduled_images_python_novaclient_ext-${PV}" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/python-novaclient-2.10.0[${PYTHON_USEDEP}]" |