dev-python/opentracing_instrumentation: pypi homepage

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-26 02:15:14 +02:00
parent bfb17db128
commit cc3e6b1027

View File

@@ -11,6 +11,7 @@ inherit distutils-r1
DESCRIPTION="A collection of Python instrumentation tools for the OpenTracing API"
HOMEPAGE="
https://github.com/uber-common/opentracing-python-instrumentation
https://pypi.org/project/opentracing-instrumentation
"
SRC_URI="https://github.com/uber-common/${MYPN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYPN}-${PV}"
@@ -26,8 +27,8 @@ RDEPEND="
>=dev-python/opentracing-2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
DEPEND="${RDEPEND}"
BDEPEND="
test? (
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/botocore[${PYTHON_USEDEP}]