dev-python/aiobotocore: drop 2.1.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-12-17 16:59:18 +01:00
committed by Andreas Billmeier
parent 1196bb7e0f
commit 4ae92439d3
3 changed files with 2 additions and 37 deletions

View File

@@ -1,5 +1,3 @@
DIST aiobotocore-2.1.0.tar.gz 54613 BLAKE2B 7b33ad6b8ddf63cb6ccef25e25e2b5c5af87e03c4b2b437af8cf79339a0851be1751553346de6df3ca13d8f332049671120606cbae65a45c96d83b72f19cb3e5 SHA512 d2815901969115a1d756bade45014662d6d154fb2a23c2f9b5e7380700aab400c7732d410902662f1b20dc015781ecdfc8e5dc456e1cb38a285c697ea4cd98e9
DIST aiobotocore-2.6.0.tar.gz 98843 BLAKE2B 2ccdb7ae22a8591422773accab1d04d16abcd183f5abac8cd27fda41fa9686feb1d1b473b3814138bd25fa3d31a7b068d3e4f0ccf68e3bcd0af3ddc22c9d0627 SHA512 2e701f70a635e351546ca7a20d3698a491e4393d561a84496f6a1ed03db8904f17a2af9753f3c957bc02a4a407aa62f0afffc382d07e464bffef99b3221745b5
EBUILD aiobotocore-2.1.0.ebuild 817 BLAKE2B 30bcbd2d1a1ad198e4bf22318e0e9d00797a2f7cd1d2410552f955c3f62e7a892fc29cff9eecd9f589dc65556b69feaa759840050339565422f4b968ef652653 SHA512 7a1fb3ebffa277fa2eeea1f55fb557b560d44a5fc6678cf16663c6570a34dec1b504efaf3efdedfd2fe95209cc9217dbb58eefa46d5f2dbff400cbdd75493fff
EBUILD aiobotocore-2.6.0.ebuild 818 BLAKE2B 40c158f2cc40876713473052b74d01f728b1a5d09aa219c76087a59bdcbaf719dc7582e05acc1869f1c1c904b42f3824f535178a461a648030ed4f0f335e904c SHA512 fdd0f2d367697a9ab0524234dd88c5ca2b916fbab469010892c201b41fb9dc0a47f31ffbd5a5af519f71d726c164a2a260ce5ac6c7bcfd5cbb3daf91c4084337
MISC metadata.xml 522 BLAKE2B 560be06ecbfa44ba18f3b7dbaa7034519b9583e4a130e0978892cdaf5283089b534a56a940fd9552d79d64b27a63dd153aaa0e6776bf60728ae322bbdbf47504 SHA512 30304e2bbaaafe077231b28336cc3b86d562a5d444de3adf029743f98b23e88753fd715ed5cc7a2cb2ad0b46ea1acf2b550f190d7376de8a51fff6408a7c843b

View File

@@ -1,33 +0,0 @@
# Copyright 1999-2023 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.3.1[${PYTHON_USEDEP}]
>=dev-python/wrapt-1.10.10[${PYTHON_USEDEP}]
~dev-python/boto3-1.20.24[${PYTHON_USEDEP}]
>=dev-python/aioitertools-0.5.1[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest