diff --git a/README.md b/README.md index ce7a476dc..ad449ddff 100644 --- a/README.md +++ b/README.md @@ -617,12 +617,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 1689 Ebuilds in total, 1678 of them have in total 1697 (42 different) licenses assigned. +There are 1690 Ebuilds in total, 1679 of them have in total 1698 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|962| -|Apache-2.0|369| +|Apache-2.0|370| |GPL-3|113| |BSD|95| |LGPL-3|24| diff --git a/dev-python/aiobotocore/Manifest b/dev-python/aiobotocore/Manifest index c2524494c..2a895d1c0 100644 --- a/dev-python/aiobotocore/Manifest +++ b/dev-python/aiobotocore/Manifest @@ -1,3 +1,5 @@ DIST aiobotocore-2.6.0.tar.gz 98843 BLAKE2B 2ccdb7ae22a8591422773accab1d04d16abcd183f5abac8cd27fda41fa9686feb1d1b473b3814138bd25fa3d31a7b068d3e4f0ccf68e3bcd0af3ddc22c9d0627 SHA512 2e701f70a635e351546ca7a20d3698a491e4393d561a84496f6a1ed03db8904f17a2af9753f3c957bc02a4a407aa62f0afffc382d07e464bffef99b3221745b5 -EBUILD aiobotocore-2.6.0.ebuild 818 BLAKE2B 40c158f2cc40876713473052b74d01f728b1a5d09aa219c76087a59bdcbaf719dc7582e05acc1869f1c1c904b42f3824f535178a461a648030ed4f0f335e904c SHA512 fdd0f2d367697a9ab0524234dd88c5ca2b916fbab469010892c201b41fb9dc0a47f31ffbd5a5af519f71d726c164a2a260ce5ac6c7bcfd5cbb3daf91c4084337 +DIST aiobotocore-2.9.1.tar.gz 102531 BLAKE2B 39ce231813f079e6b4ea38b1592e7388f9663b511b227bf90c2e815344e00a6db6a2952534101bb121393be034d2da035d14a3629199c17da68620b0c8070554 SHA512 468c83b1b755deb9df357d4f1b722fb13d7d47a301ec557f7c07faee877b53de9e9a257e555e66ec690bb72671103bbf6e9df8db0ca6010207a807907b0e9bcd +EBUILD aiobotocore-2.6.0.ebuild 818 BLAKE2B 261c1c49136daff56d4f855cede8692439851ec108f1d57a1c20efe862fabc1c8ac8b3e02c857aff2d3f029e889433ed7e7c78f01e06102cba224096ef71a8a3 SHA512 cf126c9c5072129be200b2a303b91ca91f72a853811512aab2b89b20e81fd99b4eec2a610b175ac82d322eeea1a4f65960eb2045d055b1e16c77d1be95f33cbd +EBUILD aiobotocore-2.9.1.ebuild 715 BLAKE2B b2de9c00001a47bfd6c833b322de9231e5deb09255c073ab355af1acdc295e02e1c840c3b203265fdeb6338250235b267640a680a1bb0b27e98a14147425b5e3 SHA512 69ce306ff247f630ea4a6929322fb7406d15e1cf801212320c9a7ed17da30358b7a0b1108f9a652e64d1ab3684623f1ce1ff8093ba1d27d19a18a2c1ff13827c MISC metadata.xml 522 BLAKE2B 560be06ecbfa44ba18f3b7dbaa7034519b9583e4a130e0978892cdaf5283089b534a56a940fd9552d79d64b27a63dd153aaa0e6776bf60728ae322bbdbf47504 SHA512 30304e2bbaaafe077231b28336cc3b86d562a5d444de3adf029743f98b23e88753fd715ed5cc7a2cb2ad0b46ea1acf2b550f190d7376de8a51fff6408a7c843b diff --git a/dev-python/aiobotocore/aiobotocore-2.6.0.ebuild b/dev-python/aiobotocore/aiobotocore-2.6.0.ebuild index 87604f100..8af087c18 100644 --- a/dev-python/aiobotocore/aiobotocore-2.6.0.ebuild +++ b/dev-python/aiobotocore/aiobotocore-2.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/aiobotocore/aiobotocore-2.9.1.ebuild b/dev-python/aiobotocore/aiobotocore-2.9.1.ebuild new file mode 100644 index 000000000..a177204cd --- /dev/null +++ b/dev-python/aiobotocore/aiobotocore-2.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi +DESCRIPTION="Async client for aws services using botocore and aiohttp" +HOMEPAGE="https://github.com/aio-libs/aiobotocore https://pypi.org/project/aiobotocore/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" +IUSE="test" +RESTRICT="!test? ( test )" + +DOCS="README.rst" + +RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] + >=dev-python/wrapt-1.10.10[${PYTHON_USEDEP}] + >=dev-python/boto3-1.33.2[${PYTHON_USEDEP}] + >=dev-python/aioitertools-0.5.1[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest