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
|
Source: python-gevent
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 11), dh-python, python-all-dev,
libevent-dev (>= 1.4), python-greenlet (>= 0.4.15) | python-codespeak-lib (<< 1.0),
python-sphinx (>= 1.0.7+dfsg), python-all-dbg,
python-greenlet-dbg, python3-greenlet-dbg,
python-setuptools, python3-setuptools,
python-cffi, python-cffi-backend-dbg,
python3-cffi, python3-cffi-backend-dbg,
python3-all-dev, python3-all-dbg, python3-greenlet (>= 0.4.15),
python3-sphinx, python3-repoze.sphinx.autointerface,
cython, cython-dbg, cython3,
libev-dev, libc-ares-dev
Standards-Version: 4.2.1
Section: python
Homepage: http://www.gevent.org/
#X-Python-Version: >= 2.7
#X-Python3-Version: >= 3.4
Package: python-gevent-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, python-gevent (= ${binary:Version}), ${shlibs:Depends}, ${python:Depends},
python-greenlet-dbg
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: gevent is a coroutine-based Python networking library - debugging symbols
gevent uses greenlet to provide a high-level synchronous API on top of
libevent event loop.
.
This is the debugging symbols for gevent.
Package: python-gevent-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-jquery
Description: gevent is a coroutine-based Python networking library - documentation
gevent uses greenlet to provide a high-level synchronous API on top of
libevent event loop.
.
This is the documentation for gevent.
Package: python-gevent
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-greenlet (>= 0.3.2) | python-codespeak-lib (<< 1.0)
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Suggests: python-gevent-doc, python-gevent-dbg, python-openssl
Description: gevent is a coroutine-based Python networking library
gevent uses greenlet to provide a high-level synchronous API on top of
libevent event loop.
Package: python3-gevent
Section: python
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-greenlet
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Suggests: python-gevent-doc, python3-gevent-dbg, python3-openssl
Description: gevent is a coroutine-based Python networking library
gevent uses greenlet to provide a high-level synchronous API on top of
libevent event loop.
Package: python3-gevent-dbg
Section: debug
Architecture: any
Depends: ${misc:Depends}, python3-gevent (= ${binary:Version}), ${shlibs:Depends}, ${python3:Depends},
python3-greenlet-dbg
Provides: ${python3:Provides}
XB-Python-Version: ${python3:Versions}
Description: gevent is a coroutine-based Python networking library - debugging symbols
gevent uses greenlet to provide a high-level synchronous API on top of
libevent event loop.
.
This is the debugging symbols for gevent.
|