Source: python-daphne
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 docbook-to-man,
 python3-all,
 python3-asgiref (>= 3.2.10~),
 python3-autobahn,
 python3-django,
 python3-hypothesis,
 python3-pytest,
 python3-pytest-asyncio,
 python3-pytest-runner,
 python3-setuptools,
 python3-twisted,
Standards-Version: 4.6.2
Homepage: https://github.com/django/daphne/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-daphne
Vcs-Git: https://salsa.debian.org/python-team/packages/python-daphne.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: daphne
Architecture: all
Section: httpd
Depends:
 python3-daphne (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Description: Django Channels HTTP/WebSocket server
 Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed
 to power Django Channels.
 .
 It supports automatic negotiation of protocols; there's no need for URL
 prefixing to determine WebSocket endpoints versus HTTP endpoints.

Package: python3-daphne
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Django Channels HTTP/WebSocket server (Python3 version)
 Daphne is a HTTP, HTTP2 and WebSocket protocol server for ASGI, and developed
 to power Django Channels.
 .
 It supports automatic negotiation of protocols; there's no need for URL
 prefixing to determine WebSocket endpoints versus HTTP endpoints.
 .
 This package contains the Python 3 version of the library.
