Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stevedore/
Date: Sun, 29 Mar 2020 09:50:26
Message-Id: 1585475390.8f59c211dda95ef7b68141fbf4346b2b8251e1b8.mgorny@gentoo
1 commit: 8f59c211dda95ef7b68141fbf4346b2b8251e1b8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:22:04 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:49:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f59c211
7
8 dev-python/stevedore: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/stevedore/Manifest | 3 --
13 dev-python/stevedore/stevedore-1.25.1.ebuild | 64 ---------------------------
14 dev-python/stevedore/stevedore-1.28.0.ebuild | 64 ---------------------------
15 dev-python/stevedore/stevedore-1.30.1.ebuild | 66 ----------------------------
16 4 files changed, 197 deletions(-)
17
18 diff --git a/dev-python/stevedore/Manifest b/dev-python/stevedore/Manifest
19 index 783377f215d..ce2af7bfbbf 100644
20 --- a/dev-python/stevedore/Manifest
21 +++ b/dev-python/stevedore/Manifest
22 @@ -1,4 +1 @@
23 -DIST stevedore-1.25.1.tar.gz 509014 BLAKE2B 22580ac0e5af56eadd81e7521888e3b2458a1c03a3bdac69df1f2eeef20248f1ddc1748447e3e961b61cbe62ebc939e36c04ff011b7845b3278e18a5fdc9e14e SHA512 f3d2a7360e783c800c3c2488f6adf6f9f76e34e4a4e6f3fc53d2f1114b889c443c13fdf217ddce65a41922dda2c782f19b2077847807c70e732a522fd2166ff0
24 -DIST stevedore-1.28.0.tar.gz 504872 BLAKE2B 6a9ba88ab950f17898d2dd76d75cd7bc7031cbcf441523863520e15916bc5c255fe6a62444f46b6d9967ec1f5f716420b36cb114995907ec8e2c39110ae7918a SHA512 e148560e255a362a51ce91e8bc2380828ba9a41e1988138bcff2d5b270097cadffdee30f3c98e123d8ced9f6f0ff350b52e793fd400ce6b45095860788bd6b86
25 -DIST stevedore-1.30.1.tar.gz 507795 BLAKE2B 92af8ac52dd28d765df32bd127d76aed0d0d66e2a4edc772aecb35ae78b52e9091203991a457be732d62a2987cc378d0c62cdd94898ad7e41f33b320401d4fa9 SHA512 3316ba9c73dc5499588a65fb0abc85ffc8eeea14dc94fbaced6379246098f03201d8a13dc64510a0840cb3d266ac83ffbb957738a61ee2a36440611833bab4ef
26 DIST stevedore-1.31.0.tar.gz 505482 BLAKE2B c69ecf61b32ab996f23aa913a9f226f64164b94e9420da8b7dd5a8ba568a228bd2f536052ab9378167fd2fe2e0d8d7b42515580a966eeffb5beeaf55dbba69ad SHA512 07b641b63766eddd094690acad81c1417a9721d785f81ca11da0ec2afed455d1beedfea5be4dcfd833d9379d650b193e26207ec0411d274bdf399ea2acd321a0
27
28 diff --git a/dev-python/stevedore/stevedore-1.25.1.ebuild b/dev-python/stevedore/stevedore-1.25.1.ebuild
29 deleted file mode 100644
30 index 4d260fbf352..00000000000
31 --- a/dev-python/stevedore/stevedore-1.25.1.ebuild
32 +++ /dev/null
33 @@ -1,64 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python3_6 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Manage dynamic plugins for Python applications"
44 -HOMEPAGE="https://github.com/openstack/stevedore https://pypi.org/project/stevedore/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 ~arm64 x86"
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
54 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
55 -DEPEND="
56 - dev-python/setuptools[${PYTHON_USEDEP}]
57 - ${CDEPEND}
58 - test? (
59 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
60 - dev-python/nose[${PYTHON_USEDEP}]
61 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
62 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
63 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
64 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
65 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
66 - )
67 - doc? (
68 - >=dev-python/pillow-2.4.0[${PYTHON_USEDEP}]
69 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
70 - >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
71 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
72 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
73 - )
74 -"
75 -RDEPEND="
76 - ${CDEPEND}
77 - >=dev-python/six-1.9.0[${PYTHON_USEDEP}]"
78 -
79 -python_prepare_all() {
80 - # Delete spurious data in requirements.txt
81 - sed -e '/^pbr/d' -i requirements.txt || die
82 - distutils-r1_python_prepare_all
83 -}
84 -
85 -python_compile_all() {
86 - use doc && esetup.py build_sphinx
87 -}
88 -
89 -python_test() {
90 - nosetests --verbosity=3 stevedore || die
91 -}
92 -
93 -python_install_all() {
94 - use doc && local HTML_DOCS=( doc/build/html/. )
95 -
96 - distutils-r1_python_install_all
97 -}
98
99 diff --git a/dev-python/stevedore/stevedore-1.28.0.ebuild b/dev-python/stevedore/stevedore-1.28.0.ebuild
100 deleted file mode 100644
101 index 6d88b3e42d5..00000000000
102 --- a/dev-python/stevedore/stevedore-1.28.0.ebuild
103 +++ /dev/null
104 @@ -1,64 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Authors
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=6
109 -
110 -PYTHON_COMPAT=( python3_{6,7} )
111 -
112 -inherit distutils-r1
113 -
114 -DESCRIPTION="Manage dynamic plugins for Python applications"
115 -HOMEPAGE="https://github.com/openstack/stevedore https://pypi.org/project/stevedore/"
116 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
117 -
118 -LICENSE="Apache-2.0"
119 -SLOT="0"
120 -KEYWORDS="amd64 arm64 x86"
121 -IUSE="doc test"
122 -RESTRICT="!test? ( test )"
123 -
124 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
125 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
126 -DEPEND="
127 - dev-python/setuptools[${PYTHON_USEDEP}]
128 - ${CDEPEND}
129 - test? (
130 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
131 - dev-python/nose[${PYTHON_USEDEP}]
132 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
133 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
134 - >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
135 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
136 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
137 - )
138 - doc? (
139 - >=dev-python/pillow-2.4.0[${PYTHON_USEDEP}]
140 - >=dev-python/sphinx-1.6.2[${PYTHON_USEDEP}]
141 - >=dev-python/openstackdocstheme-1.16.0[${PYTHON_USEDEP}]
142 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
143 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
144 - )
145 -"
146 -RDEPEND="
147 - ${CDEPEND}
148 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
149 -
150 -python_prepare_all() {
151 - # Delete spurious data in requirements.txt
152 - sed -e '/^pbr/d' -i requirements.txt || die
153 - distutils-r1_python_prepare_all
154 -}
155 -
156 -python_compile_all() {
157 - use doc && esetup.py build_sphinx
158 -}
159 -
160 -python_test() {
161 - nosetests --verbosity=3 stevedore || die
162 -}
163 -
164 -python_install_all() {
165 - use doc && local HTML_DOCS=( doc/build/html/. )
166 -
167 - distutils-r1_python_install_all
168 -}
169
170 diff --git a/dev-python/stevedore/stevedore-1.30.1.ebuild b/dev-python/stevedore/stevedore-1.30.1.ebuild
171 deleted file mode 100644
172 index 4aad5c4b94f..00000000000
173 --- a/dev-python/stevedore/stevedore-1.30.1.ebuild
174 +++ /dev/null
175 @@ -1,66 +0,0 @@
176 -# Copyright 1999-2020 Gentoo Authors
177 -# Distributed under the terms of the GNU General Public License v2
178 -
179 -EAPI=6
180 -
181 -PYTHON_COMPAT=( python3_{6,7} )
182 -
183 -inherit distutils-r1
184 -
185 -DESCRIPTION="Manage dynamic plugins for Python applications"
186 -HOMEPAGE="https://github.com/openstack/stevedore https://pypi.org/project/stevedore/"
187 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
188 -
189 -LICENSE="Apache-2.0"
190 -SLOT="0"
191 -KEYWORDS="amd64 arm64 ~ppc64 x86"
192 -IUSE="doc test"
193 -RESTRICT="!test? ( test )"
194 -
195 -CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
196 - !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
197 -DEPEND="
198 - dev-python/setuptools[${PYTHON_USEDEP}]
199 - ${CDEPEND}
200 - test? (
201 - >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
202 - dev-python/nose[${PYTHON_USEDEP}]
203 - >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
204 - !~dev-python/coverage-4.4[${PYTHON_USEDEP}]
205 - >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
206 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
207 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
208 - )
209 - doc? (
210 - >=dev-python/pillow-2.4.0[${PYTHON_USEDEP}]
211 - >=dev-python/sphinx-1.6.5[${PYTHON_USEDEP}]
212 - !~dev-python/sphinx-1.6.6[${PYTHON_USEDEP}]
213 - !~dev-python/sphinx-1.6.7[${PYTHON_USEDEP}]
214 - >=dev-python/openstackdocstheme-1.18.1[${PYTHON_USEDEP}]
215 - >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
216 - !~dev-python/reno-2.3.1[${PYTHON_USEDEP}]
217 - )
218 -"
219 -RDEPEND="
220 - ${CDEPEND}
221 - >=dev-python/six-1.10.0[${PYTHON_USEDEP}]"
222 -
223 -python_prepare_all() {
224 - # Delete spurious data in requirements.txt
225 - sed -e '/^pbr/d' -i requirements.txt || die
226 - distutils-r1_python_prepare_all
227 -}
228 -
229 -python_compile_all() {
230 - use doc && esetup.py build_sphinx
231 -}
232 -
233 -python_test() {
234 - nosetests --verbosity=3 stevedore || die
235 -}
236 -
237 -python_install_all() {
238 - use doc && local HTML_DOCS=( doc/build/html/. )
239 -
240 - distutils-r1_python_install_all
241 -}