# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="AWS X-Ray SDK for Python" HOMEPAGE=" https://github.com/aws/aws-xray-sdk-python/ https://pypi.org/project/aws-xray-sdk/ " SRC_URI=" https://github.com/aws/aws-xray-sdk-python/archive/${PV}.tar.gz -> ${P}.gh.tar.gz " LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/botocore-1.12.122[${PYTHON_USEDEP}] dev-python/wrapt[${PYTHON_USEDEP}] " BDEPEND=" test? ( dev-python/bottle[${PYTHON_USEDEP}] =dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}]