dev-python/boto3: update

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-09 21:46:51 +02:00
committed by Andreas Billmeier
parent 21178aac94
commit 3fc64533d4
3 changed files with 15 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
DIST boto3-1.16.52.tar.gz 342434 BLAKE2B b9d741493f236f8c33bd7897d99e0b313e261c30ed8be2c6ef101ef3f7459cc4cf29f279e5993151ebc353769d3c66607032ad7c8e06eb0bb6faf21a895dedcd SHA512 5bd951631de4df9fce568ca8b91f8d35f96ff81caed2591ad3ffdcd8a6990225e9cf64046133f6b48f9a47fb1b3f0137a62ef0b84ecd393208129e84c1f84396
DIST boto3-1.20.24.tar.gz 454056 BLAKE2B e6b8abd5b6de49a480314b2691fd60db7b0de05989fb967a6bc72b1c7a153bc7d1efce2330fe20f76245ca800ff748de9a3385504b1d3e441151d0cb03daa12d SHA512 d4f4884f02dc579ec1f07efc50467da497af14c4f59ca5f71b7eb6b5603c4d554fdbfa10ec9d984b569d2cb034405e6f76d95852581776cdacb85604bb6799a8
EBUILD boto3-1.16.52.ebuild 1353 BLAKE2B 18cf8ed72642a151a8eb99bc37eb7d23d8bd0423c1686b3508fa902847f7f585f94654cd72c0a54f5d9c968961296fe36baef77f8f0b02451a53992f4a4978b7 SHA512 b1d45a7a53b26efb405df89f600fcd82ddfe8afb2034afd35f5437f63399be0f1f6c9ef9f1ac3cdc30c5f5736927df126c1c899cee51c0cf1729c05674477815
EBUILD boto3-1.20.24.ebuild 1418 BLAKE2B fdfb5a67d696ab5205b4b65adf0246974714a67d4889125a9393899646af0d2bcb2f2c7fd101649b0d49f899056f6a67ea656f0c1c8cfc7bd005d799b1a2b47e SHA512 57a3af78e859702de61d6622eb6296c96283aac619c659c4f27b7c40e9512ca800f9b1692d9d87fbc115ed6eb42c0f5a89a1cb4aeeb2fcca72ef4f564d82066f
DIST boto3-1.16.52.gh.tar.gz 342838 BLAKE2B 62ab3b2bd72369e08d514fb712eb6653c247e774fbfb579f1293ec1a42752d7321011cf75a054cd625846e72b1b5b6490b1d8bd48f5a2ed818fcf6ac060c0857 SHA512 6a80ee0181f5def2595e7a2d07e7a29e32c23b2d91908338c43fc4794be3d69504cdf8cec7372cdca09004dddb45ae49772404f59a222af4e3eb0bb869cdaf98
DIST boto3-1.20.24.gh.tar.gz 456338 BLAKE2B 4192f20a7a5c247a72b381506697034d744fd62c60d06402759942c3dc1ef0c136ea7b85ab80920831f876e098af549bcdff688ff287a0350ed00ed88aaf0adf SHA512 96a2d6dabaca0aa0d85efcbc2f98f8e41b568e2190352c00101c3df85623867036f64ad9935681ad2a104abd9f6aa9e79de8f7136a846e256185d065afed23a1
EBUILD boto3-1.16.52.ebuild 1141 BLAKE2B d97c3a7f9fbe1ff3458a6b17cb7677f2fc685ca3c0cb533b417c6d8bbee3a46f57b11afde35b6b867dd59ede7546edc26e39720fb57f7b31066bcaeceee87530 SHA512 a4762ae3c5fb2d6445995b718667b908f410f6b64f2b49eb393b2c36817c08c65c61e109dc3d7ffbd7b0248648f08b2bdde93e811228b66616cee1a0077b87f4
EBUILD boto3-1.20.24.ebuild 1405 BLAKE2B d15b2373f399cd7bb042536df9cfc8597ebb3ce1f8df3f8640e729399001d8fc70f07622984d8ee03e55ae967f025292b4e17ac52beca4c44c23b26cc927e583 SHA512 075beb8749e2a8023149fca9760d9f453347ecf24332011fcbc5135958033d31299c56c0968016c63faf6d29e27797717bb921d611ff3b22ef0f8c4fbdfbb13a
MISC metadata.xml 376 BLAKE2B 9f600dc5b70f21f29d0e2aeae5a0b63a8103aef7672886c73c426548be7d3c6456cb1db5ec1f9bafb25a842b1ee9eb8d2bc7e994a2bde97b22b314596af9bba4 SHA512 e4761064832b6e88f33c601c4011b2a99cfd60b92172f04fa112d97017b58f3647047b264f29c6955d116394067bf631f34872801e9ab13726716965a2f7cab4

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="The AWS SDK for Python"
@@ -16,8 +16,8 @@ if [[ "${PV}" == "9999" ]]; then
inherit git-r3
BOTOCORE_PV=${PV}
else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="amd64 arm arm64 x86"
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
@@ -28,15 +28,9 @@ RDEPEND="
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
>=dev-python/s3transfer-0.3.0[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
dev-python/mock[${PYTHON_USEDEP}]
)
"
distutils_enable_sphinx docs/source \
'dev-python/guzzle_sphinx_theme'
distutils_enable_tests nose
python_prepare_all() {
# don't lock versions to narrow ranges
@@ -50,7 +44,3 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
python_test() {
nosetests -v tests/unit/ tests/functional/ || die "test failed under ${EPYTHON}"
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="The AWS SDK for Python"
@@ -16,8 +16,8 @@ if [[ "${PV}" == "9999" ]]; then
inherit git-r3
BOTOCORE_PV=${PV}
else
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="amd64 arm arm64 x86"
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"