blob: 09d6de91147c3b3dd4867ae57e4132feafcb821f [file] [log] [blame] [edit]
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
PYTHON_COMPAT=( python3_{6..11} pypy3 )
inherit distutils-r1
DESCRIPTION="OpenTelemetry Python API"
HOMEPAGE="https://github.com/open-telemetry/opentelemetry-python"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="*"
RDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/deprecated[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' python3_6)"