Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/debtcollector/
Date: Wed, 02 Oct 2019 16:48:26
Message-Id: 1570034878.4af9e010a3e780126475551121edac691006feee.prometheanfire@gentoo
1 commit: 4af9e010a3e780126475551121edac691006feee
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 2 16:42:37 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 2 16:47:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af9e010
7
8 dev-python/debtcollector: remove broken doc build
9
10 clean up old builds
11
12 Fixes: https://bugs.gentoo.org/696016
13 Package-Manager: Portage-2.3.76, Repoman-2.3.17
14 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
15
16 dev-python/debtcollector/Manifest | 3 -
17 .../debtcollector/debtcollector-1.11.0.ebuild | 70 ---------------------
18 .../debtcollector/debtcollector-1.17.1.ebuild | 73 ----------------------
19 .../debtcollector/debtcollector-1.19.0.ebuild | 70 ---------------------
20 .../debtcollector/debtcollector-1.21.0.ebuild | 20 +-----
21 5 files changed, 1 insertion(+), 235 deletions(-)
22
23 diff --git a/dev-python/debtcollector/Manifest b/dev-python/debtcollector/Manifest
24 index becdd8e42da..9a85edd7f34 100644
25 --- a/dev-python/debtcollector/Manifest
26 +++ b/dev-python/debtcollector/Manifest
27 @@ -1,4 +1 @@
28 -DIST debtcollector-1.11.0.tar.gz 26266 BLAKE2B e94c8754d730417638542229c0c47d798efeb2f55f203c51b337f516e356f930f476881bfba7e51824e0fcdda84a2aea4cfe238fa3251a35a9bf395942de7563 SHA512 9dcbfdaec5d16714d17eca2bfce7049c0a042b2370b1be5a4a0c0057dc28bf060ba570639581ceb5e5c27f2117f9001e4b2bb350899bdab0c0c7cdc3098a9bb2
29 -DIST debtcollector-1.17.1.tar.gz 28805 BLAKE2B 25d965359ba815e182cddb2a8c82d7360e43ec549185380e759cb993dc44dae88bf1e6e21a67b6929862389f80450dc2f07eff7b2f7a5af58f1d8b64a2716255 SHA512 751ac56695369a36c4baa7fd60b3c0d2c027fb23f7b71cf4103acb70362af4455ebe50b73ca0ba4f946b318c38e67f3477ae937afd697d505a6f2455f932faa3
30 -DIST debtcollector-1.19.0.tar.gz 26176 BLAKE2B be471b8ccb8cc3df3ade1af544f6326073f65cb1a6c64a8a864ee437692508fe21d7a117f47ab9f0c8cfb74502a7cf1c68e5e9dc26d8da3cd2ac0519c93be93b SHA512 f2bd1eeb9f402853e57ef6bd31d9961acc45617c50be36192b8761454869b3b9fc7709dbd14c36be469e6dbf3532f5d75a9fb863c7ea95c276f82d06f69a2164
31 DIST debtcollector-1.21.0.tar.gz 28472 BLAKE2B a7c4a2d41ff6df1df1bfc2b775d888c1f9839ddb76bc80ff6b9bb9d1fb8e14eb225006021a0889d2a49c317c48f65cec024ff1d3c4e9c9bee1c0139a7cd1fc71 SHA512 a5a4f66a4d65134e84164de6953d4c6d5b2b9d36974055d26263b6d8505c4a131d693c371287ccd9c76220a9b59d6c3d1f0015db1d0f2bd8eafcb79c0bef0822
32
33 diff --git a/dev-python/debtcollector/debtcollector-1.11.0.ebuild b/dev-python/debtcollector/debtcollector-1.11.0.ebuild
34 deleted file mode 100644
35 index c68ecca481b..00000000000
36 --- a/dev-python/debtcollector/debtcollector-1.11.0.ebuild
37 +++ /dev/null
38 @@ -1,70 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=6
43 -
44 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
45 -
46 -inherit distutils-r1
47 -
48 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
49 -HOMEPAGE="https://www.openstack.org/"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -KEYWORDS="amd64 ~arm64 x86"
55 -IUSE="doc test"
56 -
57 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
58 -DEPEND="
59 - dev-python/setuptools[${PYTHON_USEDEP}]
60 - ${CDEPEND}
61 - test? (
62 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
63 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
64 - >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
65 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
66 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
67 - !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
68 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
69 - dev-python/doc8[${PYTHON_USEDEP}]
70 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
71 - )
72 - doc? (
73 - >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
74 - >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
75 - <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
76 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
77 - )
78 -"
79 -RDEPEND="
80 - ${CDEPEND}
81 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
82 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
83 - virtual/python-funcsigs[${PYTHON_USEDEP}]
84 -"
85 -
86 -python_prepare_all() {
87 - sed -i '/^hacking/d' test-requirements.txt || di
88 - distutils-r1_python_prepare_all
89 -}
90 -
91 -python_compile_all() {
92 - use doc && esetup.py build_sphinx
93 -}
94 -
95 -python_test() {
96 - distutils_install_for_testing
97 -
98 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
99 -
100 - testr init || die "testr init failed under ${EPYTHON}"
101 - testr run || die "testr run failed under ${EPYTHON}"
102 -}
103 -
104 -python_install_all() {
105 - use doc && local HTML_DOCS=( doc/build/html/. )
106 -
107 - distutils-r1_python_install_all
108 -}
109
110 diff --git a/dev-python/debtcollector/debtcollector-1.17.1.ebuild b/dev-python/debtcollector/debtcollector-1.17.1.ebuild
111 deleted file mode 100644
112 index 30ce83b8ad0..00000000000
113 --- a/dev-python/debtcollector/debtcollector-1.17.1.ebuild
114 +++ /dev/null
115 @@ -1,73 +0,0 @@
116 -# Copyright 1999-2019 Gentoo Authors
117 -# Distributed under the terms of the GNU General Public License v2
118 -
119 -EAPI=6
120 -
121 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
122 -
123 -inherit distutils-r1
124 -
125 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
126 -HOMEPAGE="https://www.openstack.org/"
127 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
128 -
129 -LICENSE="Apache-2.0"
130 -SLOT="0"
131 -KEYWORDS="amd64 ~arm64 x86"
132 -IUSE="doc test"
133 -
134 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
135 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
136 -DEPEND="
137 - dev-python/setuptools[${PYTHON_USEDEP}]
138 - ${CDEPEND}
139 - test? (
140 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
141 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
142 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
143 - >dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
144 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
145 - !~dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
146 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
147 - dev-python/doc8[${PYTHON_USEDEP}]
148 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
149 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
150 - )
151 - doc? (
152 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
153 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
154 - >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
155 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
156 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
157 - )
158 -"
159 -RDEPEND="
160 - ${CDEPEND}
161 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
162 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
163 - virtual/python-funcsigs[${PYTHON_USEDEP}]
164 -"
165 -
166 -python_prepare_all() {
167 - sed -i '/^hacking/d' test-requirements.txt || di
168 - distutils-r1_python_prepare_all
169 -}
170 -
171 -python_compile_all() {
172 - use doc && esetup.py build_sphinx
173 -}
174 -
175 -python_test() {
176 - distutils_install_for_testing
177 -
178 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
179 -
180 - testr init || die "testr init failed under ${EPYTHON}"
181 - testr run || die "testr run failed under ${EPYTHON}"
182 -}
183 -
184 -python_install_all() {
185 - use doc && local HTML_DOCS=( doc/build/html/. )
186 -
187 - distutils-r1_python_install_all
188 -}
189
190 diff --git a/dev-python/debtcollector/debtcollector-1.19.0.ebuild b/dev-python/debtcollector/debtcollector-1.19.0.ebuild
191 deleted file mode 100644
192 index 078100d89a6..00000000000
193 --- a/dev-python/debtcollector/debtcollector-1.19.0.ebuild
194 +++ /dev/null
195 @@ -1,70 +0,0 @@
196 -# Copyright 1999-2019 Gentoo Authors
197 -# Distributed under the terms of the GNU General Public License v2
198 -
199 -EAPI=6
200 -
201 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
202 -
203 -inherit distutils-r1
204 -
205 -DESCRIPTION="Python deprecation patterns and strategies that collect technical debt"
206 -HOMEPAGE="https://www.openstack.org/"
207 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
208 -
209 -LICENSE="Apache-2.0"
210 -SLOT="0"
211 -KEYWORDS="amd64 ~arm64 x86"
212 -IUSE="doc test"
213 -
214 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
215 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
216 -DEPEND="
217 - dev-python/setuptools[${PYTHON_USEDEP}]
218 - ${CDEPEND}
219 - test? (
220 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
221 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
222 - >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
223 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
224 - !~dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
225 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
226 - >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
227 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
228 - )
229 - doc? (
230 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
231 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
232 - >=dev-python/openstackdocstheme-1.17.0[${PYTHON_USEDEP}]
233 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
234 - )
235 -"
236 -RDEPEND="
237 - ${CDEPEND}
238 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
239 - >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
240 - virtual/python-funcsigs[${PYTHON_USEDEP}]
241 -"
242 -
243 -python_prepare_all() {
244 - sed -i '/^hacking/d' test-requirements.txt || di
245 - distutils-r1_python_prepare_all
246 -}
247 -
248 -python_compile_all() {
249 - use doc && esetup.py build_sphinx
250 -}
251 -
252 -python_test() {
253 - distutils_install_for_testing
254 -
255 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
256 -
257 - testr init || die "testr init failed under ${EPYTHON}"
258 - testr run || die "testr run failed under ${EPYTHON}"
259 -}
260 -
261 -python_install_all() {
262 - use doc && local HTML_DOCS=( doc/build/html/. )
263 -
264 - distutils-r1_python_install_all
265 -}
266
267 diff --git a/dev-python/debtcollector/debtcollector-1.21.0.ebuild b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
268 index 1cdfbb6e143..7f1dd61f94c 100644
269 --- a/dev-python/debtcollector/debtcollector-1.21.0.ebuild
270 +++ b/dev-python/debtcollector/debtcollector-1.21.0.ebuild
271 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
272 LICENSE="Apache-2.0"
273 SLOT="0"
274 KEYWORDS="amd64 ~arm64 x86"
275 -IUSE="doc test"
276 +IUSE="test"
277
278 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
279 !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
280 @@ -30,14 +30,6 @@ DEPEND="
281 >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
282 >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
283 )
284 - doc? (
285 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
286 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
287 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
288 - !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
289 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
290 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
291 - )
292 "
293 RDEPEND="
294 ${CDEPEND}
295 @@ -51,10 +43,6 @@ python_prepare_all() {
296 distutils-r1_python_prepare_all
297 }
298
299 -python_compile_all() {
300 - use doc && esetup.py build_sphinx
301 -}
302 -
303 python_test() {
304 distutils_install_for_testing
305
306 @@ -63,9 +51,3 @@ python_test() {
307 testr init || die "testr init failed under ${EPYTHON}"
308 testr run || die "testr run failed under ${EPYTHON}"
309 }
310 -
311 -python_install_all() {
312 - use doc && local HTML_DOCS=( doc/build/html/. )
313 -
314 - distutils-r1_python_install_all
315 -}