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
|
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-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.
|