# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 DESCRIPTION="Async client for aws services using botocore and aiohttp" HOMEPAGE="http://aiobotocore.readthedocs.io" SRC_URI="https://github.com/aio-libs/aiobotocore/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" PROPERTIES="test_network" RESTRICT="test" RDEPEND=">=dev-python/aiohttp-3.9.2[${PYTHON_USEDEP}] =dev-python/aioitertools-0.5.1[${PYTHON_USEDEP}] =dev-python/botocore-1.37.0[${PYTHON_USEDEP}] =dev-python/jmespath-0.7.1[${PYTHON_USEDEP}] =dev-python/multidict-6.0.0[${PYTHON_USEDEP}] =dev-python/python-dateutil-2.1[${PYTHON_USEDEP}] =dev-python/wrapt-1.10.10[${PYTHON_USEDEP}]