diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-27 22:10:29 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-01-27 22:13:23 -0600 |
commit | 3dbe7143cce3e7f4eb354ada70efc35c745f1352 (patch) | |
tree | 3decec48fa7d75e5963d82f4dcc87a2624c6407e /dev-python/os-testr | |
parent | dev-python/os-networksv2-python-novaclient-ext: remove old (diff) | |
download | gentoo-3dbe7143cce3e7f4eb354ada70efc35c745f1352.tar.gz gentoo-3dbe7143cce3e7f4eb354ada70efc35c745f1352.tar.bz2 gentoo-3dbe7143cce3e7f4eb354ada70efc35c745f1352.zip |
dev-python/os-testr: remove ocata
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/os-testr')
-rw-r--r-- | dev-python/os-testr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/os-testr/os-testr-0.6.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest index 7771b7511f16..3043afa51ac4 100644 --- a/dev-python/os-testr/Manifest +++ b/dev-python/os-testr/Manifest @@ -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 index be4e7086e067..000000000000 --- a/dev-python/os-testr/os-testr-0.6.0.ebuild +++ /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 -} |