dev-python/opentracing_instrumentation: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-02 22:17:34 +02:00
parent 830ba4273e
commit d531bc75c2
3 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST opentracing_instrumentation-3.3.1.tar.gz 26278 BLAKE2B 7f5bcaf3f3e72b3f393d0332b335b7857de7daa33d4eb96a3b00a9d7042046d6c7f9df80f43fd6f8944bbb490e664a4475b7caf793ceb7cf778b2229d2a6295f SHA512 dbee49e4d465660120701b1019dae8480ffaf822647e848c433603ee2b18346f14533101acef74adc1f087710ff5c6887b2ac9935bd83d9e6d7c49d3fa572bed

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/uber-common/opentracing-python-instrumentation/issues</bugs-to>
<remote-id type="pypi">opentracing-instrumentation</remote-id>
<remote-id type="github">uber-common/opentracing-python-instrumentation</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,47 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
DESCRIPTION="A collection of Python instrumentation tools for the OpenTracing API"
HOMEPAGE="
https://github.com/uber-common/opentracing-python-instrumentation
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
dev-python/future[${PYTHON_USEDEP}]
dev-python/wrapt[${PYTHON_USEDEP}]
>=www-servers/tornado-4.1[${PYTHON_USEDEP}]
>=dev-python/opentracing-2[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
DEPEND="
${RDEPEND}
test? (
dev-python/boto3[${PYTHON_USEDEP}]
dev-python/botocore[${PYTHON_USEDEP}]
dev-python/celery[${PYTHON_USEDEP}]
dev-python/doubles[${PYTHON_USEDEP}]
dev-python/moto[${PYTHON_USEDEP}]
dev-python/psycopg:2[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-1.3.7[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
dev-python/pytest-tornado[${PYTHON_USEDEP}]
>=dev-python/basictracer-3[${PYTHON_USEDEP}]
dev-python/redis-py[${PYTHON_USEDEP}]
dev-python/testfixtures[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest