File: control

package info (click to toggle)
panoramisk 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 516 kB
  • ctags: 238
  • sloc: python: 1,171; makefile: 135
file content (56 lines) | stat: -rw-r--r-- 1,691 bytes parent folder | download | duplicates (2)
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
Source: panoramisk
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Orestis Ioannou <orestis@oioannou.com>,
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-sphinx,
 python3-all,
 python3-pytest,
 python3-setuptools,
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Homepage: http://panoramisk.readthedocs.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/panoramisk.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/panoramisk.git

Package: panoramisk
Architecture: all
Depends:
 python3-panoramisk,
 ${misc:Depends},
 ${python3:Depends},
Section: comm
Description: asyncio based library to play with asterisk (Python 3 binary)
 Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
 manager.
 It uses the TCP manager server to listen to events and send actions.
 .
 This is the command line package.

Package: python3-panoramisk
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: asyncio based library to play with asterisk (Python 3 library)
 Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
 manager.
 It uses the TCP manager server to listen to events and send actions.
 .
 This is the Python 3 library package.

Package: python-panoramisk-doc
Architecture: all
Depends:
 ${misc:Depends},
Section: doc
Description: asyncio based library to play with asterisk (doc)
 Panoramisk is a library based on python’s AsyncIO to play with Asterisk’s
 manager.
 It uses the TCP manager server to listen to events and send actions.
 .
 This package contains the HTML documentation.