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