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: Fri, 02 Jul 2021 16:05:31
Message-Id: 1625241920.19eeab359a37f04c0ce487f1efd1ada529a3dbe7.mgorny@gentoo
1 commit: 19eeab359a37f04c0ce487f1efd1ada529a3dbe7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 2 16:02:39 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 2 16:05:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19eeab35
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.19.102.ebuild | 58 -------------------------------
14 app-admin/awscli/awscli-1.19.103.ebuild | 58 -------------------------------
15 app-admin/awscli/awscli-1.19.47-r1.ebuild | 56 -----------------------------
16 4 files changed, 175 deletions(-)
17
18 diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
19 index 6dc6742161c..64f41b177d7 100644
20 --- a/app-admin/awscli/Manifest
21 +++ b/app-admin/awscli/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST awscli-1.19.102.tar.gz 2023841 BLAKE2B 1960557f4dce8b1929dd98f307036e9e802ecb79ca3f74547b44598a523dddc20bfb4c917a0515d6bc896902be49c06c8c0790175fd791d0bdc0b90e6e075903 SHA512 09bbf2fe3812e035ecef35c183bcdcb9007595992bd1f87359e4fab7060631d25de686daec970e5f40fc55974185ed688efb72b29fd018cc6f6c1654b002ea4d
24 -DIST awscli-1.19.103.tar.gz 2024444 BLAKE2B 59230fc2f6f2ed9c19b9dcef090259a07cf74cb0b8252c5db0f0c912f38293a9f2072c0b553735015c3629daa0bf835b8df00af38512f816dc4d94fe0a5fe69c SHA512 5b81d6dba8fc68c2d58dadb5d1abf274315463b948466a3675a1365ad0ffbeb354774e9a4b0e464eed4cfaf65ac091a1b9a119bebdbabbd7624b3b0f3d444771
25 DIST awscli-1.19.104.tar.gz 2024567 BLAKE2B 82662ffe6a05dd329210ff84962e1ad37ece63a8f964c3c6bb293f53fea3af151bb088150260b3b279730871b7e962f2c580385b21a56a8bc2f86b437fab92d4 SHA512 444e533219e23b5151bab29d2d65deb8de9008b883b08ae553dd322b3f4e96d3836fedabc7be0393303ea146a0b8ad8220d4f4de458bca00303dc0798e543840
26 -DIST awscli-1.19.47.tar.gz 1990843 BLAKE2B c894aaf84d5fe7cb8998fcd682783a1f2e75dd9273a2aa22babe4d57175a1716aefccda50edb96a1203f010dbb2af29cd47d43b5d5f94adfdee1730ab98345af SHA512 7d51022e13609f5f5ab3155e3ac09670c7e49508d67eca8cb477e556e4b06b7643e86bdfe5fa8db59360f6d73e5774b433cb7093c25d6b688f98847b502872b7
27 DIST awscli-1.19.97.tar.gz 2020143 BLAKE2B 2dac6f59a04a958b09e0f8b7d056583015762df78ed1349b55c6301d3189e1100bd8ab98445ded3ccc0ddbf1148ddf0475086704f123b0db1ccfd1cacb6b4680 SHA512 4e4e0f34ba02819232427f7571a4b10d22b167788d758c9ac43749607ea7a4c498259fcc5c69fb32d66faffc535a5b3045006168b64506f2b0f9fbbaa804e387
28
29 diff --git a/app-admin/awscli/awscli-1.19.102.ebuild b/app-admin/awscli/awscli-1.19.102.ebuild
30 deleted file mode 100644
31 index ff429f8d3a3..00000000000
32 --- a/app-admin/awscli/awscli-1.19.102.ebuild
33 +++ /dev/null
34 @@ -1,58 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="7"
39 -
40 -PYTHON_COMPAT=( python3_{8..10} )
41 -
42 -inherit bash-completion-r1 distutils-r1
43 -
44 -DESCRIPTION="Universal Command Line Environment for AWS"
45 -HOMEPAGE="https://pypi.org/project/awscli/"
46 -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
47 -SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
48 -S="${WORKDIR}/aws-cli-${PV}"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~arm64 ~x86"
53 -
54 -# botocore is x.(y+1).z
55 -BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
56 -RDEPEND="
57 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
58 - dev-python/colorama[${PYTHON_USEDEP}]
59 - dev-python/docutils[${PYTHON_USEDEP}]
60 - dev-python/rsa[${PYTHON_USEDEP}]
61 - >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
62 - dev-python/pyyaml[${PYTHON_USEDEP}]
63 -"
64 -BDEPEND="
65 - test? (
66 - dev-python/mock[${PYTHON_USEDEP}]
67 - )
68 -"
69 -
70 -distutils_enable_tests --install nose
71 -
72 -PATCHES=(
73 - "${FILESDIR}"/awscli-1.19.47-py39.patch
74 -)
75 -
76 -python_test() {
77 - distutils_install_for_testing
78 - # integration tests require AWS credentials and Internet access
79 - nosetests -v tests/{functional,unit} ||
80 - die "Tests failed for ${EPYTHON}"
81 -}
82 -
83 -python_install_all() {
84 - newbashcomp bin/aws_bash_completer aws
85 -
86 - insinto /usr/share/zsh/site-functions
87 - newins bin/aws_zsh_completer.sh _aws
88 -
89 - distutils-r1_python_install_all
90 -
91 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
92 -}
93
94 diff --git a/app-admin/awscli/awscli-1.19.103.ebuild b/app-admin/awscli/awscli-1.19.103.ebuild
95 deleted file mode 100644
96 index ff429f8d3a3..00000000000
97 --- a/app-admin/awscli/awscli-1.19.103.ebuild
98 +++ /dev/null
99 @@ -1,58 +0,0 @@
100 -# Copyright 1999-2021 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI="7"
104 -
105 -PYTHON_COMPAT=( python3_{8..10} )
106 -
107 -inherit bash-completion-r1 distutils-r1
108 -
109 -DESCRIPTION="Universal Command Line Environment for AWS"
110 -HOMEPAGE="https://pypi.org/project/awscli/"
111 -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
112 -SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
113 -S="${WORKDIR}/aws-cli-${PV}"
114 -
115 -LICENSE="Apache-2.0"
116 -SLOT="0"
117 -KEYWORDS="~amd64 ~arm64 ~x86"
118 -
119 -# botocore is x.(y+1).z
120 -BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 1)).$(ver_cut 3-)"
121 -RDEPEND="
122 - >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
123 - dev-python/colorama[${PYTHON_USEDEP}]
124 - dev-python/docutils[${PYTHON_USEDEP}]
125 - dev-python/rsa[${PYTHON_USEDEP}]
126 - >=dev-python/s3transfer-0.4.0[${PYTHON_USEDEP}]
127 - dev-python/pyyaml[${PYTHON_USEDEP}]
128 -"
129 -BDEPEND="
130 - test? (
131 - dev-python/mock[${PYTHON_USEDEP}]
132 - )
133 -"
134 -
135 -distutils_enable_tests --install nose
136 -
137 -PATCHES=(
138 - "${FILESDIR}"/awscli-1.19.47-py39.patch
139 -)
140 -
141 -python_test() {
142 - distutils_install_for_testing
143 - # integration tests require AWS credentials and Internet access
144 - nosetests -v tests/{functional,unit} ||
145 - die "Tests failed for ${EPYTHON}"
146 -}
147 -
148 -python_install_all() {
149 - newbashcomp bin/aws_bash_completer aws
150 -
151 - insinto /usr/share/zsh/site-functions
152 - newins bin/aws_zsh_completer.sh _aws
153 -
154 - distutils-r1_python_install_all
155 -
156 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
157 -}
158
159 diff --git a/app-admin/awscli/awscli-1.19.47-r1.ebuild b/app-admin/awscli/awscli-1.19.47-r1.ebuild
160 deleted file mode 100644
161 index b5ba7214649..00000000000
162 --- a/app-admin/awscli/awscli-1.19.47-r1.ebuild
163 +++ /dev/null
164 @@ -1,56 +0,0 @@
165 -# Copyright 1999-2021 Gentoo Authors
166 -# Distributed under the terms of the GNU General Public License v2
167 -
168 -EAPI="7"
169 -
170 -PYTHON_COMPAT=( python3_{7,8,9} )
171 -
172 -inherit bash-completion-r1 distutils-r1
173 -
174 -DESCRIPTION="Universal Command Line Environment for AWS"
175 -HOMEPAGE="https://pypi.org/project/awscli/"
176 -#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
177 -SRC_URI="https://github.com/aws/aws-cli/archive/${PV}.tar.gz -> ${P}.tar.gz"
178 -S="${WORKDIR}/aws-cli-${PV}"
179 -
180 -LICENSE="Apache-2.0"
181 -SLOT="0"
182 -KEYWORDS="amd64 ~arm64 x86"
183 -
184 -RDEPEND="
185 - =dev-python/botocore-1.20*[${PYTHON_USEDEP}]
186 - dev-python/colorama[${PYTHON_USEDEP}]
187 - dev-python/docutils[${PYTHON_USEDEP}]
188 - dev-python/rsa[${PYTHON_USEDEP}]
189 - >=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
190 - dev-python/pyyaml[${PYTHON_USEDEP}]
191 -"
192 -BDEPEND="
193 - test? (
194 - dev-python/mock[${PYTHON_USEDEP}]
195 - )
196 -"
197 -
198 -distutils_enable_tests --install nose
199 -
200 -PATCHES=(
201 - "${FILESDIR}"/awscli-1.19.47-py39.patch
202 -)
203 -
204 -python_test() {
205 - distutils_install_for_testing
206 - # integration tests require AWS credentials and Internet access
207 - nosetests -v tests/{functional,unit} ||
208 - die "Tests failed for ${EPYTHON}"
209 -}
210 -
211 -python_install_all() {
212 - newbashcomp bin/aws_bash_completer aws
213 -
214 - insinto /usr/share/zsh/site-functions
215 - newins bin/aws_zsh_completer.sh _aws
216 -
217 - distutils-r1_python_install_all
218 -
219 - rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
220 -}