dev-python/boto3: add 1.34.131, drop 1.33.13
Closes: #3545 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
09646aea66
commit
70e052941d
@ -606,12 +606,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1980 Ebuilds in total, 1969 of them have in total 1994 (42 different) licenses assigned.
|
||||
There are 1981 Ebuilds in total, 1970 of them have in total 1995 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1146|
|
||||
|Apache-2.0|441|
|
||||
|Apache-2.0|442|
|
||||
|GPL-3|115|
|
||||
|BSD|112|
|
||||
|LGPL-3|25|
|
||||
|
@ -1,5 +1,5 @@
|
||||
DIST boto3-1.33.13.gh.tar.gz 754864 BLAKE2B 4dc2900b26610ad10361885ffbdcf2ca55b73a1d665bb2c19f98d0afae619b8cb885d3d5b5fa8e1cda299aab8ac0ccd66a9c85a765c0eeb4fdac2b85d75e7617 SHA512 40489e66fd591c05d58312015a91b5d42485af9d643db163b725a857438ca6b2306b237fd38f685ce4a4380688dcbf734aa8a49c4336bbe5135838bda8e7da82
|
||||
DIST boto3-1.34.131.gh.tar.gz 822851 BLAKE2B cc4b06ca1785e62314308efb7d9ffa6e10a40fe48bdd3e31f9f12490a57843ad528685d04ea9ec40cf2203acc0ee0a9fb58ee272837c9a637f44c2716f60de7a SHA512 79cd8718c6d84cdcdcadfcde80368addc095770624806eb8cfa981852c2a8ebcc8074533ec8f8e24b01a3aed241afccb6f49fdce250ae07f630d8596931778e3
|
||||
DIST boto3-1.34.51.gh.tar.gz 777437 BLAKE2B f39d180cda6958307524ff26b8015fe50a5c41d6c0ef6858363b60c086a48b18263024d2801afa5ffa8838915de7789cd1d5d949892acc3b018e8191eeb06e8b SHA512 f524c9e0d7d91eb6dd40cc017b04cbc46593ef2c16eae3da7018e5bbaab0213d7defde5d3958c83122cf5e6895a896f74e1401f0d0227d0240066f52cfbbe64d
|
||||
EBUILD boto3-1.33.13.ebuild 1460 BLAKE2B 68e8f9f8590a77fec74d5006475fab7022a885cc2e89e3715973c70581cd4bffb17222865d8bb5d84e837000bfc8d8ce7eb968e15e75aff64a45625e4273f989 SHA512 bcb47d2b0af5bbd1a7f555c5c2b1ef44df714b4f2f6dbd34609314701b2d73cf75d1ea3529067bbee7046c8c5a27286a9b8f06f59968b4c72eece90c9d3c6208
|
||||
EBUILD boto3-1.34.131.ebuild 1151 BLAKE2B efccc66966399533a9416374ed7d8df064233df8776b428edb274c753fe87997f859a3062054c0d7ee81f53bc746f24520a66c14829e96fed3f8cf3a94ff1766 SHA512 b10a2275bbfa7523dd7c8ba2ffd11649613ec423c5c1fd36ee8a4c52648bdb97d21a369c44ed0786058d9fd59b34c4ab946d8b35d63ecd5535a2199404a4ee31
|
||||
EBUILD boto3-1.34.51.ebuild 1211 BLAKE2B 08ce87f6cbd27ab68c1a730d91671ac49747c9fa91ccf7a5a93434b21bb4857bfd2d7c42b23126b86738f77280c3b1cf1885fef85c0d603bf046b617693ded99 SHA512 e73f3eef53e46c38bf9e07dd9a0fedff79323fdd5a1b74c214234e00fc689c9103d386cecd533ac8b16b18862440a61c2da696507995b28e1d88b04020a5ea4d
|
||||
MISC metadata.xml 376 BLAKE2B 9f600dc5b70f21f29d0e2aeae5a0b63a8103aef7672886c73c426548be7d3c6456cb1db5ec1f9bafb25a842b1ee9eb8d2bc7e994a2bde97b22b314596af9bba4 SHA512 e4761064832b6e88f33c601c4011b2a99cfd60b92172f04fa112d97017b58f3647047b264f29c6955d116394067bf631f34872801e9ab13726716965a2f7cab4
|
||||
|
@ -6,43 +6,29 @@ EAPI=8
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1 multiprocessing
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="The AWS SDK for Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/boto/boto3/
|
||||
https://pypi.org/project/boto3/
|
||||
"
|
||||
SRC_URI="
|
||||
https://github.com/boto/boto3/archive/${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
EGIT_REPO_URI="https://github.com/boto/boto3"
|
||||
inherit git-r3
|
||||
BOTOCORE_PV=${PV}
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/boto/boto3/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-)"
|
||||
fi
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/botocore-${PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/s3transfer-0.8.2[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-xdist[${PYTHON_USEDEP}]
|
||||
)
|
||||
>=dev-python/s3transfer-0.10.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_XDIST=1
|
||||
distutils_enable_tests pytest
|
||||
|
||||
python_prepare_all() {
|
||||
@ -62,5 +48,6 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_test() {
|
||||
epytest tests/{functional,unit} -n "$(makeopts_jobs)"
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
epytest tests/{functional,unit}
|
||||
}
|
Loading…
Reference in New Issue
Block a user