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: Fri, 02 Jul 2021 16:05:31
Message-Id: 1625241923.a3291bab51e7c935eae5120768e62e744bce2f64.mgorny@gentoo
1 commit: a3291bab51e7c935eae5120768e62e744bce2f64
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 16:03:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 16:05:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3291bab
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.20.102.ebuild | 59 ----------------------------
14 dev-python/botocore/botocore-1.20.103.ebuild | 59 ----------------------------
15 dev-python/botocore/botocore-1.20.78.ebuild | 59 ----------------------------
16 4 files changed, 180 deletions(-)
17
18 diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
19 index 49762a1867b..1f3afe26583 100644
20 --- a/dev-python/botocore/Manifest
21 +++ b/dev-python/botocore/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST botocore-1.20.102.tar.gz 7881122 BLAKE2B 51d2acb780766a02a2b58bab10c22557614711e944c58fdbd78479a59e1139446a642da7a8192f2d37c22fa8fa60d27024fca68737601d143018a17669f8df4c SHA512 ee756829454bca50e872cc8cb3caa66ff9ff3cc1075a1afdf693d39e4e9f3c7953b1c69c13c78be594aee572752eb89700369985dfc57e7ebc772b444f8d8c91
24 -DIST botocore-1.20.103.tar.gz 7882203 BLAKE2B 349de76a9e1cd664a8ad124f1b935289468df4bf37f23067efa2217d8c29ed39b3128796d83a54e5c59968c9f6fd396511956fb29cf114488ab1dee1b5e4951f SHA512 5d0543af8aa9ad0c4021b845e659136e05eb688604f32514e1895fa4bf4588b2901cbef05ec336dfe9326e3959d10bb78a9b4f772d75d40d6a53af1615d76c6a
25 DIST botocore-1.20.104.tar.gz 7883624 BLAKE2B 4fb4c6abff5a2c3d3e19b11576e723f15a442b2d49e461a2a4c2bd613e26095ceb87f4b7ceb672f338ea04ad918060bed118f7bc4c184c46cce1d6a9f98d4239 SHA512 2201d87ce2e1c8979548698d6a46eb03c0a2026360b178fea895ad6a244efad534d9970d3c6343d50639d25b3b8643db6744658fec14e0fa29fd7c4b45c8e0d8
26 -DIST botocore-1.20.78.tar.gz 7758829 BLAKE2B af13d6c1aa918e2c49c6dc931c9a78e1899c83e62657c063e20ba2a5544c48e4946018628e47d6a56db456a3a8d43fe3b577824bd76bbc339abaef375459932e SHA512 fc96ed8b6b4af05404654e470a4f83419b885fa32d9dc704727f4ffb3d5deeefa752d235b37fd81448b7f3b101bc0f8e7ea09ae8641f8961566f77f6a039cef9
27 DIST botocore-1.20.97.tar.gz 7846552 BLAKE2B da0355cc229ba8a0632f67866bf06b27d7b257184b53670e5dc183c6b5a1f4d3a34145de0a3f04abd2adc08de3f0775e3c7e0dbecae729acb5bc05c7ce9acaf2 SHA512 7411d5de8ecf0c42c0142ded036189dcf378cd16f761071beb5bc2a2c240eabb0c4a8c669ce89a5b4e798a0aae92f0e67755627c2a84df77fc2e9557265a4e3b
28
29 diff --git a/dev-python/botocore/botocore-1.20.102.ebuild b/dev-python/botocore/botocore-1.20.102.ebuild
30 deleted file mode 100644
31 index 30e0988848a..00000000000
32 --- a/dev-python/botocore/botocore-1.20.102.ebuild
33 +++ /dev/null
34 @@ -1,59 +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="Low-level, data-driven core of boto 3"
44 -HOMEPAGE="https://github.com/boto/botocore"
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -
48 -if [[ "${PV}" == "9999" ]]; then
49 - EGIT_REPO_URI="https://github.com/boto/botocore"
50 - inherit git-r3
51 -else
52 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
53 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
54 -fi
55 -
56 -RDEPEND="
57 - dev-python/six[${PYTHON_USEDEP}]
58 - dev-python/jmespath[${PYTHON_USEDEP}]
59 - dev-python/python-dateutil[${PYTHON_USEDEP}]
60 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
61 -"
62 -BDEPEND="
63 - test? (
64 - dev-python/mock[${PYTHON_USEDEP}]
65 - dev-python/jsonschema[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -PATCHES=(
70 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
71 -)
72 -
73 -distutils_enable_sphinx docs/source \
74 - 'dev-python/guzzle_sphinx_theme'
75 -distutils_enable_tests nose
76 -
77 -src_prepare() {
78 - # unpin deps
79 - sed -i -e "s:>=.*':':" setup.py || die
80 - # very unstable
81 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
82 - tests/functional/retries/test_bucket.py || die
83 - distutils-r1_src_prepare
84 -}
85 -
86 -python_test() {
87 - # note: suites need to be run separately as one of the unit tests
88 - # seems to be leaking mocks and breaking a few functional tests
89 - nosetests -v tests/unit ||
90 - die "unit tests failed under ${EPYTHON}"
91 - nosetests -v tests/functional ||
92 - die "functional tests failed under ${EPYTHON}"
93 -}
94
95 diff --git a/dev-python/botocore/botocore-1.20.103.ebuild b/dev-python/botocore/botocore-1.20.103.ebuild
96 deleted file mode 100644
97 index 30e0988848a..00000000000
98 --- a/dev-python/botocore/botocore-1.20.103.ebuild
99 +++ /dev/null
100 @@ -1,59 +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="Low-level, data-driven core of boto 3"
110 -HOMEPAGE="https://github.com/boto/botocore"
111 -LICENSE="Apache-2.0"
112 -SLOT="0"
113 -
114 -if [[ "${PV}" == "9999" ]]; then
115 - EGIT_REPO_URI="https://github.com/boto/botocore"
116 - inherit git-r3
117 -else
118 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
119 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
120 -fi
121 -
122 -RDEPEND="
123 - dev-python/six[${PYTHON_USEDEP}]
124 - dev-python/jmespath[${PYTHON_USEDEP}]
125 - dev-python/python-dateutil[${PYTHON_USEDEP}]
126 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
127 -"
128 -BDEPEND="
129 - test? (
130 - dev-python/mock[${PYTHON_USEDEP}]
131 - dev-python/jsonschema[${PYTHON_USEDEP}]
132 - )
133 -"
134 -
135 -PATCHES=(
136 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
137 -)
138 -
139 -distutils_enable_sphinx docs/source \
140 - 'dev-python/guzzle_sphinx_theme'
141 -distutils_enable_tests nose
142 -
143 -src_prepare() {
144 - # unpin deps
145 - sed -i -e "s:>=.*':':" setup.py || die
146 - # very unstable
147 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
148 - tests/functional/retries/test_bucket.py || die
149 - distutils-r1_src_prepare
150 -}
151 -
152 -python_test() {
153 - # note: suites need to be run separately as one of the unit tests
154 - # seems to be leaking mocks and breaking a few functional tests
155 - nosetests -v tests/unit ||
156 - die "unit tests failed under ${EPYTHON}"
157 - nosetests -v tests/functional ||
158 - die "functional tests failed under ${EPYTHON}"
159 -}
160
161 diff --git a/dev-python/botocore/botocore-1.20.78.ebuild b/dev-python/botocore/botocore-1.20.78.ebuild
162 deleted file mode 100644
163 index 42a1ef99e27..00000000000
164 --- a/dev-python/botocore/botocore-1.20.78.ebuild
165 +++ /dev/null
166 @@ -1,59 +0,0 @@
167 -# Copyright 1999-2021 Gentoo Authors
168 -# Distributed under the terms of the GNU General Public License v2
169 -
170 -EAPI=7
171 -PYTHON_COMPAT=( python3_{7..9} )
172 -
173 -inherit distutils-r1
174 -
175 -DESCRIPTION="Low-level, data-driven core of boto 3"
176 -HOMEPAGE="https://github.com/boto/botocore"
177 -LICENSE="Apache-2.0"
178 -SLOT="0"
179 -
180 -if [[ "${PV}" == "9999" ]]; then
181 - EGIT_REPO_URI="https://github.com/boto/botocore"
182 - inherit git-r3
183 -else
184 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
185 - KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
186 -fi
187 -
188 -RDEPEND="
189 - dev-python/six[${PYTHON_USEDEP}]
190 - dev-python/jmespath[${PYTHON_USEDEP}]
191 - dev-python/python-dateutil[${PYTHON_USEDEP}]
192 - >=dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
193 -"
194 -BDEPEND="
195 - test? (
196 - dev-python/mock[${PYTHON_USEDEP}]
197 - dev-python/jsonschema[${PYTHON_USEDEP}]
198 - )
199 -"
200 -
201 -PATCHES=(
202 - "${FILESDIR}/1.8.6-tests-pass-all-env-vars-to-cmd-runner.patch"
203 -)
204 -
205 -distutils_enable_sphinx docs/source \
206 - 'dev-python/guzzle_sphinx_theme'
207 -distutils_enable_tests nose
208 -
209 -src_prepare() {
210 - # unpin deps
211 - sed -i -e "s:>=.*':':" setup.py || die
212 - # very unstable
213 - sed -i -e 's:test_stress_test_token_bucket:_&:' \
214 - tests/functional/retries/test_bucket.py || die
215 - distutils-r1_src_prepare
216 -}
217 -
218 -python_test() {
219 - # note: suites need to be run separately as one of the unit tests
220 - # seems to be leaking mocks and breaking a few functional tests
221 - nosetests -v tests/unit ||
222 - die "unit tests failed under ${EPYTHON}"
223 - nosetests -v tests/functional ||
224 - die "functional tests failed under ${EPYTHON}"
225 -}