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: Fri, 02 Jul 2021 16:05:31
Message-Id: 1625241921.a53e818cb819ba784fe29d46b7a94427cd301cf3.mgorny@gentoo
1 commit: a53e818cb819ba784fe29d46b7a94427cd301cf3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 16:03:01 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 16:05:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a53e818c
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 | 3 --
13 dev-python/boto3/boto3-1.17.102.ebuild | 56 ----------------------------------
14 dev-python/boto3/boto3-1.17.103.ebuild | 56 ----------------------------------
15 dev-python/boto3/boto3-1.17.78.ebuild | 56 ----------------------------------
16 4 files changed, 171 deletions(-)
17
18 diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
19 index 6f70bd076c0..a4fef565351 100644
20 --- a/dev-python/boto3/Manifest
21 +++ b/dev-python/boto3/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST boto3-1.17.102.tar.gz 386456 BLAKE2B 25b18f086f8881a237a953c85cecc403fdd1b047f990ae289c16695ca1c1faf50da3cd7363e72d1655d7a887c8f5c0729bb25121fa0066db5d393f5b6cd3d4a6 SHA512 42cbd01626bd11f774466dc718086648eb7a4b73a50226a04485e934010271b0f20c030c300ada074fb0b3bf3eac8f6fa113dee86d0f1cf3f12f12230778c2e5
24 -DIST boto3-1.17.103.tar.gz 387576 BLAKE2B fe3b6f1e30f00bc47e9361a695cc36622aa05d29abedd192d1bfe730f1c7d18a7337a5f24294fad8a74a293838c9e7315ff421231ecd1921914c21f9bc76dba6 SHA512 2bbe10741bd80cd7fe1cf16d6125a131d2885c66d237eca270e7bb8d459c5907c5a5e4f5ac266f36052fe8f12b9126fb7915c18e5d8adee594bc0245ba1cb5b4
25 DIST boto3-1.17.104.tar.gz 387800 BLAKE2B 928824ab0a0c091fec430c5d86b0c5663f2a98042a76311588463f36f48a6bd9641fd25e07b63ad50afcb3ea9bfea0b5f3304e3c2689a2187198aac04549346c SHA512 477033e623476fa1e2e49cdb788f204ac49230088788cbae3f079de4561e7bbe56bb3b170480592a0ce056fcd2ea0cb3f14b4f5091279f46346465853a191829
26 -DIST boto3-1.17.78.tar.gz 374487 BLAKE2B 8a83cb32db8336351454251a3cf78efad6197885a66c10a4e3f9e13770d92d7cd9e9b51bfc7c4bfdb2f5183c5246872d7f3075d55b5129606ad9d977ecbf9891 SHA512 8ab9f13360f63342219d7b0278e2ca5613f8d051d006ef26da14307e83fcaaf1a546c566cb4b8ba012fa5e8e6b5e409722228da0989e56f50e40df4a733602de
27 DIST boto3-1.17.97.tar.gz 383223 BLAKE2B 1a1b4e9f2c51d830762f27cf3e30038efb88322e300ac304d1cb88d5b7efc6af35ad9810cea7292c9807dcdfedb11ba039ee6d5dbb9162f2a1c6d6936ef75bcc SHA512 e74a59763cc9b8a51fd09121a790d29a7291d9380d4451c2e6af90902f18415a3780eeea7f7d63e052b295792b92c3cdd3b8597f7013241ebbbdb7e418cf73ce
28
29 diff --git a/dev-python/boto3/boto3-1.17.102.ebuild b/dev-python/boto3/boto3-1.17.102.ebuild
30 deleted file mode 100644
31 index 75afb4bcf86..00000000000
32 --- a/dev-python/boto3/boto3-1.17.102.ebuild
33 +++ /dev/null
34 @@ -1,56 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="The AWS SDK for Python"
44 -HOMEPAGE="https://github.com/boto/boto3"
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -
48 -if [[ "${PV}" == "9999" ]]; then
49 - EGIT_REPO_URI="https://github.com/boto/boto3"
50 - inherit git-r3
51 - BOTOCORE_PV=${PV}
52 -else
53 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
55 -
56 - # botocore is x.(y+3).z
57 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
58 -fi
59 -
60 -RDEPEND="
61 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
62 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
63 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
64 -"
65 -BDEPEND="
66 - test? (
67 - dev-python/mock[${PYTHON_USEDEP}]
68 - )
69 -"
70 -
71 -distutils_enable_sphinx docs/source \
72 - 'dev-python/guzzle_sphinx_theme'
73 -distutils_enable_tests nose
74 -
75 -python_prepare_all() {
76 - # don't lock versions to narrow ranges
77 - sed -e '/botocore/ d' \
78 - -e '/jmespath/ d' \
79 - -e '/s3transfer/ d' \
80 - -i setup.py || die
81 -
82 - # prevent an infinite loop
83 - rm tests/functional/docs/test_smoke.py || die
84 -
85 - distutils-r1_python_prepare_all
86 -}
87 -
88 -python_test() {
89 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
90 -}
91
92 diff --git a/dev-python/boto3/boto3-1.17.103.ebuild b/dev-python/boto3/boto3-1.17.103.ebuild
93 deleted file mode 100644
94 index 75afb4bcf86..00000000000
95 --- a/dev-python/boto3/boto3-1.17.103.ebuild
96 +++ /dev/null
97 @@ -1,56 +0,0 @@
98 -# Copyright 1999-2021 Gentoo Authors
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=8
102 -
103 -PYTHON_COMPAT=( python3_{8..10} )
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="The AWS SDK for Python"
107 -HOMEPAGE="https://github.com/boto/boto3"
108 -LICENSE="Apache-2.0"
109 -SLOT="0"
110 -
111 -if [[ "${PV}" == "9999" ]]; then
112 - EGIT_REPO_URI="https://github.com/boto/boto3"
113 - inherit git-r3
114 - BOTOCORE_PV=${PV}
115 -else
116 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
117 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
118 -
119 - # botocore is x.(y+3).z
120 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
121 -fi
122 -
123 -RDEPEND="
124 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
125 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
126 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
127 -"
128 -BDEPEND="
129 - test? (
130 - dev-python/mock[${PYTHON_USEDEP}]
131 - )
132 -"
133 -
134 -distutils_enable_sphinx docs/source \
135 - 'dev-python/guzzle_sphinx_theme'
136 -distutils_enable_tests nose
137 -
138 -python_prepare_all() {
139 - # don't lock versions to narrow ranges
140 - sed -e '/botocore/ d' \
141 - -e '/jmespath/ d' \
142 - -e '/s3transfer/ d' \
143 - -i setup.py || die
144 -
145 - # prevent an infinite loop
146 - rm tests/functional/docs/test_smoke.py || die
147 -
148 - distutils-r1_python_prepare_all
149 -}
150 -
151 -python_test() {
152 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
153 -}
154
155 diff --git a/dev-python/boto3/boto3-1.17.78.ebuild b/dev-python/boto3/boto3-1.17.78.ebuild
156 deleted file mode 100644
157 index 95cca01df83..00000000000
158 --- a/dev-python/boto3/boto3-1.17.78.ebuild
159 +++ /dev/null
160 @@ -1,56 +0,0 @@
161 -# Copyright 1999-2021 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=7
165 -PYTHON_COMPAT=( python3_{7..9} )
166 -DISTUTILS_USE_SETUPTOOLS=bdepend
167 -inherit distutils-r1
168 -
169 -DESCRIPTION="The AWS SDK for Python"
170 -HOMEPAGE="https://github.com/boto/boto3"
171 -LICENSE="Apache-2.0"
172 -SLOT="0"
173 -
174 -if [[ "${PV}" == "9999" ]]; then
175 - EGIT_REPO_URI="https://github.com/boto/boto3"
176 - inherit git-r3
177 - BOTOCORE_PV=${PV}
178 -else
179 - SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
180 - KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
181 -
182 - # botocore is x.(y+3).z
183 - BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
184 -fi
185 -
186 -RDEPEND="
187 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
188 - >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
189 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
190 -"
191 -BDEPEND="
192 - test? (
193 - dev-python/mock[${PYTHON_USEDEP}]
194 - )
195 -"
196 -
197 -distutils_enable_sphinx docs/source \
198 - 'dev-python/guzzle_sphinx_theme'
199 -distutils_enable_tests nose
200 -
201 -python_prepare_all() {
202 - # don't lock versions to narrow ranges
203 - sed -e '/botocore/ d' \
204 - -e '/jmespath/ d' \
205 - -e '/s3transfer/ d' \
206 - -i setup.py || die
207 -
208 - # prevent an infinite loop
209 - rm tests/functional/docs/test_smoke.py || die
210 -
211 - distutils-r1_python_prepare_all
212 -}
213 -
214 -python_test() {
215 - nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
216 -}