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/python-ironicclient/
Date: Tue, 11 Feb 2020 19:06:51
Message-Id: 1581447983.1158e1f6d91ca291762a74b5ae41218b90230e70.prometheanfire@gentoo
1 commit: 1158e1f6d91ca291762a74b5ae41218b90230e70
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 18:51:22 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:06:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1158e1f6
7
8 dev-python/python-ironicclient: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/python-ironicclient/Manifest | 3 -
14 .../python-ironicclient-1.17.0.ebuild | 83 ----------------------
15 .../python-ironicclient-2.2.1.ebuild | 79 --------------------
16 .../python-ironicclient-2.7.1.ebuild | 75 -------------------
17 .../python-ironicclient-2.7.2.ebuild | 6 +-
18 5 files changed, 3 insertions(+), 243 deletions(-)
19
20 diff --git a/dev-python/python-ironicclient/Manifest b/dev-python/python-ironicclient/Manifest
21 index 812ac239358..23cfd5c9629 100644
22 --- a/dev-python/python-ironicclient/Manifest
23 +++ b/dev-python/python-ironicclient/Manifest
24 @@ -1,4 +1 @@
25 -DIST python-ironicclient-1.17.0.tar.gz 206742 BLAKE2B 8fb92acb02e146916dfebd677ac1c179e78b0c16af80fe59361de6def1435d58466a1b9aef9798a05e0ed2ddc30e860e7da7579c2e6a336ff5f220d41b93b51e SHA512 3a1594d499dbfb508a87e87459308cdeb3eac9987116c8a7a250c5751fc1d4785056033e521ec5d99514a2b6c84362e7576dfec9c4941970422cf2757262c651
26 -DIST python-ironicclient-2.2.1.tar.gz 220436 BLAKE2B b36a5d0b2c297f52a121aa96007ce03556199d7d6139198e39114f2931fd7004bdf76fc5eca369247975bb9eb6d853a2fb4be133976de0ddfeb5767ead6c3c1a SHA512 1827dba991c59cea8a43dd11d0f8f0f1dd6ae41a7f1f28d9d200bac61ae9a4901ac280107fa91a95ebf24072634eadee2e0140f5e1cf5962496f34997815aa04
27 -DIST python-ironicclient-2.7.1.tar.gz 246190 BLAKE2B c31a439d9175a1915e34988e6e22fe2f05c722925928e30316a3f87023e393a8ee98ca1dbcca19760c009b28c7815478648259865316fac493e1c674cf70fce5 SHA512 654fa4f20b258094d4b05c34f059fa06f12638a210283b6821f6be5acf54bd15a03c73960a7a94d14635a1361370976d86e6b233bd1868c89d9aa82fc1fe7a8f
28 DIST python-ironicclient-2.7.2.tar.gz 246413 BLAKE2B 28c71f619baa539a2d82b8aa1e2462de092a385f0b6efd88fa3f5c676aab5603b1060e671b7fd93c2f69a83e6ce4c065fe0492483dd93cdf0af6633403775cab SHA512 6a41ccc0e811fae571652837244ed7f23ec9a7ccf512a71519315406abe7fe0117013765c4d6c1e3c75daa21346b1f94881a32217b3a5829bf473d0b18470c0e
29
30 diff --git a/dev-python/python-ironicclient/python-ironicclient-1.17.0.ebuild b/dev-python/python-ironicclient/python-ironicclient-1.17.0.ebuild
31 deleted file mode 100644
32 index 7eaa3acd623..00000000000
33 --- a/dev-python/python-ironicclient/python-ironicclient-1.17.0.ebuild
34 +++ /dev/null
35 @@ -1,83 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -PYTHON_COMPAT=( python3_6 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Python bindings for the Ironic API"
45 -HOMEPAGE="https://www.openstack.org/"
46 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
51 -IUSE="test"
52 -RESTRICT="!test? ( test )"
53 -
54 -CDEPEND="
55 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
56 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
57 -"
58 -CRDEPEND="
59 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
60 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
61 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
62 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
63 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
64 - >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
65 - >=dev-python/osc-lib-1.7.0[${PYTHON_USEDEP}]
66 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
67 - !~dev-python/oslo-i18n-3.15.2[${PYTHON_USEDEP}]
68 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
69 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
70 - >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
71 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
72 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
73 - >=dev-python/python-openstackclient-3.3.0[${PYTHON_USEDEP}]
74 - !~dev-python/python-openstackclient-3.10.0[${PYTHON_USEDEP}]
75 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
76 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
77 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
78 -"
79 -DEPEND="
80 - dev-python/setuptools[${PYTHON_USEDEP}]
81 - ${CDEPEND}
82 - test? (
83 - ${CRDEPEND}
84 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
85 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
86 - dev-python/doc8[${PYTHON_USEDEP}]
87 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
88 - >=dev-python/requests-mock-1.1[${PYTHON_USEDEP}]
89 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
90 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
91 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
92 - >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
93 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
94 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
95 - >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
96 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
97 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
98 - >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
99 - >=dev-python/os-testr-0.8.0[${PYTHON_USEDEP}]
100 - >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
101 - )
102 -"
103 -RDEPEND="
104 - ${CDEPEND}
105 - ${CRDEPEND}
106 -"
107 -python_prepare_all() {
108 - sed -i '/^hacking/d' test-requirements.txt || die
109 - sed -i '/^tempest/d' test-requirements.txt || die
110 - distutils-r1_python_prepare_all
111 -}
112 -
113 -python_test() {
114 - #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
115 -
116 - testr init || die "testr init failed under ${EPYTHON}"
117 - testr run || die "testr run failed under ${EPYTHON}"
118 -}
119
120 diff --git a/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild b/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
121 deleted file mode 100644
122 index f4aaf2b3b45..00000000000
123 --- a/dev-python/python-ironicclient/python-ironicclient-2.2.1.ebuild
124 +++ /dev/null
125 @@ -1,79 +0,0 @@
126 -# Copyright 1999-2020 Gentoo Authors
127 -# Distributed under the terms of the GNU General Public License v2
128 -
129 -EAPI=6
130 -PYTHON_COMPAT=( python3_6 )
131 -
132 -inherit distutils-r1
133 -
134 -DESCRIPTION="Python bindings for the Ironic API"
135 -HOMEPAGE="https://www.openstack.org/"
136 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
137 -
138 -LICENSE="Apache-2.0"
139 -SLOT="0"
140 -KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
141 -IUSE="test"
142 -RESTRICT="!test? ( test )"
143 -
144 -CDEPEND="
145 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
146 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
147 -"
148 -CRDEPEND="
149 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
150 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
151 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
152 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
153 - >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
154 - >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
155 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
156 - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
157 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
158 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
159 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
160 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
161 - >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
162 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
163 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
164 -"
165 -DEPEND="
166 - dev-python/setuptools[${PYTHON_USEDEP}]
167 - ${CDEPEND}
168 - test? (
169 - ${CRDEPEND}
170 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
171 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
172 - >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
173 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
174 - >=dev-python/requests-mock-1.1.0[${PYTHON_USEDEP}]
175 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
176 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
177 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
178 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
179 - >=dev-python/reno-2.5.0[${PYTHON_USEDEP}]
180 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
181 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
182 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
183 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
184 - >=dev-python/os-testr-1.0.0[${PYTHON_USEDEP}]
185 - >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
186 - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
187 - )
188 -"
189 -RDEPEND="
190 - ${CDEPEND}
191 - ${CRDEPEND}
192 -"
193 -python_prepare_all() {
194 - sed -i '/^hacking/d' test-requirements.txt || die
195 - sed -i '/^tempest/d' test-requirements.txt || die
196 - distutils-r1_python_prepare_all
197 -}
198 -
199 -python_test() {
200 - #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
201 -
202 - testr init || die "testr init failed under ${EPYTHON}"
203 - testr run || die "testr run failed under ${EPYTHON}"
204 -}
205
206 diff --git a/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild b/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild
207 deleted file mode 100644
208 index fcd5ed68f03..00000000000
209 --- a/dev-python/python-ironicclient/python-ironicclient-2.7.1.ebuild
210 +++ /dev/null
211 @@ -1,75 +0,0 @@
212 -# Copyright 1999-2020 Gentoo Authors
213 -# Distributed under the terms of the GNU General Public License v2
214 -
215 -EAPI=6
216 -PYTHON_COMPAT=( python3_6 )
217 -
218 -inherit distutils-r1
219 -
220 -DESCRIPTION="Python bindings for the Ironic API"
221 -HOMEPAGE="https://www.openstack.org/"
222 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
223 -
224 -LICENSE="Apache-2.0"
225 -SLOT="0"
226 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
227 -IUSE="test"
228 -RESTRICT="!test? ( test )"
229 -
230 -CDEPEND="
231 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
232 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
233 -"
234 -CRDEPEND="
235 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
236 - >=dev-python/dogpile-cache-0.6.2[${PYTHON_USEDEP}]
237 - >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
238 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
239 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
240 - >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
241 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
242 - >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
243 - !~dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
244 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
245 - >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
246 - <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
247 - >=dev-python/pyyaml-3.12.0[${PYTHON_USEDEP}]
248 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
249 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
250 -"
251 -DEPEND="
252 - dev-python/setuptools[${PYTHON_USEDEP}]
253 - ${CDEPEND}
254 - test? (
255 - ${CRDEPEND}
256 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
257 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
258 - >=dev-python/doc8-0.6.0[${PYTHON_USEDEP}]
259 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
260 - >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
261 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
262 - >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
263 - !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
264 - >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
265 - >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
266 - >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
267 - >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
268 - >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
269 - )
270 -"
271 -RDEPEND="
272 - ${CDEPEND}
273 - ${CRDEPEND}
274 -"
275 -python_prepare_all() {
276 - sed -i '/^hacking/d' test-requirements.txt || die
277 - sed -i '/^tempest/d' test-requirements.txt || die
278 - distutils-r1_python_prepare_all
279 -}
280 -
281 -python_test() {
282 - #rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPYTHON}"
283 -
284 - testr init || die "testr init failed under ${EPYTHON}"
285 - testr run || die "testr run failed under ${EPYTHON}"
286 -}
287
288 diff --git a/dev-python/python-ironicclient/python-ironicclient-2.7.2.ebuild b/dev-python/python-ironicclient/python-ironicclient-2.7.2.ebuild
289 index fcd5ed68f03..ba0ca14114b 100644
290 --- a/dev-python/python-ironicclient/python-ironicclient-2.7.2.ebuild
291 +++ b/dev-python/python-ironicclient/python-ironicclient-2.7.2.ebuild
292 @@ -1,8 +1,8 @@
293 # Copyright 1999-2020 Gentoo Authors
294 # Distributed under the terms of the GNU General Public License v2
295
296 -EAPI=6
297 -PYTHON_COMPAT=( python3_6 )
298 +EAPI=7
299 +PYTHON_COMPAT=( python3_6 python3_7 )
300
301 inherit distutils-r1
302
303 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
304
305 LICENSE="Apache-2.0"
306 SLOT="0"
307 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
308 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
309 IUSE="test"
310 RESTRICT="!test? ( test )"