Source: python-aiohttp
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tianon Gravi <admwiggin@gmail.com>,
           Paul Tagliamonte <paultag@debian.org>,
           Piotr Ożarowski <piotr@debian.org>,
           William Grzybowski <william@grzy.org>,
           Edward Betts <edward@4angle.com>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3-all-dev,
               python3-setuptools,
               python3-sphinx,
               python3-multidict <!nocheck>,
               python3-async-timeout <!nocheck>,
               python3-yarl (>= 1.18.3) <!nocheck>,
               cython3 <!nocheck>,
               python3-aiosignal <!nocheck>,
               python3-aiodns (>= 3.2.0) <!nocheck>,
               python3-attr <!nocheck>,
               python3-frozenlist <!nocheck>,
               python3-aiohappyeyeballs <!nocheck>,
# for tests:
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-mock <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-chardet <!nocheck>,
               python3-charset-normalizer <!nocheck>,
               python3-gunicorn <!nocheck>,
# for documentation:
               python-pytest-doc <!nocheck>,
               python-yarl-doc,
               python3-alabaster,
               python3-doc,
               python3-sphinxcontrib.blockdiag
Standards-Version: 4.7.2
Homepage: https://aiohttp.readthedocs.org
Vcs-Git: https://salsa.debian.org/python-team/packages/python-aiohttp.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-aiohttp
Testsuite: autopkgtest-pkg-pybuild

Package: python3-aiohttp
Architecture: any
Depends: python3-yarl, python3-async-timeout (>= 4.0.1), ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}, ${sphinxdoc:Depends}
Recommends: libjs-jquery, python3-aiodns
Description: http client/server for asyncio
 HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
 .
 Features:
  * supports both client and server side of HTTP protocol,
  * supports both client and server Web-Sockets out-of-the-box,
  * web-server has middlewares and pluggable routing.

Package: python-aiohttp-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: documentation of python3-aiohttp
 HTTP Client for asyncio (PEP 3156 - Asynchronous I/O Support).
 .
 Features:
  * supports both client and server side of HTTP protocol,
  * supports both client and server Web-Sockets out-of-the-box,
  * web-server has middlewares and pluggable routing.
 .
 This package provides HTML documentation for aiohttp.
