File: control

package info (click to toggle)
chaussette 1.3.0%2Bgit20170419%2B82ac44a-0.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 372 kB
  • sloc: python: 1,167; makefile: 153
file content (54 lines) | stat: -rw-r--r-- 1,427 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
Source: chaussette
Maintainer: David Douard <david.douard@logilab.fr>
Section: web
Priority: optional
Homepage: https://chaussette.readthedocs.org
Vcs-Git: git://github.com/circus-tent/chaussette.git -b debian
Vcs-Browser: https://github.com/circus-tent/chaussette
Build-Depends: 
  python3-setuptools (>= 0.6b3), 
  python3-all (>= 2.6.6-3), 
  python3-six (>= 1.3),
  python3-paste,
  python3-pastedeploy,
  python3-nose,
  python3-ws4py,
  python3-waitress,
  python3-tornado,
  python3-requests,
  python3-minimock,
  python3-greenlet,
  python3-eventlet,
  python3-unittest2,
  python3-sphinx,
  dh-python,
  debhelper (>= 9),
Standards-Version: 3.9.6
X-Python-Version: >= 2.7

Package: chaussette
Architecture: all
Depends: 
  python3-six (>= 1.3),
  python3-paste,
  python3-pastedeploy,
  ${misc:Depends}, 
  ${python3:Depends},
Suggests:
  python3-nose,
  python3-ws4py,
  python3-waitress,
  python3-tornado,
  python3-requests,
  python3-minimock,
  python3-greenlet,
  python3-eventlet,
  python3-werkzeug,
Description: WSGI Server for Circus
 Chaussette is a WSGI server you can use to run your Python WSGI applications.
 .
 The particularity of Chaussette is that it can either bind a socket on a port 
 like any other server does or run against already opened sockets.
 .
 That makes Chaussette the best companion to run a WSGI or Django stack under 
 a process and socket manager, such as Circus or Supervisor.