Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-testr/
Date: Sun, 28 Jan 2018 04:13:53
Message-Id: 1517112803.3dbe7143cce3e7f4eb354ada70efc35c745f1352.prometheanfire@gentoo
1 commit: 3dbe7143cce3e7f4eb354ada70efc35c745f1352
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 04:10:29 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 04:13:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe7143
7
8 dev-python/os-testr: remove ocata
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/os-testr/Manifest | 1 -
13 dev-python/os-testr/os-testr-0.6.0.ebuild | 44 -------------------------------
14 2 files changed, 45 deletions(-)
15
16 diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest
17 index 7771b7511f1..3043afa51ac 100644
18 --- a/dev-python/os-testr/Manifest
19 +++ b/dev-python/os-testr/Manifest
20 @@ -1,2 +1 @@
21 -DIST os-testr-0.6.0.tar.gz 36837 BLAKE2B 8d85e6b827afa5b89365cb5aad7c6aead3d68824e66d30b63a5a2e2ba7d12acd80db915d771d2f7b43575474c3e34f22774710e46a42eec0ddad91de0dc96a95 SHA512 20648c8442c7d0adc42537e8ff841ac6766fd836bbe96aca77c5e99e787a27f3e490da09676c95f49371fd491ebfaa8e986a6cd53e16f50c3c83722726ae4d2c
22 DIST os-testr-0.8.0.tar.gz 42102 BLAKE2B 030ee587bc6465e414f09d177abd4f75d869da7e8339e1b396da31165212cec221d156b4cb095b1466b19f8baf2dc01087559b1d6b73fbfbfd41dced3df033c1 SHA512 62b5fbb859c1a3b44bc0d57cf4b2cd0a5e6eeff540f5507efd079a73e0f9ee70813e47537b456f1bc600c87da55d05fd23aee0c215b8558cc0b5e71a55950af4
23
24 diff --git a/dev-python/os-testr/os-testr-0.6.0.ebuild b/dev-python/os-testr/os-testr-0.6.0.ebuild
25 deleted file mode 100644
26 index be4e7086e06..00000000000
27 --- a/dev-python/os-testr/os-testr-0.6.0.ebuild
28 +++ /dev/null
29 @@ -1,44 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
39 -HOMEPAGE="https://pypi.python.org/pypi/os-testr https://github.com/openstack/os-testr"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm64 x86"
45 -IUSE="test"
46 -
47 -CDEPEND="
48 - >=dev-python/pbr-1.3[${PYTHON_USEDEP}]
49 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]"
50 -RDEPEND="
51 - ${CDEPEND}
52 - >=dev-python/Babel-1.3[${PYTHON_USEDEP}]
53 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
54 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
55 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]"
56 -DEPEND="
57 - ${CDEPEND}
58 - test? ( ${RDEPEND}
59 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
60 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
61 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
62 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}]
65 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
66 - >=dev-python/ddt-0.4.0[${PYTHON_USEDEP}]
67 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
68 - )"
69 -
70 -python_prepare_all() {
71 - sed -i '/^hacking/d' test-requirements.txt || die
72 - distutils-r1_python_prepare_all
73 -}