File: control

package info (click to toggle)
python-daphne 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: python: 2,344; makefile: 28
file content (53 lines) | stat: -rw-r--r-- 1,625 bytes parent folder | download
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
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-python,
 docbook-to-man,
 python3-all,
 python3-asgiref (>= 3.2.10~),
 python3-autobahn (>= 0.18~),
 python3-hypothesis,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools,
 python3-six,
 python3-twisted (>= 18.7~),
Standards-Version: 4.5.1
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
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

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.