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/glance_store/
Date: Mon, 19 Feb 2018 00:54:36
Message-Id: 1519001645.fc2fb34911b897b75ed37a49c5431cfa3e6e9a60.prometheanfire@gentoo
1 commit: fc2fb34911b897b75ed37a49c5431cfa3e6e9a60
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 00:03:09 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 00:54:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2fb349
7
8 dev-python/glance_store: 0.23.0 bup
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/glance_store/Manifest | 4 +-
13 dev-python/glance_store/glance_store-0.13.1.ebuild | 49 ----------------------
14 dev-python/glance_store/glance_store-0.18.0.ebuild | 47 ---------------------
15 dev-python/glance_store/glance_store-0.20.0.ebuild | 43 -------------------
16 dev-python/glance_store/glance_store-0.23.0.ebuild | 43 +++++++++++++++++++
17 dev-python/glance_store/metadata.xml | 3 --
18 6 files changed, 44 insertions(+), 145 deletions(-)
19
20 diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
21 index 70f371e77e7..61521d51cb8 100644
22 --- a/dev-python/glance_store/Manifest
23 +++ b/dev-python/glance_store/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST glance_store-0.13.1.tar.gz 127250 BLAKE2B 8150a99a3c0e87cf995906adeaffb8e0570de38e5385c95baea7320df45e06f4eda630261b356ac0916420d33035afa5def6321bb46cd392226af4c33450f471 SHA512 1625849ed35d8fec6d730790485451fd740240a6fd076ad084cd0444b5b8bfadeab82164854a9bee194f6f3cabff7c30815d5fdcd800a7d982ed8c3224e6aaec
26 -DIST glance_store-0.18.0.tar.gz 126949 BLAKE2B fab8e33e5f967e795e2b120621cdfe25187a8c0de705eeda8b8c9cf466c66ffd74b6b425775949dc45ba06fb0f76e5c91c71727a261c554a20fb40eb44f232cb SHA512 f23505b0081d0bb9948a4a2550868ea9864c00604358264c826551caccb4e35cbdcfcaa1e0ed3d470fbe72250196e246b596cbb57db0e99cc49fba3e0c609e01
27 -DIST glance_store-0.20.0.tar.gz 129769 BLAKE2B ff9855199c6c8d371666765b15680c7a8c33c74fe045b095b55251151d5623be047ddba478732a994190251328b53b0702d885bcd841b65004da4ca41f689a31 SHA512 456a316763b2364747d24472aa42cf7602d3432043a52164a141ea0827afd2c92e6770a4c04ca7bb3c96cb9103080801cb1095a1869e5851c0ee83c4e7aea018
28 DIST glance_store-0.22.0.tar.gz 130377 BLAKE2B 7dc46dde1dbccddbbabf0e0d1d4033429e4ffa3d6dec6fe379b6f7aabcaa5eeed639aa2c76e5b85ccf3444f4e76ec894251bdb8ae573b094e657fe61acb7887b SHA512 3de073fd4926513674b87afb15a2d4485c4a98f76c7d36cd0957a9cd848399bfb1fc6b3b40550522b712e9bbddf8efec5c3fc629a944fe447543d35eb7184168
29 +DIST glance_store-0.23.0.tar.gz 140917 BLAKE2B 764510b2d24b633a9120d4c39e66100a75de23c0bd7ef633bff4d381369c67d6a21b4f16019432ac02c6ed1b995c5c6373014dd9a5bd4df4981721146ced4145 SHA512 ee3d1187ac47427981af294604bd4742a12b60bdf406039a86c5eb33645e1407bc077ae079ea07b9c031922d9350b0e2eb7eaba70f51854c288faf90f9cd7b41
30
31 diff --git a/dev-python/glance_store/glance_store-0.13.1.ebuild b/dev-python/glance_store/glance_store-0.13.1.ebuild
32 deleted file mode 100644
33 index 8f8478e527c..00000000000
34 --- a/dev-python/glance_store/glance_store-0.13.1.ebuild
35 +++ /dev/null
36 @@ -1,49 +0,0 @@
37 -# Copyright 1999-2016 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="A library for glance"
46 -HOMEPAGE="https://github.com/openstack/glance_store"
47 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm64 x86"
52 -IUSE="+cinder"
53 -
54 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - ${CDEPEND}
58 -"
59 -RDEPEND="
60 - ${CDEPEND}
61 - >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
62 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
63 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
64 - >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
65 - >=dev-python/oslo-concurrency-3.5.0[${PYTHON_USEDEP}]
66 - >=dev-python/stevedore-1.5.0[${PYTHON_USEDEP}]
67 - virtual/python-enum34[${PYTHON_USEDEP}]
68 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
69 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
70 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
71 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
72 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
73 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
74 - >=dev-python/python-keystoneclient-1.6.0[${PYTHON_USEDEP}]
75 - !~dev-python/python-keystoneclient-1.8.0[${PYTHON_USEDEP}]
76 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
77 - >=dev-python/requests-2.8.1[${PYTHON_USEDEP}]
78 - !~dev-python/requests-2.9.1[${PYTHON_USEDEP}]
79 - cinder? ( >=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}] )
80 -"
81 -
82 -python_prepare_all() {
83 - sed -i '/ordereddict/d' requirements.txt
84 - distutils-r1_python_prepare_all
85 -}
86
87 diff --git a/dev-python/glance_store/glance_store-0.18.0.ebuild b/dev-python/glance_store/glance_store-0.18.0.ebuild
88 deleted file mode 100644
89 index 201407baf74..00000000000
90 --- a/dev-python/glance_store/glance_store-0.18.0.ebuild
91 +++ /dev/null
92 @@ -1,47 +0,0 @@
93 -# Copyright 1999-2016 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="A library for glance"
102 -HOMEPAGE="https://github.com/openstack/glance_store"
103 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
104 -
105 -LICENSE="Apache-2.0"
106 -SLOT="0"
107 -KEYWORDS="amd64 ~arm64 x86"
108 -IUSE="+cinder"
109 -
110 -CDEPEND=">=dev-python/pbr-1.6[${PYTHON_USEDEP}]"
111 -DEPEND="
112 - dev-python/setuptools[${PYTHON_USEDEP}]
113 - ${CDEPEND}
114 -"
115 -RDEPEND="
116 - ${CDEPEND}
117 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
118 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
119 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
120 - >=dev-python/oslo-utils-3.16.0[${PYTHON_USEDEP}]
121 - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
122 - >=dev-python/stevedore-1.16.0[${PYTHON_USEDEP}]
123 - virtual/python-enum34[${PYTHON_USEDEP}]
124 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
125 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
126 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
127 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
128 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
129 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
130 - >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
131 - !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
132 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
133 - cinder? ( >=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}] )
134 -"
135 -
136 -python_prepare_all() {
137 - sed -i '/ordereddict/d' requirements.txt
138 - distutils-r1_python_prepare_all
139 -}
140
141 diff --git a/dev-python/glance_store/glance_store-0.20.0.ebuild b/dev-python/glance_store/glance_store-0.20.0.ebuild
142 deleted file mode 100644
143 index e0841900f03..00000000000
144 --- a/dev-python/glance_store/glance_store-0.20.0.ebuild
145 +++ /dev/null
146 @@ -1,43 +0,0 @@
147 -# Copyright 1999-2017 Gentoo Foundation
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=6
151 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
152 -
153 -inherit distutils-r1
154 -
155 -DESCRIPTION="A library for glance"
156 -HOMEPAGE="https://github.com/openstack/glance_store"
157 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
158 -
159 -LICENSE="Apache-2.0"
160 -SLOT="0"
161 -KEYWORDS="amd64 ~arm64 x86"
162 -IUSE="+cinder"
163 -
164 -CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
165 -DEPEND="
166 - dev-python/setuptools[${PYTHON_USEDEP}]
167 - ${CDEPEND}
168 -"
169 -RDEPEND="
170 - ${CDEPEND}
171 - >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
172 - !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
173 - >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
174 - >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
175 - >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
176 - >=dev-python/oslo-concurrency-3.8.0[${PYTHON_USEDEP}]
177 - >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]
178 - virtual/python-enum34[${PYTHON_USEDEP}]
179 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
180 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
181 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
182 - >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}]
183 - !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}]
184 - <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
185 - >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
186 - >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
187 - !~dev-python/requests-2.12.0[${PYTHON_USEDEP}]
188 - cinder? ( >=dev-python/python-cinderclient-1.2.1[${PYTHON_USEDEP}] )
189 -"
190
191 diff --git a/dev-python/glance_store/glance_store-0.23.0.ebuild b/dev-python/glance_store/glance_store-0.23.0.ebuild
192 new file mode 100644
193 index 00000000000..18ecb4f8731
194 --- /dev/null
195 +++ b/dev-python/glance_store/glance_store-0.23.0.ebuild
196 @@ -0,0 +1,43 @@
197 +# Copyright 1999-2018 Gentoo Foundation
198 +# Distributed under the terms of the GNU General Public License v2
199 +
200 +EAPI=6
201 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
202 +
203 +inherit distutils-r1
204 +
205 +DESCRIPTION="A library for glance"
206 +HOMEPAGE="https://github.com/openstack/glance_store"
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=""
213 +
214 +CDEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
215 +DEPEND="
216 + dev-python/setuptools[${PYTHON_USEDEP}]
217 + ${CDEPEND}
218 +"
219 +RDEPEND="
220 + ${CDEPEND}
221 + >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
222 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
223 + >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
224 + !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
225 + >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
226 + >=dev-python/oslo-concurrency-3.25.0[${PYTHON_USEDEP}]
227 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
228 + virtual/python-enum34[${PYTHON_USEDEP}]
229 + >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
230 + !~dev-python/eventlet-0.20.1[${PYTHON_USEDEP}]
231 + <dev-python/eventlet-0.21.0[${PYTHON_USEDEP}]
232 + >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
233 + >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
234 + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
235 + <dev-python/jsonschema-3.0.0[${PYTHON_USEDEP}]
236 + >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
237 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
238 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
239 +"
240
241 diff --git a/dev-python/glance_store/metadata.xml b/dev-python/glance_store/metadata.xml
242 index c097a613542..84779ebb795 100644
243 --- a/dev-python/glance_store/metadata.xml
244 +++ b/dev-python/glance_store/metadata.xml
245 @@ -17,7 +17,4 @@
246 <remote-id type="launchpad">oslo</remote-id>
247 <remote-id type="github">openstack/glance_store</remote-id>
248 </upstream>
249 - <use>
250 - <flag name="cinder">adds cinder backend support</flag>
251 - </use>
252 </pkgmetadata>