dev-python/turbolift: remove last-rited pkg
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:21:58 +0000 (12:21 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 4 Jan 2020 09:21:58 +0000 (12:21 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
dev-python/turbolift/Manifest [deleted file]
dev-python/turbolift/metadata.xml [deleted file]
dev-python/turbolift/turbolift-2.1.3.ebuild [deleted file]

diff --git a/dev-python/turbolift/Manifest b/dev-python/turbolift/Manifest
deleted file mode 100644 (file)
index 734d98a..0000000
+++ /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 (file)
index bd0b47a..0000000
+++ /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 (file)
index ad4f95a..0000000
+++ /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"
-}