File: control

package info (click to toggle)
txzmq 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: python: 750; sh: 6; makefile: 4
file content (53 lines) | stat: -rw-r--r-- 1,536 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
Source: txzmq
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Nicolas Dandrimont <olasd@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 11),
 dh-python,
 python-all,
 python3-all,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/txzmq
Vcs-Git: https://salsa.debian.org/python-team/modules/txzmq.git
Homepage: https://github.com/smira/txZMQ
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.4

Package: python-txzmq
Architecture: all
Depends:
 python-twisted-core,
 python-zmq (>= 13),
 python-zope.interface,
 ${misc:Depends},
 ${python:Depends},
Description: ZeroMQ binding for the Twisted framework (Python2 version)
 txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
 (reactor).
 .
 0MQ is a high performance asynchronous brokerless messaging library.
 .
 Twisted is an event-based framework for internet applications.
 .
 This package contains the Python 2 version of the library.

Package: python3-txzmq
Architecture: all
Depends:
 python3-twisted,
 python3-zmq (>= 13),
 python3-zope.interface,
 ${misc:Depends},
 ${python3:Depends},
Description: ZeroMQ binding for the Twisted framework (Python3 version)
 txZMQ allows one to integrate easily 0MQ sockets into Twisted event loop
 (reactor).
 .
 0MQ is a high performance asynchronous brokerless messaging library.
 .
 Twisted is an event-based framework for internet applications.
 .
 This package contains the Python 3 version of the library.