Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cliff/
Date: Mon, 04 May 2020 10:29:12
Message-Id: 1588588029.d58db5474e0458f853225bca13a769300a45e795.mgorny@gentoo
1 commit: d58db5474e0458f853225bca13a769300a45e795
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 10:27:09 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 10:27:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58db547
7
8 dev-python/cliff: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/cliff/Manifest | 1 -
13 dev-python/cliff/cliff-2.12.0-r3.ebuild | 54 ---------------------------------
14 dev-python/cliff/cliff-2.12.0.ebuild | 50 ------------------------------
15 3 files changed, 105 deletions(-)
16
17 diff --git a/dev-python/cliff/Manifest b/dev-python/cliff/Manifest
18 index 0518aaa5d1e..30570a1aa3a 100644
19 --- a/dev-python/cliff/Manifest
20 +++ b/dev-python/cliff/Manifest
21 @@ -1,2 +1 @@
22 -DIST cliff-2.12.0.tar.gz 77405 BLAKE2B 70b3865837bdba1396fd76b4937c594dfc9f50db24f684c6676c4ac1125ab34f6cdca29fe63a490d41abd49a268d6246afc873a5805446d06b07cd754aebb727 SHA512 5802cdd17b6aa81dbb344efb8ef53212de999ab33eaec1eb06e1d002ab513758d3634ae5013ece6375b1bb98c9fed99aa74cf92752c34e1132fa5ac20a969f4f
23 DIST cliff-2.18.0.tar.gz 77905 BLAKE2B e371c4025fd3bf0543d3f4f038ff891a27f8116d3c833a2ded4e9f619879501868c3acf9e2f1c36023b79da404dcb69f8a8c31fbbbc2847b6c7dfabbd7ad666e SHA512 0748f8f392b11ceaa63f516860f6a339a9bc1233134562b13384bcbaff0b9e84e82a1544658ea3bf9c0fde973c563bfa1e92cc418a2fef0bfdced3f88d93058f
24
25 diff --git a/dev-python/cliff/cliff-2.12.0-r3.ebuild b/dev-python/cliff/cliff-2.12.0-r3.ebuild
26 deleted file mode 100644
27 index 0342023910d..00000000000
28 --- a/dev-python/cliff/cliff-2.12.0-r3.ebuild
29 +++ /dev/null
30 @@ -1,54 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
36 -VIRTUALX_REQUIRED="test"
37 -
38 -inherit distutils-r1 virtualx
39 -
40 -DESCRIPTION="Command Line Interface Formulation Framework"
41 -HOMEPAGE="https://github.com/openstack/cliff"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="Apache-2.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -
50 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
51 - !~dev-python/pbr-2.1.0"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - ${CDEPEND}
55 - test? (
56 - dev-python/nose[${PYTHON_USEDEP}]
57 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
58 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
59 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
60 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
61 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
62 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
63 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
64 - >=dev-python/stestr-2.1.0[${PYTHON_USEDEP}]
65 - )
66 -"
67 -# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
68 -RDEPEND="
69 - ${CDEPEND}
70 - >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
71 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
72 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
73 - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
74 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
75 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
76 - >=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
77 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
78 - "
79 -
80 -python_test() {
81 - stestr init || die "stestr init failed under ${EPYTHON}"
82 - # needs outside access, so blacklist the test
83 - virtx stestr run --black-regex cliff.tests.test_app.TestIO.test_writer_encoding
84 -}
85
86 diff --git a/dev-python/cliff/cliff-2.12.0.ebuild b/dev-python/cliff/cliff-2.12.0.ebuild
87 deleted file mode 100644
88 index fcd3f69df19..00000000000
89 --- a/dev-python/cliff/cliff-2.12.0.ebuild
90 +++ /dev/null
91 @@ -1,50 +0,0 @@
92 -# Copyright 1999-2020 Gentoo Authors
93 -# Distributed under the terms of the GNU General Public License v2
94 -
95 -EAPI=6
96 -PYTHON_COMPAT=( python{3_6,3_7} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Command Line Interface Formulation Framework"
101 -HOMEPAGE="https://github.com/openstack/cliff"
102 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
103 -
104 -LICENSE="Apache-2.0"
105 -SLOT="0"
106 -KEYWORDS="amd64 arm64 hppa ~mips s390 x86 ~amd64-linux ~x86-linux"
107 -IUSE="test"
108 -RESTRICT="!test? ( test )"
109 -
110 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
111 - !~dev-python/pbr-2.1.0"
112 -DEPEND="
113 - dev-python/setuptools[${PYTHON_USEDEP}]
114 - ${CDEPEND}
115 - test? (
116 - dev-python/nose[${PYTHON_USEDEP}]
117 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
118 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
119 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
120 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
121 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
122 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
123 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
124 - )
125 -"
126 -# source files stipulate <sphinx-1.3 however build effected perfectly with sphinx-1.3.1
127 -RDEPEND="
128 - ${CDEPEND}
129 - >=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
130 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
131 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
132 - >=dev-python/pyparsing-2.1.0[${PYTHON_USEDEP}]
133 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
134 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
135 - >=dev-python/unicodecsv-0.8.0[${PYTHON_USEDEP}]
136 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
137 - "
138 -
139 -python_test() {
140 - nosetests ${PN}/tests || die "Tests fail with ${EPYTHON}"
141 -}