dev-python/os-testr: remove ocata
authorMatthew Thode <prometheanfire@gentoo.org>
Sun, 28 Jan 2018 04:10:29 +0000 (22:10 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sun, 28 Jan 2018 04:13:23 +0000 (22:13 -0600)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-python/os-testr/Manifest
dev-python/os-testr/os-testr-0.6.0.ebuild [deleted file]

index 7771b7511f16e236568a6261c95acd94e4651b1a..3043afa51ac4f38d9f00cfec360ec9a17474cdd3 100644 (file)
@@ -1,2 +1 @@
-DIST os-testr-0.6.0.tar.gz 36837 BLAKE2B 8d85e6b827afa5b89365cb5aad7c6aead3d68824e66d30b63a5a2e2ba7d12acd80db915d771d2f7b43575474c3e34f22774710e46a42eec0ddad91de0dc96a95 SHA512 20648c8442c7d0adc42537e8ff841ac6766fd836bbe96aca77c5e99e787a27f3e490da09676c95f49371fd491ebfaa8e986a6cd53e16f50c3c83722726ae4d2c
 DIST os-testr-0.8.0.tar.gz 42102 BLAKE2B 030ee587bc6465e414f09d177abd4f75d869da7e8339e1b396da31165212cec221d156b4cb095b1466b19f8baf2dc01087559b1d6b73fbfbfd41dced3df033c1 SHA512 62b5fbb859c1a3b44bc0d57cf4b2cd0a5e6eeff540f5507efd079a73e0f9ee70813e47537b456f1bc600c87da55d05fd23aee0c215b8558cc0b5e71a55950af4
diff --git a/dev-python/os-testr/os-testr-0.6.0.ebuild b/dev-python/os-testr/os-testr-0.6.0.ebuild
deleted file mode 100644 (file)
index be4e708..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
-HOMEPAGE="https://pypi.python.org/pypi/os-testr https://github.com/openstack/os-testr"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-
-CDEPEND="
-       >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
-       <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
-RDEPEND="
-       ${CDEPEND}
-       >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
-       >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-       >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-       >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]"
-DEPEND="
-       ${CDEPEND}
-       test? ( ${RDEPEND}
-               >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
-               >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
-               !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
-               <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
-               >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
-               >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
-               >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-               >=dev-python/ddt-0.4.0[${PYTHON_USEDEP}]
-               >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-       )"
-
-python_prepare_all() {
-       sed -i '/^hacking/d' test-requirements.txt || die
-       distutils-r1_python_prepare_all
-}