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
|
Source: pyzmq
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julian Taylor <jtaylor.debian@googlemail.com>, Vincent Bernat <bernat@debian.org>
Build-Depends: cython (>= 0.20-1~),
cython-dbg (>= 0.20-1~),
debhelper (>= 9~),
dh-python (>= 1.20131021-1~),
dpkg-dev (>= 1.16.1~),
libzmq3-dev,
pypy (>= 2.2),
pypy-pytest,
python-all-dbg (>= 2.7.3-1~),
python-all-dev (>= 2.7.3-1~),
python-nose,
python-numpy, python-numpy-dbg,
python-gevent, python-gevent-dbg,
python-cffi, python3-cffi,
python-cffi-backend-dbg, python3-cffi-backend-dbg,
python-setuptools,
python-tornado, python3-tornado,
python-pytest,
python3 (>= 3.3.0-1~),
python3-all-dbg (>= 3.3.0-1~),
python3-all-dev (>= 3.3.0-1~),
python3-pytest
Standards-Version: 3.9.8
X-Python-Version: >= 2.3
X-Python3-Version: >= 3.3
Homepage: http://www.zeromq.org/bindings:python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyzmq.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pyzmq.git
Package: python-zmq
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
Package: python-zmq-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python-zmq (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Recommends: python-dbg
Description: Python bindings for 0MQ library - debugging files
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-zmq
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the Python3 interpreter.
Package: python3-zmq-dbg
Section: debug
Priority: extra
Architecture: any
Depends: python3-zmq (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python-dbg
Description: Python3 bindings for 0MQ library - debugging files
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the Python3 debug interpreter.
Package: pypy-zmq
Architecture: any
Depends: pypy (>= 2.2),
${misc:Depends},
${pypy:Depends},
${shlibs:Depends}
Description: PyPy bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
for applications in most common languages.
.
The 0MQ lightweight messaging kernel is a library which
extends the standard socket interfaces with features
traditionally provided by specialised messaging middleware
products. 0MQ sockets provide an abstraction of asynchronous
message queues, multiple messaging patterns, message
filtering (subscriptions), seamless access to multiple
transport protocols and more.
.
This package contains the extension built for the PyPy interpreter.
|