File: control

package info (click to toggle)
waitress 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 988 kB
  • sloc: python: 10,771; makefile: 84; sh: 25
file content (55 lines) | stat: -rw-r--r-- 1,891 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
54
55
Source: waitress
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Homepage: https://github.com/Pylons/waitress
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 netbase,
 pybuild-plugin-pyproject,
 python3-all,
 python3-doc,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nocheck>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/python-team/packages/waitress
Vcs-Git: https://salsa.debian.org/python-team/packages/waitress.git
Testsuite: autopkgtest-pkg-python

Package: python-waitress-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: production-quality pure-Python WSGI server (Documentation)
 Waitress is meant to be a production-quality pure-Python WSGI server with
 very acceptable performance. It has no dependencies except ones which live
 in the Python standard library. It runs on CPython on Unix and Windows under
 Python 3.9+. It is also known to run on PyPy 3 (version 3.9 compatible Python
 and above) on UNIX. It supports HTTP/1.0 and HTTP/1.1.
 .
 This package only contains the documentation.

Package: python3-waitress
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Suggests:
 python-waitress-doc
Provides: httpd-wsgi3
Description: production-quality pure-Python WSGI server (Python 3)
 Waitress is meant to be a production-quality pure-Python WSGI server with
 very acceptable performance. It has no dependencies except ones which live
 in the Python standard library. It runs on CPython on Unix and Windows under
 Python 3.9+. It is also known to run on PyPy 3 (version 3.9 compatible Python
 and above) on UNIX. It supports HTTP/1.0 and HTTP/1.1.
 .
 This is the Python 3 version of the package.