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: app-admin/awscli/
Date: Mon, 06 Jun 2022 12:57:34
Message-Id: 1654520077.b7d6b26910ef2744c2dc3c32a13cf69b59fe086a.mgorny@gentoo
1 commit: b7d6b26910ef2744c2dc3c32a13cf69b59fe086a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 12:54:37 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 12:54:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d6b269
7
8 app-admin/awscli: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/awscli/Manifest | 3 --
13 app-admin/awscli/awscli-1.24.5.ebuild | 71 -----------------------------------
14 app-admin/awscli/awscli-1.25.0.ebuild | 71 -----------------------------------
15 app-admin/awscli/awscli-1.25.1.ebuild | 71 -----------------------------------
16 4 files changed, 216 deletions(-)
17
18 diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
19 index c3d5487e5d1a..a76713083bf0 100644
20 --- a/app-admin/awscli/Manifest
21 +++ b/app-admin/awscli/Manifest
22 @@ -1,5 +1,2 @@
23 DIST aws-cli-1.24.10.gh.tar.gz 2219050 BLAKE2B 9655429a65c81b5c6436f0bafb293243d8f6d2160573902bbd3f2b10ab69ef24796ac0c1bd112000afc3d15cc4d8560fc95f774c38739cf8e2d3303a4512e3ec SHA512 592564ff501ff52572655973c518366928a20371333ccf4f7234d414070343a38287a8870a5652bbbe6a8c35c8cd8731439f1520c0988100ade22d842f11ad2d
24 -DIST aws-cli-1.24.5.gh.tar.gz 2215786 BLAKE2B db9077cfe3cf561109dea9ce1395f9d5bbe25b9dd28675e20d56c1fee3ad17e4befdce61cb81f217bb32d85b326ca4069f97482b9670f9653a850fd90fd135f7 SHA512 1cb4fcf37ccc6e7c3dfb211a9bc6687172f4052c6dae307e1a8451947078794973a3fd8382824ca2be650ee5b898b1f8d9bc27e2b403a2c51fea17b319bd366d
25 -DIST aws-cli-1.25.0.gh.tar.gz 2219640 BLAKE2B 009863c9df07d01e5ddd849565124657bcead4dfac8a921247a1bcd4196593c93441f91fa1e2b4ee1908e5fd59b6559da98fa887083f70f110804a0e252f2c25 SHA512 305e16ea51ad0f689232b06dcf1964e0479b3c529631364688afc41e6441fc28ae934cd9959de493ea5734dacb81e01af27305609d6d3919656f8a55bebd4eac
26 -DIST aws-cli-1.25.1.gh.tar.gz 2220206 BLAKE2B 574f0d3185911fdb72e15acb2922d15687bccb8551d7128618a7eba39ba5ed689591a1d3a51d75832834fc2511495cb84014bc733bbe49c997f8e92c2bd8dfde SHA512 f78cca5901fcf503ba4bfc3a403548878806f774677d5de1b86b7fcac97e020b3de7370ffb312db839130093319b1c0bf9e4aa9f5fb8f14da118957e2a71dd5e
27 DIST aws-cli-1.25.2.gh.tar.gz 2220304 BLAKE2B 370137db21688db07a1367a1b82b906d5e7f16939fb9a10f8f8e60d986b68cd7cf3fcaca89baa097b351ce1552a9b35c143a5328972577cc08b2369a0ff35407 SHA512 4278be5b73865854a736ae447b729670310d557d019fe483376d8bb6317cc557f1567d8cbd77c4fc658d5593bdf8ddb2765696b144694c7df3d3447156ac14b0
28
29 diff --git a/app-admin/awscli/awscli-1.24.5.ebuild b/app-admin/awscli/awscli-1.24.5.ebuild
30 deleted file mode 100644
31 index 28d3b8b3d083..000000000000
32 --- a/app-admin/awscli/awscli-1.24.5.ebuild
33 +++ /dev/null
34 @@ -1,71 +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..10} )
42 -
43 -inherit bash-completion-r1 distutils-r1 multiprocessing
44 -
45 -MY_P=aws-cli-${PV}
46 -DESCRIPTION="Universal Command Line Environment for AWS"
47 -HOMEPAGE="
48 - https://github.com/aws/aws-cli/
49 - https://pypi.org/project/awscli/
50 -"
51 -SRC_URI="
52 - https://github.com/aws/aws-cli/archive/${PV}.tar.gz
53 - -> ${MY_P}.gh.tar.gz
54 -"
55 -S=${WORKDIR}/${MY_P}
56 -
57 -LICENSE="Apache-2.0"
58 -SLOT="0"
59 -KEYWORDS="amd64 ~arm64 x86"
60 -
61 -# botocore is x.(y+2).z
62 -BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
63 -RDEPEND="
64 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
65 - dev-python/colorama[${PYTHON_USEDEP}]
66 - dev-python/docutils[${PYTHON_USEDEP}]
67 - dev-python/rsa[${PYTHON_USEDEP}]
68 - >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
69 - dev-python/pyyaml[${PYTHON_USEDEP}]
70 -"
71 -BDEPEND="
72 - test? (
73 - dev-python/pytest-forked[${PYTHON_USEDEP}]
74 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
75 - )
76 -"
77 -
78 -distutils_enable_tests pytest
79 -
80 -src_prepare() {
81 - # do not rely on bundled deps in botocore (sic!)
82 - find -name '*.py' -exec sed -i \
83 - -e 's:from botocore[.]vendored import:import:' \
84 - -e 's:from botocore[.]vendored[.]:from :' \
85 - {} + || die
86 - # strip overzealous upper bounds on requirements
87 - sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
88 - distutils-r1_src_prepare
89 -}
90 -
91 -python_test() {
92 - # integration tests require AWS credentials and Internet access
93 - epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
94 -}
95 -
96 -python_install_all() {
97 - newbashcomp bin/aws_bash_completer aws
98 -
99 - insinto /usr/share/zsh/site-functions
100 - newins bin/aws_zsh_completer.sh _aws
101 -
102 - distutils-r1_python_install_all
103 -
104 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
105 -}
106
107 diff --git a/app-admin/awscli/awscli-1.25.0.ebuild b/app-admin/awscli/awscli-1.25.0.ebuild
108 deleted file mode 100644
109 index 4154af977ee6..000000000000
110 --- a/app-admin/awscli/awscli-1.25.0.ebuild
111 +++ /dev/null
112 @@ -1,71 +0,0 @@
113 -# Copyright 1999-2022 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=8
117 -
118 -DISTUTILS_USE_PEP517=setuptools
119 -PYTHON_COMPAT=( python3_{8..10} )
120 -
121 -inherit bash-completion-r1 distutils-r1 multiprocessing
122 -
123 -MY_P=aws-cli-${PV}
124 -DESCRIPTION="Universal Command Line Environment for AWS"
125 -HOMEPAGE="
126 - https://github.com/aws/aws-cli/
127 - https://pypi.org/project/awscli/
128 -"
129 -SRC_URI="
130 - https://github.com/aws/aws-cli/archive/${PV}.tar.gz
131 - -> ${MY_P}.gh.tar.gz
132 -"
133 -S=${WORKDIR}/${MY_P}
134 -
135 -LICENSE="Apache-2.0"
136 -SLOT="0"
137 -KEYWORDS="~amd64 ~arm64 ~x86"
138 -
139 -# botocore is x.(y+2).z
140 -BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
141 -RDEPEND="
142 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
143 - dev-python/colorama[${PYTHON_USEDEP}]
144 - dev-python/docutils[${PYTHON_USEDEP}]
145 - dev-python/rsa[${PYTHON_USEDEP}]
146 - >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
147 - dev-python/pyyaml[${PYTHON_USEDEP}]
148 -"
149 -BDEPEND="
150 - test? (
151 - dev-python/pytest-forked[${PYTHON_USEDEP}]
152 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
153 - )
154 -"
155 -
156 -distutils_enable_tests pytest
157 -
158 -src_prepare() {
159 - # do not rely on bundled deps in botocore (sic!)
160 - find -name '*.py' -exec sed -i \
161 - -e 's:from botocore[.]vendored import:import:' \
162 - -e 's:from botocore[.]vendored[.]:from :' \
163 - {} + || die
164 - # strip overzealous upper bounds on requirements
165 - sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
166 - distutils-r1_src_prepare
167 -}
168 -
169 -python_test() {
170 - # integration tests require AWS credentials and Internet access
171 - epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
172 -}
173 -
174 -python_install_all() {
175 - newbashcomp bin/aws_bash_completer aws
176 -
177 - insinto /usr/share/zsh/site-functions
178 - newins bin/aws_zsh_completer.sh _aws
179 -
180 - distutils-r1_python_install_all
181 -
182 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
183 -}
184
185 diff --git a/app-admin/awscli/awscli-1.25.1.ebuild b/app-admin/awscli/awscli-1.25.1.ebuild
186 deleted file mode 100644
187 index 4154af977ee6..000000000000
188 --- a/app-admin/awscli/awscli-1.25.1.ebuild
189 +++ /dev/null
190 @@ -1,71 +0,0 @@
191 -# Copyright 1999-2022 Gentoo Authors
192 -# Distributed under the terms of the GNU General Public License v2
193 -
194 -EAPI=8
195 -
196 -DISTUTILS_USE_PEP517=setuptools
197 -PYTHON_COMPAT=( python3_{8..10} )
198 -
199 -inherit bash-completion-r1 distutils-r1 multiprocessing
200 -
201 -MY_P=aws-cli-${PV}
202 -DESCRIPTION="Universal Command Line Environment for AWS"
203 -HOMEPAGE="
204 - https://github.com/aws/aws-cli/
205 - https://pypi.org/project/awscli/
206 -"
207 -SRC_URI="
208 - https://github.com/aws/aws-cli/archive/${PV}.tar.gz
209 - -> ${MY_P}.gh.tar.gz
210 -"
211 -S=${WORKDIR}/${MY_P}
212 -
213 -LICENSE="Apache-2.0"
214 -SLOT="0"
215 -KEYWORDS="~amd64 ~arm64 ~x86"
216 -
217 -# botocore is x.(y+2).z
218 -BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
219 -RDEPEND="
220 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
221 - dev-python/colorama[${PYTHON_USEDEP}]
222 - dev-python/docutils[${PYTHON_USEDEP}]
223 - dev-python/rsa[${PYTHON_USEDEP}]
224 - >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
225 - dev-python/pyyaml[${PYTHON_USEDEP}]
226 -"
227 -BDEPEND="
228 - test? (
229 - dev-python/pytest-forked[${PYTHON_USEDEP}]
230 - dev-python/pytest-xdist[${PYTHON_USEDEP}]
231 - )
232 -"
233 -
234 -distutils_enable_tests pytest
235 -
236 -src_prepare() {
237 - # do not rely on bundled deps in botocore (sic!)
238 - find -name '*.py' -exec sed -i \
239 - -e 's:from botocore[.]vendored import:import:' \
240 - -e 's:from botocore[.]vendored[.]:from :' \
241 - {} + || die
242 - # strip overzealous upper bounds on requirements
243 - sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
244 - distutils-r1_src_prepare
245 -}
246 -
247 -python_test() {
248 - # integration tests require AWS credentials and Internet access
249 - epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
250 -}
251 -
252 -python_install_all() {
253 - newbashcomp bin/aws_bash_completer aws
254 -
255 - insinto /usr/share/zsh/site-functions
256 - newins bin/aws_zsh_completer.sh _aws
257 -
258 - distutils-r1_python_install_all
259 -
260 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
261 -}