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/botocore/
Date: Mon, 13 Sep 2021 07:46:04
Message-Id: 1631519141.9e30aa757b3b640fff30a07083cdb8c2aa4db1e6.mgorny@gentoo
1 commit: 9e30aa757b3b640fff30a07083cdb8c2aa4db1e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 07:03:10 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 07:45:41 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e30aa75
7
8 dev-python/botocore: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/botocore/Manifest | 4 --
13 dev-python/botocore/botocore-1.21.15.ebuild | 59 -----------------------------
14 dev-python/botocore/botocore-1.21.21.ebuild | 59 -----------------------------
15 dev-python/botocore/botocore-1.21.35.ebuild | 59 -----------------------------
16 dev-python/botocore/botocore-1.21.7.ebuild | 59 -----------------------------
17 5 files changed, 240 deletions(-)
18
19 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
20 index 0e711df7535..4eea1fe342c 100644
21 --- a/dev-python/botocore/Manifest
22 +++ b/dev-python/botocore/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST botocore-1.21.15.tar.gz 8012673 BLAKE2B cdd2b4128e67c85879e85f61265b10c1e5765eebf65333059af56a6a5b1d650a7612c4b569afde2396704015294e74b717c35d49c3e08396b2c603b7d47c632b SHA512 a5916ffa64568b2040d6f76571d9d716d50339fdaaed61f4ff7be92a5dac2c3f967280330fcbd3d6c2e1c1faf7bd6012ce75dd66ff26fde9d830d334a9d7c45a
25 -DIST botocore-1.21.21.tar.gz 8042971 BLAKE2B 888abb929e1d66c293bff9d3d25682590e0fce3173ca6e121b969d1ef92dd4bb3fd010f72ab4bed664ed6e2df94fd61a9211a3aad72742eb1d4ee2b192cb4f7d SHA512 f8f47c2a2ed07f90263fd5eefe593bf14e8bb2a8df599660f2c84c504a16eb1c370ff8edea0b809be34f1fe9c7e8a3d604b74689b9e16c0686e6ff7c640534a4
26 DIST botocore-1.21.28.tar.gz 8079306 BLAKE2B 26dce445746a9da1b0cf62b622597396f9b4e735701f9260fd9863410b28b884e70e41b446b8349df39c81696b64632450f4ebb3e3f7865175e538f1b465898c SHA512 29534e51465bc7ac7b6f2e2c48472768c26caa5089f4c7f4a23cc2411fd55fde473388ad181a0b5a36650a6c1252ecb3e2b65e30510adc40f6edd6ce0c89f484
27 -DIST botocore-1.21.35.tar.gz 8122175 BLAKE2B 976ceaeb93a838337403b334e4ff4747e725cb473859031b86bcd6f87313a2c8e799a11f65f7e5efe5f4c063010fd55f4c012866be92db6e974c2293bf499a64 SHA512 7d94e35b027c01329eaf1b7d0f14f860359fdcebca0d0b842b87aeb5af61ee1fa5438f6d316b5d5b9a3f262fe8d24da5d0c6546679f3789ce09da17205aae162
28 DIST botocore-1.21.40.tar.gz 8149052 BLAKE2B 0554e2b9caa08b7518f1b51b5a980d98926782f0d4d523fa5c40dc66ecdf2db75719a36a2bf320c8d473119030693e0d1ab6bc7ea34c0574de7488bff5d7e411 SHA512 5466e15f8c09f3b4df13aee951d65219be86ccf1c0e73ed17e50fb7e2418f4694409676804bf6cf3ca638419512d903708e0994cff1f8105a19f0e26f0cabc31
29 -DIST botocore-1.21.7.tar.gz 7977343 BLAKE2B 19c5bf5de40ab131585e30bb85486fcffc3428808811b312b33578174ce31a691f4f4d955462120f05d2aad2cd5e5772789704eee641760fb67099aa3cddc9b5 SHA512 db1bb36faa6857a1cc717e5d591954415bb948178ee2be90ab9c32c11b1fb45c5b5aff87dfacd907c2f11bc7cdd2cd4de2ee9c847fa8cda4e5f0814a828b1019
30
31 diff --git a/dev-python/botocore/botocore-1.21.15.ebuild b/dev-python/botocore/botocore-1.21.15.ebuild
32 deleted file mode 100644
33 index 30e0988848a..00000000000
34 --- a/dev-python/botocore/botocore-1.21.15.ebuild
35 +++ /dev/null
36 @@ -1,59 +0,0 @@
37 -# Copyright 1999-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=8
41 -
42 -PYTHON_COMPAT=( python3_{8..10} )
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Low-level, data-driven core of boto 3"
46 -HOMEPAGE="https://github.com/boto/botocore"
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -
50 -if [[ "${PV}" == "9999" ]]; then
51 - EGIT_REPO_URI="https://github.com/boto/botocore"
52 - inherit git-r3
53 -else
54 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
55 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
56 -fi
57 -
58 -RDEPEND="
59 - dev-python/six[${PYTHON_USEDEP}]
60 - dev-python/jmespath[${PYTHON_USEDEP}]
61 - dev-python/python-dateutil[${PYTHON_USEDEP}]
62 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
63 -"
64 -BDEPEND="
65 - test? (
66 - dev-python/mock[${PYTHON_USEDEP}]
67 - dev-python/jsonschema[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -PATCHES=(
72 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
73 -)
74 -
75 -distutils_enable_sphinx docs/source \
76 - 'dev-python/guzzle_sphinx_theme'
77 -distutils_enable_tests nose
78 -
79 -src_prepare() {
80 - # unpin deps
81 - sed -i -e "s:>=.*':':" setup.py || die
82 - # very unstable
83 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
84 - tests/functional/retries/test_bucket.py || die
85 - distutils-r1_src_prepare
86 -}
87 -
88 -python_test() {
89 - # note: suites need to be run separately as one of the unit tests
90 - # seems to be leaking mocks and breaking a few functional tests
91 - nosetests -v tests/unit ||
92 - die "unit tests failed under ${EPYTHON}"
93 - nosetests -v tests/functional ||
94 - die "functional tests failed under ${EPYTHON}"
95 -}
96
97 diff --git a/dev-python/botocore/botocore-1.21.21.ebuild b/dev-python/botocore/botocore-1.21.21.ebuild
98 deleted file mode 100644
99 index 30e0988848a..00000000000
100 --- a/dev-python/botocore/botocore-1.21.21.ebuild
101 +++ /dev/null
102 @@ -1,59 +0,0 @@
103 -# Copyright 1999-2021 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=8
107 -
108 -PYTHON_COMPAT=( python3_{8..10} )
109 -inherit distutils-r1
110 -
111 -DESCRIPTION="Low-level, data-driven core of boto 3"
112 -HOMEPAGE="https://github.com/boto/botocore"
113 -LICENSE="Apache-2.0"
114 -SLOT="0"
115 -
116 -if [[ "${PV}" == "9999" ]]; then
117 - EGIT_REPO_URI="https://github.com/boto/botocore"
118 - inherit git-r3
119 -else
120 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
121 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
122 -fi
123 -
124 -RDEPEND="
125 - dev-python/six[${PYTHON_USEDEP}]
126 - dev-python/jmespath[${PYTHON_USEDEP}]
127 - dev-python/python-dateutil[${PYTHON_USEDEP}]
128 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
129 -"
130 -BDEPEND="
131 - test? (
132 - dev-python/mock[${PYTHON_USEDEP}]
133 - dev-python/jsonschema[${PYTHON_USEDEP}]
134 - )
135 -"
136 -
137 -PATCHES=(
138 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
139 -)
140 -
141 -distutils_enable_sphinx docs/source \
142 - 'dev-python/guzzle_sphinx_theme'
143 -distutils_enable_tests nose
144 -
145 -src_prepare() {
146 - # unpin deps
147 - sed -i -e "s:>=.*':':" setup.py || die
148 - # very unstable
149 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
150 - tests/functional/retries/test_bucket.py || die
151 - distutils-r1_src_prepare
152 -}
153 -
154 -python_test() {
155 - # note: suites need to be run separately as one of the unit tests
156 - # seems to be leaking mocks and breaking a few functional tests
157 - nosetests -v tests/unit ||
158 - die "unit tests failed under ${EPYTHON}"
159 - nosetests -v tests/functional ||
160 - die "functional tests failed under ${EPYTHON}"
161 -}
162
163 diff --git a/dev-python/botocore/botocore-1.21.35.ebuild b/dev-python/botocore/botocore-1.21.35.ebuild
164 deleted file mode 100644
165 index 30e0988848a..00000000000
166 --- a/dev-python/botocore/botocore-1.21.35.ebuild
167 +++ /dev/null
168 @@ -1,59 +0,0 @@
169 -# Copyright 1999-2021 Gentoo Authors
170 -# Distributed under the terms of the GNU General Public License v2
171 -
172 -EAPI=8
173 -
174 -PYTHON_COMPAT=( python3_{8..10} )
175 -inherit distutils-r1
176 -
177 -DESCRIPTION="Low-level, data-driven core of boto 3"
178 -HOMEPAGE="https://github.com/boto/botocore"
179 -LICENSE="Apache-2.0"
180 -SLOT="0"
181 -
182 -if [[ "${PV}" == "9999" ]]; then
183 - EGIT_REPO_URI="https://github.com/boto/botocore"
184 - inherit git-r3
185 -else
186 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
187 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
188 -fi
189 -
190 -RDEPEND="
191 - dev-python/six[${PYTHON_USEDEP}]
192 - dev-python/jmespath[${PYTHON_USEDEP}]
193 - dev-python/python-dateutil[${PYTHON_USEDEP}]
194 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
195 -"
196 -BDEPEND="
197 - test? (
198 - dev-python/mock[${PYTHON_USEDEP}]
199 - dev-python/jsonschema[${PYTHON_USEDEP}]
200 - )
201 -"
202 -
203 -PATCHES=(
204 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
205 -)
206 -
207 -distutils_enable_sphinx docs/source \
208 - 'dev-python/guzzle_sphinx_theme'
209 -distutils_enable_tests nose
210 -
211 -src_prepare() {
212 - # unpin deps
213 - sed -i -e "s:>=.*':':" setup.py || die
214 - # very unstable
215 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
216 - tests/functional/retries/test_bucket.py || die
217 - distutils-r1_src_prepare
218 -}
219 -
220 -python_test() {
221 - # note: suites need to be run separately as one of the unit tests
222 - # seems to be leaking mocks and breaking a few functional tests
223 - nosetests -v tests/unit ||
224 - die "unit tests failed under ${EPYTHON}"
225 - nosetests -v tests/functional ||
226 - die "functional tests failed under ${EPYTHON}"
227 -}
228
229 diff --git a/dev-python/botocore/botocore-1.21.7.ebuild b/dev-python/botocore/botocore-1.21.7.ebuild
230 deleted file mode 100644
231 index 6b848259897..00000000000
232 --- a/dev-python/botocore/botocore-1.21.7.ebuild
233 +++ /dev/null
234 @@ -1,59 +0,0 @@
235 -# Copyright 1999-2021 Gentoo Authors
236 -# Distributed under the terms of the GNU General Public License v2
237 -
238 -EAPI=8
239 -
240 -PYTHON_COMPAT=( python3_{8..10} )
241 -inherit distutils-r1
242 -
243 -DESCRIPTION="Low-level, data-driven core of boto 3"
244 -HOMEPAGE="https://github.com/boto/botocore"
245 -LICENSE="Apache-2.0"
246 -SLOT="0"
247 -
248 -if [[ "${PV}" == "9999" ]]; then
249 - EGIT_REPO_URI="https://github.com/boto/botocore"
250 - inherit git-r3
251 -else
252 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
253 - KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
254 -fi
255 -
256 -RDEPEND="
257 - dev-python/six[${PYTHON_USEDEP}]
258 - dev-python/jmespath[${PYTHON_USEDEP}]
259 - dev-python/python-dateutil[${PYTHON_USEDEP}]
260 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
261 -"
262 -BDEPEND="
263 - test? (
264 - dev-python/mock[${PYTHON_USEDEP}]
265 - dev-python/jsonschema[${PYTHON_USEDEP}]
266 - )
267 -"
268 -
269 -PATCHES=(
270 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
271 -)
272 -
273 -distutils_enable_sphinx docs/source \
274 - 'dev-python/guzzle_sphinx_theme'
275 -distutils_enable_tests nose
276 -
277 -src_prepare() {
278 - # unpin deps
279 - sed -i -e "s:>=.*':':" setup.py || die
280 - # very unstable
281 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
282 - tests/functional/retries/test_bucket.py || die
283 - distutils-r1_src_prepare
284 -}
285 -
286 -python_test() {
287 - # note: suites need to be run separately as one of the unit tests
288 - # seems to be leaking mocks and breaking a few functional tests
289 - nosetests -v tests/unit ||
290 - die "unit tests failed under ${EPYTHON}"
291 - nosetests -v tests/functional ||
292 - die "functional tests failed under ${EPYTHON}"
293 -}