# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="The AWS SDK for Python" HOMEPAGE="https://github.com/boto/boto3" LICENSE="Apache-2.0" SLOT="python2" SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/botocore-1.12.4:python2[${PYTHON_USEDEP}] dev-python/jmespath:python2[${PYTHON_USEDEP}] dev-python/s3transfer:python2[${PYTHON_USEDEP}] !