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
|
Source: python-sniffio
Section: python
Priority: optional
Standards-Version: 4.6.2
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Robie Basak <robie@justgohome.co.uk>,
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib.trio,
python3-trio,
Homepage: https://github.com/python-trio/sniffio
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sniffio
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sniffio.git
Rules-Requires-Root: no
Package: python-sniffio-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: detect which async Python library is in use (Documentation)
Python library that support multiple async packages (like Trio, asyncio,
etc) need to know which is in use. This library provides this information.
.
This package contains the documentation.
Package: python3-sniffio
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: detect which async Python library is in use (Python3 version)
Python library that support multiple async packages (like Trio, asyncio,
etc) need to know which is in use. This library provides this information.
.
This package contains the Python 3 version of the library.
|