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-client-config/
Date: Sun, 28 Jan 2018 04:13:52
Message-Id: 1517112801.8d3c58fa7a6171841d95835e4ec7245090d4f600.prometheanfire@gentoo
1 commit: 8d3c58fa7a6171841d95835e4ec7245090d4f600
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 04:09:31 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 04:13:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3c58fa
7
8 dev-python/os-client-config: remove ocata
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/os-client-config/Manifest | 3 -
13 .../os-client-config-1.16.0.ebuild | 80 ---------------------
14 .../os-client-config-1.21.1.ebuild | 80 ---------------------
15 .../os-client-config-1.26.0.ebuild | 84 ----------------------
16 4 files changed, 247 deletions(-)
17
18 diff --git a/dev-python/os-client-config/Manifest b/dev-python/os-client-config/Manifest
19 index 32c7594bcb9..57da9876de4 100644
20 --- a/dev-python/os-client-config/Manifest
21 +++ b/dev-python/os-client-config/Manifest
22 @@ -1,4 +1 @@
23 -DIST os-client-config-1.16.0.tar.gz 53367 BLAKE2B b17e51a16041cb0cea82409822de0ebb14059444aef5122a3244f705ae129a0177ecdcfc730c45f7cb10ce47e299630d0347575c20754e1a7562145948642002 SHA512 a10a877dd3bc0245c6bbdaa0cb6daa5a17b519cc4fa73b368626a2e58dd44427309e1d839a3db14128ab4ed4d12fd36aaf366617ded88e14335ced8929c7f527
24 -DIST os-client-config-1.21.1.tar.gz 62581 BLAKE2B fac356b634c4e371ce017742ad7037116c5980a0fb2edc9af3c4f6d25801497ef4e0c4f895b70c96af52492fe6c431aeffb2bc55e701e38e6605b15f212f82d2 SHA512 74d16d0f3e2980c1ef07134de8bdcb867e80226cb23eeaaeb95a534a2f807b186e7807d14df20003f56e7aa3bd72cafa7839c40937e52d50f8b21a40e7eba00b
25 -DIST os-client-config-1.26.0.tar.gz 68876 BLAKE2B 1d26b737ce3256b204f2ddd61c3c33348c0d2bd881faecaaf43a4ccc5c246e3ac1e9417b6b68988fb0da831b8e98a7c7bc2dbc64d20c77447268fb119cd70d79 SHA512 df28c0b0bfe1786e7b66c57c36e229f3d6ee1cc0e1693d2bc272c817d7d3308aeb37600ef0a8b746dfb435c2f0c19c5d022da0e55c7d1525c03df8882a59f336
26 DIST os-client-config-1.28.0.tar.gz 64102 BLAKE2B 955f3e4387d38ef99805c9fa53032c974b68d2128c89b9525570f1736f74d4a757e43ec50957bd5fbc7c6c1bf9a9b97577058f44aa9abc77d58e917cb2670151 SHA512 80cea066eeb8dce03afa91a720b2e3449676f019f33c8ab0a3c0ecd5cfd49cd5a061abde1a4f0eb1ff947e505de74d94ba3ce71e763d2e2e4fbd1c72b313d1d9
27
28 diff --git a/dev-python/os-client-config/os-client-config-1.16.0.ebuild b/dev-python/os-client-config/os-client-config-1.16.0.ebuild
29 deleted file mode 100644
30 index 4825c9e985e..00000000000
31 --- a/dev-python/os-client-config/os-client-config-1.16.0.ebuild
32 +++ /dev/null
33 @@ -1,80 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python{2_7,3_{4,5}} )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="OpenStack Client Configuation Library"
43 -HOMEPAGE="http://www.openstack.org/"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="amd64 ~arm64 x86"
49 -IUSE="doc test"
50 -
51 -CDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - ${CDEPEND}
55 - test? (
56 - dev-python/extras[${PYTHON_USEDEP}]
57 - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
58 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
59 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
60 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
61 - >=dev-python/mock-1.2[${PYTHON_USEDEP}]
62 - >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
63 - >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
64 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
65 - >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
66 - >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
67 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
68 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
69 - >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
70 - !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
71 - )
72 - doc? (
73 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
74 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
75 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
76 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
77 - )
78 -"
79 -RDEPEND="
80 - ${CDEPEND}
81 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
82 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
83 - >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
84 - >=dev-python/requestsexceptions-1.1.1[${PYTHON_USEDEP}]
85 -"
86 -
87 -python_prepare_all() {
88 - sed -i '/^hacking/d' test-requirements.txt || die
89 - local PATCHES=(
90 - "${FILESDIR}"/test_get_all_clouds.patch
91 - )
92 -
93 - distutils-r1_python_prepare_all
94 -}
95 -
96 -python_compile_all() {
97 - use doc && esetup.py build_sphinx
98 -}
99 -
100 -python_test() {
101 - distutils_install_for_testing
102 -
103 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
104 -
105 - testr init || die "testr init failed under ${EPYTHON}"
106 - testr run || die "testr run failed under ${EPYTHON}"
107 -}
108 -
109 -python_install_all() {
110 - use doc && local HTML_DOCS=( doc/build/html/. )
111 -
112 - distutils-r1_python_install_all
113 -}
114
115 diff --git a/dev-python/os-client-config/os-client-config-1.21.1.ebuild b/dev-python/os-client-config/os-client-config-1.21.1.ebuild
116 deleted file mode 100644
117 index 64fd2a63ec7..00000000000
118 --- a/dev-python/os-client-config/os-client-config-1.21.1.ebuild
119 +++ /dev/null
120 @@ -1,80 +0,0 @@
121 -# Copyright 1999-2017 Gentoo Foundation
122 -# Distributed under the terms of the GNU General Public License v2
123 -
124 -EAPI=6
125 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
126 -
127 -inherit distutils-r1
128 -
129 -DESCRIPTION="OpenStack Client Configuation Library"
130 -HOMEPAGE="http://www.openstack.org/"
131 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
132 -
133 -LICENSE="Apache-2.0"
134 -SLOT="0"
135 -KEYWORDS="amd64 ~arm64 x86"
136 -IUSE="doc test"
137 -
138 -CDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
139 -DEPEND="
140 - dev-python/setuptools[${PYTHON_USEDEP}]
141 - ${CDEPEND}
142 - test? (
143 - dev-python/extras[${PYTHON_USEDEP}]
144 - >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
145 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
146 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
147 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
148 - >=dev-python/mock-1.2[${PYTHON_USEDEP}]
149 - >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
150 - >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
151 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
152 - >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
153 - >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
154 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
155 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
156 - >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
157 - !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
158 - )
159 - doc? (
160 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
161 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
162 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
163 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
164 - )
165 -"
166 -RDEPEND="
167 - ${CDEPEND}
168 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
169 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
170 - >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
171 - >=dev-python/requestsexceptions-1.1.1[${PYTHON_USEDEP}]
172 -"
173 -
174 -python_prepare_all() {
175 - sed -i '/^hacking/d' test-requirements.txt || die
176 - local PATCHES=(
177 - "${FILESDIR}"/test_get_all_clouds.patch
178 - )
179 -
180 - distutils-r1_python_prepare_all
181 -}
182 -
183 -python_compile_all() {
184 - use doc && esetup.py build_sphinx
185 -}
186 -
187 -python_test() {
188 - distutils_install_for_testing
189 -
190 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
191 -
192 - testr init || die "testr init failed under ${EPYTHON}"
193 - testr run || die "testr run failed under ${EPYTHON}"
194 -}
195 -
196 -python_install_all() {
197 - use doc && local HTML_DOCS=( doc/build/html/. )
198 -
199 - distutils-r1_python_install_all
200 -}
201
202 diff --git a/dev-python/os-client-config/os-client-config-1.26.0.ebuild b/dev-python/os-client-config/os-client-config-1.26.0.ebuild
203 deleted file mode 100644
204 index 501add8f5f6..00000000000
205 --- a/dev-python/os-client-config/os-client-config-1.26.0.ebuild
206 +++ /dev/null
207 @@ -1,84 +0,0 @@
208 -# Copyright 1999-2017 Gentoo Foundation
209 -# Distributed under the terms of the GNU General Public License v2
210 -
211 -EAPI=6
212 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
213 -
214 -inherit distutils-r1
215 -
216 -DESCRIPTION="OpenStack Client Configuation Library"
217 -HOMEPAGE="http://www.openstack.org/"
218 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
219 -
220 -LICENSE="Apache-2.0"
221 -SLOT="0"
222 -KEYWORDS="amd64 ~arm64 x86"
223 -IUSE="doc test"
224 -
225 -CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
226 -DEPEND="
227 - dev-python/setuptools[${PYTHON_USEDEP}]
228 - ${CDEPEND}
229 - test? (
230 - >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
231 - >=dev-python/docutils-0.11[${PYTHON_USEDEP}]
232 - !~dev-python/docutils-0.13.1[${PYTHON_USEDEP}]
233 - dev-python/extras[${PYTHON_USEDEP}]
234 - >=dev-python/fixtures-0.3.144[${PYTHON_USEDEP}]
235 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
236 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
237 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
238 - >=dev-python/mock-1.2[${PYTHON_USEDEP}]
239 - >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}]
240 - >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
241 - >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
242 - >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
243 - >=dev-python/reno-0.1.1[${PYTHON_USEDEP}]
244 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
245 - >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
246 - >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
247 - !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
248 - )
249 - doc? (
250 - >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
251 - >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
252 - !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]
253 - <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
254 - )
255 -"
256 -RDEPEND="
257 - ${CDEPEND}
258 - >=dev-python/pyyaml-3.1.0[${PYTHON_USEDEP}]
259 - >=dev-python/appdirs-1.3.0[${PYTHON_USEDEP}]
260 - >=dev-python/keystoneauth-2.1.0[${PYTHON_USEDEP}]
261 - >=dev-python/requestsexceptions-1.1.1[${PYTHON_USEDEP}]
262 -"
263 -
264 -PATCHES=(
265 - "${FILESDIR}"/test_get_all_clouds.patch
266 -)
267 -
268 -python_prepare_all() {
269 - sed -i '/^hacking/d' test-requirements.txt || die
270 -
271 - distutils-r1_python_prepare_all
272 -}
273 -
274 -python_compile_all() {
275 - use doc && esetup.py build_sphinx
276 -}
277 -
278 -python_test() {
279 - distutils_install_for_testing
280 -
281 - rm -rf .testrepository || die "couldn't remove '.testrepository' under ${EPTYHON}"
282 -
283 - testr init || die "testr init failed under ${EPYTHON}"
284 - testr run || die "testr run failed under ${EPYTHON}"
285 -}
286 -
287 -python_install_all() {
288 - use doc && local HTML_DOCS=( doc/build/html/. )
289 -
290 - distutils-r1_python_install_all
291 -}