Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
Date: Sun, 03 Oct 2021 18:33:25
Message-Id: 1633285920.150e5e5b4860897a6d813fe85c2307d7fd625cfe.Alessandro-Barbieri@gentoo
1 commit: 150e5e5b4860897a6d813fe85c2307d7fd625cfe
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 2 13:06:02 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 3 18:32:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=150e5e5b
7
8 dev-python/glance_store: new version
9
10 Closes: https://bugs.gentoo.org/799488
11 Closes: https://bugs.gentoo.org/799491
12 Closes: https://bugs.gentoo.org/815448
13 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
14
15 dev-python/glance_store/Manifest | 2 +-
16 dev-python/glance_store/glance_store-2.3.0.ebuild | 47 ----------------
17 dev-python/glance_store/glance_store-2.7.0.ebuild | 66 +++++++++++++++++++++++
18 3 files changed, 67 insertions(+), 48 deletions(-)
19
20 diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
21 index af2fbb666..0e1725082 100644
22 --- a/dev-python/glance_store/Manifest
23 +++ b/dev-python/glance_store/Manifest
24 @@ -1 +1 @@
25 -DIST glance_store-2.3.0.tar.gz 212933 BLAKE2B 69f54fbb44de0e6e9608e38cf0b43ee6fb7df7758d19b6dee6f15fb00a25ce885610ef9c779d2138c08f5d3a28760121ef66edade0b23619685d5f985433247f SHA512 59499c1fa8b596faba0918219b76e5e7d51f6c7e94d14b99f28b2a9f87b456e638bd42fe33124ae9507043a975db6e5b5762e5979258db35b772f41a08d59be6
26 +DIST glance_store-2.7.0.tar.gz 229579 BLAKE2B 9623fedf6cf9de51b6793202a8d0134380fa1b9d0f5a595bc2d718f468f48bd078f32c7154ee719db3a49d38bfcea4e7d763caf67cb3e522a034184425477230 SHA512 fc5b06dbd197d99b36e2f744f10dff77d268e1dfe13ebb85b1945f28d3b27607d7023735868e6f4bfcd63735c917a2bc21aa7772ed35a4710f9df557d4cd5a99
27
28 diff --git a/dev-python/glance_store/glance_store-2.3.0.ebuild b/dev-python/glance_store/glance_store-2.3.0.ebuild
29 deleted file mode 100644
30 index a1b09a031..000000000
31 --- a/dev-python/glance_store/glance_store-2.3.0.ebuild
32 +++ /dev/null
33 @@ -1,47 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -PYTHON_COMPAT=( python3_{7,8} )
39 -DISTUTILS_USE_SETUPTOOLS=rdepend
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A library for glance"
44 -HOMEPAGE="https://github.com/openstack/glance_store"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="cinder swift vmware"
51 -
52 -DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
53 -RDEPEND="
54 - >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
55 - >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
56 - >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
57 - >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
58 - !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
59 - >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
60 - >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
61 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
62 - >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
63 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
64 - >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
65 - >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
66 - >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
67 - >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
68 - >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
69 - cinder? (
70 - >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
71 - >=dev-python/os-brick-2.6.0[${PYTHON_USEDEP}]
72 - >=dev-python/oslo-rootwrap-5.8.0[${PYTHON_USEDEP}]
73 - >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
74 - )
75 - swift? (
76 - >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
77 - >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
78 - )
79 - vmware? ( >=dev-python/oslo-vmware-2.17.0[${PYTHON_USEDEP}] )
80 -"
81
82 diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-2.7.0.ebuild
83 new file mode 100644
84 index 000000000..266ec51b8
85 --- /dev/null
86 +++ b/dev-python/glance_store/glance_store-2.7.0.ebuild
87 @@ -0,0 +1,66 @@
88 +# Copyright 1999-2021 Gentoo Authors
89 +# Distributed under the terms of the GNU General Public License v2
90 +
91 +EAPI=8
92 +
93 +PYTHON_COMPAT=( python3_8 )
94 +
95 +inherit distutils-r1
96 +
97 +DESCRIPTION="A library for glance"
98 +HOMEPAGE="
99 + https://github.com/openstack/glance_store
100 + https://opendev.org/openstack/glance_store
101 + https://pypi.org/project/glance-store
102 + https://launchpad.net/glance-store
103 +"
104 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 +
106 +LICENSE="Apache-2.0"
107 +SLOT="0"
108 +KEYWORDS="~amd64"
109 +IUSE="cinder swift vmware"
110 +
111 +RDEPEND="
112 + >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
113 + >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
114 + >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
115 + >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
116 + >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
117 + >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
118 + >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
119 + >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
120 + >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
121 + >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
122 + >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
123 + >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
124 + cinder? (
125 + >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
126 + >=dev-python/os-brick-2.6.0[${PYTHON_USEDEP}]
127 + >=dev-python/oslo-rootwrap-5.8.0[${PYTHON_USEDEP}]
128 + >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
129 + )
130 + swift? (
131 + >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
132 + >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
133 + )
134 + vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] )
135 +"
136 +DEPEND="
137 + ${RDEPEND}
138 + test? (
139 + >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
140 + >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
141 + >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
142 + >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
143 + >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}]
144 + >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
145 + >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
146 + >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
147 + >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
148 + )
149 +"
150 +# where to put this?
151 +# >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
152 +
153 +distutils_enable_tests pytest