diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:21:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-01-04 12:21:58 +0300 |
commit | ad34b410148764087c4e5af1d0f7982498272627 (patch) | |
tree | d135303a9cb289dc3083fed4654a04035ff7c24d /dev-python | |
parent | dev-python/ushlex: remove last-rited pkg (diff) | |
download | gentoo-ad34b410148764087c4e5af1d0f7982498272627.tar.gz gentoo-ad34b410148764087c4e5af1d0f7982498272627.tar.bz2 gentoo-ad34b410148764087c4e5af1d0f7982498272627.zip |
dev-python/turbolift: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/turbolift/Manifest | 1 | ||||
-rw-r--r-- | dev-python/turbolift/metadata.xml | 19 | ||||
-rw-r--r-- | dev-python/turbolift/turbolift-2.1.3.ebuild | 33 |
3 files changed, 0 insertions, 53 deletions
diff --git a/dev-python/turbolift/Manifest b/dev-python/turbolift/Manifest deleted file mode 100644 index 734d98abf86f..000000000000 --- a/dev-python/turbolift/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST turbolift-2.1.3.tar.gz 49672 BLAKE2B 5c3f1af7b03a475e92d1c0cf663a5ec048a7e881c3ad21a866cc6620dca8b9b34898568647ca020a4c84bc33963738f94a4438a94b075e01061edc768b39550a SHA512 9132f25cc965f68aba022f51d2f401dc706ffd775a504872f4706b4a59a7c99fd6ab2c41c5909533f08fd3fc81b2fcca5487fd6568ba43c196d35d1de3ccb703 diff --git a/dev-python/turbolift/metadata.xml b/dev-python/turbolift/metadata.xml deleted file mode 100644 index bd0b47ab7ef1..000000000000 --- a/dev-python/turbolift/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <longdescription lang="en"> - Openstack Swift sync/backup utility - </longdescription> - <upstream> - <remote-id type="pypi">turbolift</remote-id> - <remote-id type="github">cloudnull/turbolift</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/turbolift/turbolift-2.1.3.ebuild b/dev-python/turbolift/turbolift-2.1.3.ebuild deleted file mode 100644 index ad4f95a505b8..000000000000 --- a/dev-python/turbolift/turbolift-2.1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -# tests are not distributed with the release tarball -RESTRICT="test" - -inherit distutils-r1 - -DESCRIPTION="Openstack Swift sync/backup utility" -HOMEPAGE="https://github.com/cloudnull/turbolift/wiki" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -DEPEND="dev-python/setuptools - test? ( - >=dev-python/mock-1.0[${PYTHON_USEDEP}] - dev-python/unittest2[${PYTHON_USEDEP}] - )" - -RDEPEND=">=dev-python/prettytable-0.7.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.2.0[${PYTHON_USEDEP}] - >=dev-python/cloudlib-0.5.0[${PYTHON_USEDEP}]" - -python_test() { - ${PYTHON} -m unit discover turbolift/tests || die "failed testsuite" -} |