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, 06 Jun 2022 12:58:03
Message-Id: 1654520116.1ee3e3a3c5124ffe2910c542ba55588df22d3982.mgorny@gentoo
1 commit: 1ee3e3a3c5124ffe2910c542ba55588df22d3982
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 12:55:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 12:55:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee3e3a3
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 | 3 --
13 dev-python/botocore/botocore-1.26.5.ebuild | 70 ------------------------------
14 dev-python/botocore/botocore-1.27.0.ebuild | 70 ------------------------------
15 dev-python/botocore/botocore-1.27.1.ebuild | 70 ------------------------------
16 4 files changed, 213 deletions(-)
17
18 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
19 index 4dea49fd32f3..45afdb0bec33 100644
20 --- a/dev-python/botocore/Manifest
21 +++ b/dev-python/botocore/Manifest
22 @@ -1,5 +1,2 @@
23 DIST botocore-1.26.10.tar.gz 9008316 BLAKE2B a05078ec5732015cbd8ea4da2d2d82e28f4241b7c3164f3410ae396a19f79c116f7a9059a3361e99eacc952f860a516b187375dbf64ee5e4e5648e8c3b0f95a5 SHA512 b12e9002dc8e0912a9681938f343b51d628f0b2798693dc81636fe7ede01d006d5bc8a901f92edf10a88d97c3c6311aaf97206a6f55070e645747536fe39b144
24 -DIST botocore-1.26.5.tar.gz 8994964 BLAKE2B 472bc20b1a579674b97fa42f5b7bba2f06f1bcc40b11d5d5fa31b283a1d8648be82db4ee7e7170097d2e695bad2d1f9e398dfa7e4b85381134f151010f212be2 SHA512 a696c241989f6754596f69577c4e4f5d92df87e9b6488533e930b28b85e02fae8af1ac73d907790a75496a46824b45beb7df220c72be3bfc0bee8153b4846939
25 -DIST botocore-1.27.0.tar.gz 9013575 BLAKE2B e00cf7d071bc510a96e32bbc41bb0b3a151974c0c10ada01fc8222d261e680b938f248ffddd5985c8ff92bb3a4a8021a6e3867870d5411cd9ba8544b12f41dfc SHA512 386128c57a584cd6b8d51ff46817678e18292cef3f22194c64abfa007418b9ef906e85d0c0f731e0e8efc8e6a01aa71ba9230c94f86c6d0c248d385a1f79e5d9
26 -DIST botocore-1.27.1.tar.gz 9020507 BLAKE2B 5339a41c163f222c93fdd4232a47d98a74470ad7646e35c747517433b63c2c46c7c2d71778993d85bb4a1d5accff7d60546fb8a9cb7d60b532a8ed3dc54c8200 SHA512 685cebea8633ae996a8aa9410bdb76fd814b9bed3168aa8015ee1046f165203cf496d01b058ff5a07cbde2a9ff9aff225a6167f37e3f104feb59d6c495e15759
27 DIST botocore-1.27.2.tar.gz 9026413 BLAKE2B 013724df76fb87c8e7731401d09774bec303aced7c3a01bb97935865f34193d1f313d49f32c1f6b7addab9b24384f26caca44b03ba0e77014821dc7cab5142ef SHA512 85045c13fa935b017f66edc132d2a31da2ecbe0c7bfcab369cb1d5f76d8a1401d303ab7d3e2ce95d53e9a59ea81dbf5380c1106169d84f40b21cbb926e35abb9
28
29 diff --git a/dev-python/botocore/botocore-1.26.5.ebuild b/dev-python/botocore/botocore-1.26.5.ebuild
30 deleted file mode 100644
31 index c95d40f1e265..000000000000
32 --- a/dev-python/botocore/botocore-1.26.5.ebuild
33 +++ /dev/null
34 @@ -1,70 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..11} )
42 -
43 -inherit distutils-r1 multiprocessing
44 -
45 -DESCRIPTION="Low-level, data-driven core of boto 3"
46 -HOMEPAGE="
47 - https://github.com/boto/botocore/
48 - https://pypi.org/project/botocore/
49 -"
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -
53 -if [[ "${PV}" == "9999" ]]; then
54 - EGIT_REPO_URI="https://github.com/boto/botocore"
55 - inherit git-r3
56 -else
57 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
58 - KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
59 -fi
60 -
61 -RDEPEND="
62 - dev-python/six[${PYTHON_USEDEP}]
63 - <dev-python/jmespath-2[${PYTHON_USEDEP}]
64 - dev-python/python-dateutil[${PYTHON_USEDEP}]
65 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
66 -"
67 -BDEPEND="
68 - test? (
69 - dev-python/jsonschema[${PYTHON_USEDEP}]
70 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
71 - )
72 -"
73 -
74 -PATCHES=(
75 - "${FILESDIR}/botocore-1.26.0-py311.patch"
76 -)
77 -
78 -distutils_enable_sphinx docs/source \
79 - 'dev-python/guzzle_sphinx_theme'
80 -distutils_enable_tests pytest
81 -
82 -src_prepare() {
83 - # unpin deps
84 - sed -i -e "s:>=.*':':" setup.py || die
85 -
86 - # unbundle deps
87 - rm -r botocore/vendored || die
88 - find -name '*.py' -exec sed -i \
89 - -e 's:from botocore[.]vendored import:import:' \
90 - -e 's:from botocore[.]vendored[.]:from :' \
91 - {} + || die
92 -
93 - distutils-r1_src_prepare
94 -}
95 -
96 -python_test() {
97 - local EPYTEST_DESELECT=(
98 - # rely on bundled six
99 - tests/functional/test_six_imports.py::test_no_bare_six_imports
100 - tests/functional/test_six_threading.py::test_six_thread_safety
101 - )
102 -
103 - epytest tests/{functional,unit} -n "$(makeopts_jobs)"
104 -}
105
106 diff --git a/dev-python/botocore/botocore-1.27.0.ebuild b/dev-python/botocore/botocore-1.27.0.ebuild
107 deleted file mode 100644
108 index 2fb86c59b25e..000000000000
109 --- a/dev-python/botocore/botocore-1.27.0.ebuild
110 +++ /dev/null
111 @@ -1,70 +0,0 @@
112 -# Copyright 1999-2022 Gentoo Authors
113 -# Distributed under the terms of the GNU General Public License v2
114 -
115 -EAPI=8
116 -
117 -DISTUTILS_USE_PEP517=setuptools
118 -PYTHON_COMPAT=( python3_{8..11} )
119 -
120 -inherit distutils-r1 multiprocessing
121 -
122 -DESCRIPTION="Low-level, data-driven core of boto 3"
123 -HOMEPAGE="
124 - https://github.com/boto/botocore/
125 - https://pypi.org/project/botocore/
126 -"
127 -LICENSE="Apache-2.0"
128 -SLOT="0"
129 -
130 -if [[ "${PV}" == "9999" ]]; then
131 - EGIT_REPO_URI="https://github.com/boto/botocore"
132 - inherit git-r3
133 -else
134 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
135 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
136 -fi
137 -
138 -RDEPEND="
139 - dev-python/six[${PYTHON_USEDEP}]
140 - <dev-python/jmespath-2[${PYTHON_USEDEP}]
141 - dev-python/python-dateutil[${PYTHON_USEDEP}]
142 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
143 -"
144 -BDEPEND="
145 - test? (
146 - dev-python/jsonschema[${PYTHON_USEDEP}]
147 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
148 - )
149 -"
150 -
151 -PATCHES=(
152 - "${FILESDIR}/botocore-1.26.0-py311.patch"
153 -)
154 -
155 -distutils_enable_sphinx docs/source \
156 - 'dev-python/guzzle_sphinx_theme'
157 -distutils_enable_tests pytest
158 -
159 -src_prepare() {
160 - # unpin deps
161 - sed -i -e "s:>=.*':':" setup.py || die
162 -
163 - # unbundle deps
164 - rm -r botocore/vendored || die
165 - find -name '*.py' -exec sed -i \
166 - -e 's:from botocore[.]vendored import:import:' \
167 - -e 's:from botocore[.]vendored[.]:from :' \
168 - {} + || die
169 -
170 - distutils-r1_src_prepare
171 -}
172 -
173 -python_test() {
174 - local EPYTEST_DESELECT=(
175 - # rely on bundled six
176 - tests/functional/test_six_imports.py::test_no_bare_six_imports
177 - tests/functional/test_six_threading.py::test_six_thread_safety
178 - )
179 -
180 - epytest tests/{functional,unit} -n "$(makeopts_jobs)"
181 -}
182
183 diff --git a/dev-python/botocore/botocore-1.27.1.ebuild b/dev-python/botocore/botocore-1.27.1.ebuild
184 deleted file mode 100644
185 index 2fb86c59b25e..000000000000
186 --- a/dev-python/botocore/botocore-1.27.1.ebuild
187 +++ /dev/null
188 @@ -1,70 +0,0 @@
189 -# Copyright 1999-2022 Gentoo Authors
190 -# Distributed under the terms of the GNU General Public License v2
191 -
192 -EAPI=8
193 -
194 -DISTUTILS_USE_PEP517=setuptools
195 -PYTHON_COMPAT=( python3_{8..11} )
196 -
197 -inherit distutils-r1 multiprocessing
198 -
199 -DESCRIPTION="Low-level, data-driven core of boto 3"
200 -HOMEPAGE="
201 - https://github.com/boto/botocore/
202 - https://pypi.org/project/botocore/
203 -"
204 -LICENSE="Apache-2.0"
205 -SLOT="0"
206 -
207 -if [[ "${PV}" == "9999" ]]; then
208 - EGIT_REPO_URI="https://github.com/boto/botocore"
209 - inherit git-r3
210 -else
211 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
212 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
213 -fi
214 -
215 -RDEPEND="
216 - dev-python/six[${PYTHON_USEDEP}]
217 - <dev-python/jmespath-2[${PYTHON_USEDEP}]
218 - dev-python/python-dateutil[${PYTHON_USEDEP}]
219 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
220 -"
221 -BDEPEND="
222 - test? (
223 - dev-python/jsonschema[${PYTHON_USEDEP}]
224 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
225 - )
226 -"
227 -
228 -PATCHES=(
229 - "${FILESDIR}/botocore-1.26.0-py311.patch"
230 -)
231 -
232 -distutils_enable_sphinx docs/source \
233 - 'dev-python/guzzle_sphinx_theme'
234 -distutils_enable_tests pytest
235 -
236 -src_prepare() {
237 - # unpin deps
238 - sed -i -e "s:>=.*':':" setup.py || die
239 -
240 - # unbundle deps
241 - rm -r botocore/vendored || die
242 - find -name '*.py' -exec sed -i \
243 - -e 's:from botocore[.]vendored import:import:' \
244 - -e 's:from botocore[.]vendored[.]:from :' \
245 - {} + || die
246 -
247 - distutils-r1_src_prepare
248 -}
249 -
250 -python_test() {
251 - local EPYTEST_DESELECT=(
252 - # rely on bundled six
253 - tests/functional/test_six_imports.py::test_no_bare_six_imports
254 - tests/functional/test_six_threading.py::test_six_thread_safety
255 - )
256 -
257 - epytest tests/{functional,unit} -n "$(makeopts_jobs)"
258 -}