app-admin/awscli: Bump to 1.40.13

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-05-13 03:03:34 +02:00
parent 6bf757402f
commit 0fb6a7d2fb
2 changed files with 94 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ DIST aws-cli-1.38.37.gh.tar.gz 2920466 BLAKE2B bcbe824e4b867fee378e0b9f8ce59604f
DIST aws-cli-1.40.10.gh.tar.gz 2929764 BLAKE2B 8a54005d11ebc205f561e1913ef7ab9f035381f0905e3f7f5f3fb138a09b8964d50a0f48cda856ed0a5196bea1d05b52e6ef4a9e10f11e09ccadb9913424c6ca SHA512 1481c8fd3392f120fbb74af1e3a76478909580140013cb4723f0e89a131d16d67e2abc248d28559b94504123114c3b942ed8cb12a7ef72986048793cecd015e9
DIST aws-cli-1.40.11.gh.tar.gz 2930571 BLAKE2B 454b1072084a668fcfca2ccc57955cf8ef245117985861aa48fa4044831b79de6ad1b53cb467a9b228dc348d6192beeef76ed121c7a715626f0c64fcc436ebe3 SHA512 15341d2cff4885200d1169cb3623935b8a71eead092bee2ccb0115b1bb4a5f6fe2c9f50b8e864001afb8a50a919576f76688e45e6359dbaae7ae1dc501ab7a06
DIST aws-cli-1.40.12.gh.tar.gz 2932013 BLAKE2B 9770bb0826f4ef03e10e43baa12c3d839c6cdfddc5d3af93daef341f5ba3904a5491e067bbe5369366755c5c9edfaf3be71cd1aaea76657ccf64533f58925c51 SHA512 8b59d4b0b17f8e6b1c94e017db9fc59428dd0746a2d9de602e20f8ae43e26c40b408b09d1256548a8db9b582fab29f7719cfe1a504c862747cdede91664485fe
DIST aws-cli-1.40.13.gh.tar.gz 2933173 BLAKE2B 9939cfb54516dc685f4f87a5056b35e003c577668ecf86a89bc12944a7008e68581768d17279832d7b3869eb4b64f19896fffc10828661b0983a56b465ffa4ac SHA512 09bf7c7351dea97c86ead0d80c00302b26a84ba8ce4b0ce53df7c666da2374f6dc150b5857b2d02f1f01a44469074d6389311cd2afb1459e1e28431cf9338177
DIST aws-cli-1.40.2.gh.tar.gz 2925069 BLAKE2B a130ef1c94305d7a1a0f4cd7f23120b157479209d7647cd7ac59abae823a9af564e2742ab7ada6925bf9c97561c21b719f354a93c067cda961a9418c80bf0729 SHA512 a78289503e4f21679b1356b1cf7a93c8c0426ff4a4bc7e42007d592c6307d7fa24e7dc594a3088e92ef1117ecbe947651b725cef0a6070aa2d5c76d8032b6bc5
DIST aws-cli-1.40.7.gh.tar.gz 2928409 BLAKE2B 29ac7685b1289d98cae3338ccb2ecd86e8936bb701160e08501d40ba1d9eebefa43066de7c4b534a6f7098faa572227eb51d6807bff042132fb0570e1c133d63 SHA512 33065fac1278f5f2f0835f3cc8e778bafe7d2d806893a3235894ac639d8c50d4a617dcfade0563e4af4d6efb1b9c448d5e41960741fb1d3bc5ae8a22665aeb06
DIST aws-cli-1.40.8.gh.tar.gz 2928979 BLAKE2B 0b1c3caf85e36013a01900a15967d1cfe69db3cfe3ac1dee0e38f12ee1b69025375d604b5c2f75d4f0bc94a832dd3361ceaec9b6e372d6f2176fca864660a5e8 SHA512 25271c63fd70216e165ee316bd0ad7f47e2ecfca3e5cfb80a0bc61ad4b8ef5f0f553a2d2065ca02a7ada1cf6cb19d6d4b9cfeabb86c6867e360321946d12733c

View File

@@ -0,0 +1,93 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 shell-completion
MY_P=aws-cli-${PV}
DESCRIPTION="Universal Command Line Environment for AWS"
HOMEPAGE="
https://github.com/aws/aws-cli/
https://pypi.org/project/awscli/
"
SRC_URI="
https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
"
S=${WORKDIR}/${MY_P}
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
# botocore is x.(y-2).(z+1), sigh
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) - 2)).$(( $(ver_cut 3-) + 1 ))"
RDEPEND="
>=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
dev-python/colorama[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/rsa[${PYTHON_USEDEP}]
>=dev-python/s3transfer-0.12.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
!app-admin/awscli-bin
"
BDEPEND="
test? (
dev-python/packaging[${PYTHON_USEDEP}]
dev-python/pytest-forked[${PYTHON_USEDEP}]
)
"
EPYTEST_XDIST=1
distutils_enable_tests pytest
src_prepare() {
# do not rely on bundled deps in botocore (sic!)
find -name '*.py' -exec sed -i \
-e 's:from botocore[.]vendored import:import:' \
-e 's:from botocore[.]vendored[.]:from :' \
{} + || die
# strip overzealous upper bounds on requirements
sed -i -e 's:,<[=0-9.]*::' -e 's:==:>=:' setup.py || die
distutils-r1_src_prepare
}
python_test() {
local serial_tests=(
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_{fails,success}
tests/functional/ssm/test_start_session.py::TestSessionManager::test_start_session_with_new_version_plugin_success
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
tests/unit/customizations/test_sessionmanager.py
tests/unit/test_compat.py::TestIgnoreUserSignals
tests/unit/test_help.py
tests/unit/test_utils.py::TestIgnoreCtrlC::test_ctrl_c_is_ignored
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
EPYTEST_XDIST= epytest "${serial_tests[@]}"
local EPYTEST_DESELECT=(
"${serial_tests[@]}"
# flaky (some ordering?)
tests/functional/s3/test_cp_command.py::TestCPCommand::test_multipart_upload_with_checksum_algorithm_crc32
)
# integration tests require AWS credentials and Internet access
epytest tests/{functional,unit}
}
python_install_all() {
newbashcomp bin/aws_bash_completer aws
newzshcomp bin/aws_zsh_completer.sh _aws
distutils-r1_python_install_all
rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || die
}