Source: sphinxcontrib-asyncio
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Diane Trout <diane@ghic.org>, Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
 python3-sphinx (>= 3.0),
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-asyncio.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-asyncio
Homepage: https://github.com/aio-libs/sphinxcontrib-asyncio

Package: python3-sphinxcontrib-asyncio
Architecture: all
Depends:
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
 ${sphinxdoc:Depends},
Description: sphinx extension to support coroutines in markup
 Sphinx extension for adding asyncio-specific markups
 such as cofunction or async-for
 .
 This contains the Python 3 version.
