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/boto3/
Date: Mon, 13 Sep 2021 07:46:05
Message-Id: 1631519140.7df5b43e88d03db08f98b114dd1a578bd6f4c262.mgorny@gentoo
1 commit: 7df5b43e88d03db08f98b114dd1a578bd6f4c262
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 07:02:46 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 07:45:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7df5b43e
7
8 dev-python/boto3: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/boto3/Manifest | 4 ---
13 dev-python/boto3/boto3-1.18.15.ebuild | 57 -----------------------------------
14 dev-python/boto3/boto3-1.18.21.ebuild | 57 -----------------------------------
15 dev-python/boto3/boto3-1.18.35.ebuild | 57 -----------------------------------
16 dev-python/boto3/boto3-1.18.7.ebuild | 57 -----------------------------------
17 5 files changed, 232 deletions(-)
18
19 diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
20 index f7dfb444ce3..d810fce1bad 100644
21 --- a/dev-python/boto3/Manifest
22 +++ b/dev-python/boto3/Manifest
23 @@ -1,6 +1,2 @@
24 -DIST boto3-1.18.15.tar.gz 400374 BLAKE2B 2170319480578b9ac7b6c0da9e9a2f256ce907b8e53bc626bf26fd65f3336ec1974d6dd1917f601fe139e859f144fafd198b2578ffb9097508f09dd40cf82313 SHA512 f330d8249c9f5749770ba5809f3a4fb524f23fc0545b24182023a3b74f815608bdb9986b434d972a017aa7786b1319705e8702b041174275f84a0266bdb7b857
25 -DIST boto3-1.18.21.tar.gz 402611 BLAKE2B 39974c66ed5ad0697be6df04dbb141ce28e9a09863349f7adfcf756666d58ed02232453a9d86d46e62380c0b7f197a52b6869469309dff0c532e50a6bfc88403 SHA512 9920891b7be9d98c3a3d2f3065183532624e78fd2ff7a94d26594d2499cd5d17db0ac4ba6adf27f0e0f67fa836020dfac648babc144e4339a3dd717a1bd56ef7
26 DIST boto3-1.18.28.tar.gz 406268 BLAKE2B 1379f65f46f287a541b098b3ae183bc7d0a6c40a58f6241d97ce39ffdde4f0655e755fe56890fda767b57c6cf7bd565d95745dbbeb80f42f729f561f6e8d9a82 SHA512 98c0d94dd4971f833677947dbfbdcd495a26fda60592130842cf2f22b8929c6f72f971294d9ddc4923372706bf7f37d3d4cb0ede32afc6955d8253c19ddab63f
27 -DIST boto3-1.18.35.tar.gz 410165 BLAKE2B 1d32525175ee490b1b4029fc9c682afd789f850cff2fae4f3a46789b45c0cb3aa696e3b8f1c218e4efa1215c2945e21b9b00ea4cb0414addbecc593a858ada2d SHA512 d2ee1fa7465833696bb528119cce1629aba891e9cf85afd5a4757d2b900b8ed90d8fbc4fdb6aa69ee4d62cef8e7f13c2a078ad4135a5835739d455fef8ffcac0
28 DIST boto3-1.18.40.tar.gz 412065 BLAKE2B c548c6a1f5cfac3d304384b56882943201c45f3515bcd3804b90656966ba5ada0bfd5130fef34d8ad1466aad8a45166a9e35706d4ea53e9eb4ca1fcfae7172f4 SHA512 95e0c6ea5a9741657d801b1feab1ac813b653becba442d83673168d029635928e031386c7147ce28a9407acda4b593fc32b0a4f6ff1761f4b8d903b585220cd5
29 -DIST boto3-1.18.7.tar.gz 395640 BLAKE2B 6a9fa1dd55644806fe93271805f35fbe0c4cb65d1de08dded2d2f57fcefa96e32c4ebe7b60743c52c0898222bc06d33dbd03d304bbef327b88022450a7943e2c SHA512 20e7fedab7d061ab02f391e9baf36cb554e7f194f38d24d5a75f76715b2acf1b51b6adce5d8cf5a2a0d29df73566db00b8813a219d45a194d9a8eb93d0dab570
30
31 diff --git a/dev-python/boto3/boto3-1.18.15.ebuild b/dev-python/boto3/boto3-1.18.15.ebuild
32 deleted file mode 100644
33 index 819e7369111..00000000000
34 --- a/dev-python/boto3/boto3-1.18.15.ebuild
35 +++ /dev/null
36 @@ -1,57 +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="The AWS SDK for Python"
46 -HOMEPAGE="https://github.com/boto/boto3"
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -
50 -if [[ "${PV}" == "9999" ]]; then
51 - EGIT_REPO_URI="https://github.com/boto/boto3"
52 - inherit git-r3
53 - BOTOCORE_PV=${PV}
54 -else
55 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
56 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
57 -
58 - # botocore is x.(y+3).z
59 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
60 -fi
61 -
62 -RDEPEND="
63 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
64 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
65 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
66 -"
67 -BDEPEND="
68 - test? (
69 - dev-python/mock[${PYTHON_USEDEP}]
70 - )
71 -"
72 -
73 -distutils_enable_sphinx docs/source \
74 - 'dev-python/guzzle_sphinx_theme'
75 -distutils_enable_tests nose
76 -
77 -python_prepare_all() {
78 - # don't lock versions to narrow ranges
79 - sed -e '/botocore/ d' \
80 - -e '/jmespath/ d' \
81 - -e '/s3transfer/ d' \
82 - -i setup.py || die
83 -
84 - # prevent an infinite loop
85 - rm tests/functional/docs/test_smoke.py || die
86 -
87 - distutils-r1_python_prepare_all
88 -}
89 -
90 -python_test() {
91 - nosetests -v tests/unit/ tests/functional/ ||
92 - die "test failed under ${EPYTHON}"
93 -}
94
95 diff --git a/dev-python/boto3/boto3-1.18.21.ebuild b/dev-python/boto3/boto3-1.18.21.ebuild
96 deleted file mode 100644
97 index 819e7369111..00000000000
98 --- a/dev-python/boto3/boto3-1.18.21.ebuild
99 +++ /dev/null
100 @@ -1,57 +0,0 @@
101 -# Copyright 1999-2021 Gentoo Authors
102 -# Distributed under the terms of the GNU General Public License v2
103 -
104 -EAPI=8
105 -
106 -PYTHON_COMPAT=( python3_{8..10} )
107 -inherit distutils-r1
108 -
109 -DESCRIPTION="The AWS SDK for Python"
110 -HOMEPAGE="https://github.com/boto/boto3"
111 -LICENSE="Apache-2.0"
112 -SLOT="0"
113 -
114 -if [[ "${PV}" == "9999" ]]; then
115 - EGIT_REPO_URI="https://github.com/boto/boto3"
116 - inherit git-r3
117 - BOTOCORE_PV=${PV}
118 -else
119 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
120 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
121 -
122 - # botocore is x.(y+3).z
123 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
124 -fi
125 -
126 -RDEPEND="
127 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
128 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
129 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
130 -"
131 -BDEPEND="
132 - test? (
133 - dev-python/mock[${PYTHON_USEDEP}]
134 - )
135 -"
136 -
137 -distutils_enable_sphinx docs/source \
138 - 'dev-python/guzzle_sphinx_theme'
139 -distutils_enable_tests nose
140 -
141 -python_prepare_all() {
142 - # don't lock versions to narrow ranges
143 - sed -e '/botocore/ d' \
144 - -e '/jmespath/ d' \
145 - -e '/s3transfer/ d' \
146 - -i setup.py || die
147 -
148 - # prevent an infinite loop
149 - rm tests/functional/docs/test_smoke.py || die
150 -
151 - distutils-r1_python_prepare_all
152 -}
153 -
154 -python_test() {
155 - nosetests -v tests/unit/ tests/functional/ ||
156 - die "test failed under ${EPYTHON}"
157 -}
158
159 diff --git a/dev-python/boto3/boto3-1.18.35.ebuild b/dev-python/boto3/boto3-1.18.35.ebuild
160 deleted file mode 100644
161 index 819e7369111..00000000000
162 --- a/dev-python/boto3/boto3-1.18.35.ebuild
163 +++ /dev/null
164 @@ -1,57 +0,0 @@
165 -# Copyright 1999-2021 Gentoo Authors
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI=8
169 -
170 -PYTHON_COMPAT=( python3_{8..10} )
171 -inherit distutils-r1
172 -
173 -DESCRIPTION="The AWS SDK for Python"
174 -HOMEPAGE="https://github.com/boto/boto3"
175 -LICENSE="Apache-2.0"
176 -SLOT="0"
177 -
178 -if [[ "${PV}" == "9999" ]]; then
179 - EGIT_REPO_URI="https://github.com/boto/boto3"
180 - inherit git-r3
181 - BOTOCORE_PV=${PV}
182 -else
183 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
184 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
185 -
186 - # botocore is x.(y+3).z
187 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
188 -fi
189 -
190 -RDEPEND="
191 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
192 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
193 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
194 -"
195 -BDEPEND="
196 - test? (
197 - dev-python/mock[${PYTHON_USEDEP}]
198 - )
199 -"
200 -
201 -distutils_enable_sphinx docs/source \
202 - 'dev-python/guzzle_sphinx_theme'
203 -distutils_enable_tests nose
204 -
205 -python_prepare_all() {
206 - # don't lock versions to narrow ranges
207 - sed -e '/botocore/ d' \
208 - -e '/jmespath/ d' \
209 - -e '/s3transfer/ d' \
210 - -i setup.py || die
211 -
212 - # prevent an infinite loop
213 - rm tests/functional/docs/test_smoke.py || die
214 -
215 - distutils-r1_python_prepare_all
216 -}
217 -
218 -python_test() {
219 - nosetests -v tests/unit/ tests/functional/ ||
220 - die "test failed under ${EPYTHON}"
221 -}
222
223 diff --git a/dev-python/boto3/boto3-1.18.7.ebuild b/dev-python/boto3/boto3-1.18.7.ebuild
224 deleted file mode 100644
225 index 2cd6cb479d7..00000000000
226 --- a/dev-python/boto3/boto3-1.18.7.ebuild
227 +++ /dev/null
228 @@ -1,57 +0,0 @@
229 -# Copyright 1999-2021 Gentoo Authors
230 -# Distributed under the terms of the GNU General Public License v2
231 -
232 -EAPI=8
233 -
234 -PYTHON_COMPAT=( python3_{8..10} )
235 -inherit distutils-r1
236 -
237 -DESCRIPTION="The AWS SDK for Python"
238 -HOMEPAGE="https://github.com/boto/boto3"
239 -LICENSE="Apache-2.0"
240 -SLOT="0"
241 -
242 -if [[ "${PV}" == "9999" ]]; then
243 - EGIT_REPO_URI="https://github.com/boto/boto3"
244 - inherit git-r3
245 - BOTOCORE_PV=${PV}
246 -else
247 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
248 - KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
249 -
250 - # botocore is x.(y+3).z
251 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
252 -fi
253 -
254 -RDEPEND="
255 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
256 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
257 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
258 -"
259 -BDEPEND="
260 - test? (
261 - dev-python/mock[${PYTHON_USEDEP}]
262 - )
263 -"
264 -
265 -distutils_enable_sphinx docs/source \
266 - 'dev-python/guzzle_sphinx_theme'
267 -distutils_enable_tests nose
268 -
269 -python_prepare_all() {
270 - # don't lock versions to narrow ranges
271 - sed -e '/botocore/ d' \
272 - -e '/jmespath/ d' \
273 - -e '/s3transfer/ d' \
274 - -i setup.py || die
275 -
276 - # prevent an infinite loop
277 - rm tests/functional/docs/test_smoke.py || die
278 -
279 - distutils-r1_python_prepare_all
280 -}
281 -
282 -python_test() {
283 - nosetests -v tests/unit/ tests/functional/ ||
284 - die "test failed under ${EPYTHON}"
285 -}