1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: python-opentracing
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Fabrice BAUZAC <noon@mykolab.com>,
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (=13),
dh-python,
python3-all,
python3-doc,
python3-docutils,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
texinfo,
Build-Depends-Indep:
python3-gevent,
python3-pytest,
python3-tornado,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-opentracing
Vcs-Git: https://salsa.debian.org/python-team/packages/python-opentracing.git
Homepage: https://github.com/opentracing/opentracing-python
Rules-Requires-Root: no
Package: python3-opentracing
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-opentracing-doc,
Description: opentracing interface for Python
This library is a Python platform API for OpenTracing.
.
It allows Python programs to interact with an OpenTracing server.
.
This package contains the Python3 libraries.
Package: python-opentracing-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Built-Using:
${sphinxdoc:Built-Using},
Description: opentracing interface for Python - documentation
This library is a Python platform API for OpenTracing.
.
It allows Python programs to interact with an OpenTracing server.
.
This package contains the documentation.
|