File: control

package info (click to toggle)
python-pyngus 2.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 580 kB
  • sloc: python: 5,436; sh: 25; makefile: 23
file content (45 lines) | stat: -rw-r--r-- 1,281 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
Source: python-pyngus
Section: python
Priority: optional
Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools,
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python-qpid-proton,
 python3-qpid-proton,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-pyngus
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-pyngus.git
Homepage: https://github.com/kgiusti/pyngus

Package: python-pyngus
Architecture: all
Depends:
 python-qpid-proton,
 ${misc:Depends},
 ${python:Depends},
Description: callback API implemented over Proton - Python 2.7
 Pyngus is a messaging framework built on the QPID Proton engine. It provides
 a callback-based API for message passing.
 .
 This package contains the Python 2.7 module.

Package: python3-pyngus
Architecture: all
Depends:
 python3-qpid-proton,
 ${misc:Depends},
 ${python3:Depends},
Description: callback API implemented over Proton - Python 3.x
 Pyngus is a messaging framework built on the QPID Proton engine. It provides
 a callback-based API for message passing.
 .
 This package contains the Python 3.x module.