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 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170
|
Source: gunicorn
Section: httpd
Priority: optional
Maintainer: Chris Lamb <lamby@debian.org>
Build-Depends:
debhelper (>= 11~),
dh-python,
python (>= 2.6.6-3~),
python3-all,
Build-Depends-Indep:
python-setuptools,
python3-setuptools,
Standards-Version: 4.1.5
Vcs-Git: https://salsa.debian.org/lamby/pkg-gunicorn.git
Vcs-Browser: https://salsa.debian.org/lamby/pkg-gunicorn
Homepage: http://gunicorn.org/
Package: gunicorn
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
python-gunicorn (= ${binary:Version}),
python-pkg-resources,
python-setuptools,
${misc:Depends},
${python:Depends},
Suggests:
gunicorn-examples (= ${binary:Version}),
python-gevent,
python-pastedeploy,
python-setproctitle,
python-tornado,
Provides:
httpd-wsgi,
Description: Event-based HTTP/WSGI server (Python 2 version)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
This is the Python 2 version.
Package: gunicorn-examples
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
Replaces:
gunicorn (<< 19.0-3),
Breaks:
gunicorn (<< 19.0-3),
Recommends:
libjs-jquery,
libjs-jquery-flot,
Description: Event-based HTTP/WSGI server (examples)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
These are the examples.
Package: gunicorn3
Architecture: all
Depends:
python3-gunicorn (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Suggests:
gunicorn-examples (= ${binary:Version}),
python3-pastedeploy,
python3-setproctitle,
python3-tornado,
Description: Event-based HTTP/WSGI server (Python 3 version)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
This is the Python 3 version.
Package: python-gunicorn
Section: python
Architecture: all
Pre-Depends:
${misc:Pre-Depends},
Depends:
python-pkg-resources,
python-setuptools,
${misc:Depends},
${python:Depends},
Breaks:
gunicorn (<< 19.0-3),
Replaces:
gunicorn (<< 19.0-3),
Description: Event-based HTTP/WSGI server (Python 2 libraries)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
This is the Python 2 library.
Package: python3-gunicorn
Section: python
Architecture: all
Depends:
python3-pkg-resources,
python3-setuptools,
${misc:Depends},
${python3:Depends},
Description: Event-based HTTP/WSGI server (Python 3 libraries)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
.
This is the Python 3 library.
|