File: control

package info (click to toggle)
pydbus 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,332 kB
  • ctags: 252
  • sloc: python: 1,023; sh: 29; makefile: 23
file content (68 lines) | stat: -rw-r--r-- 2,257 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: pydbus
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Alberto Caso <alberto.caso@juntaex.es>
Build-Depends: dbus,
               debhelper (>= 10),
               dh-python,
               python-all,
               python-gi,
               python-setuptools,
               python3-all,
               python3-docutils | python-docutils,
               python3-gi,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/LEW21/pydbus
Testsuite: autopkgtest
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pydbus.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pydbus.git/

Package: python-pydbus
Architecture: all
Multi-Arch: foreign
Depends: python-gi, ${misc:Depends}, ${python:Depends}
Suggests: python-pydbus-doc
Description: Pythonic D-Bus library (Python 2)
 pydbus provides a pythonic interface to the D-Bus message
 bus system. pydbus can be used to access remote objects
 and also for object publication.
 .
 It is based on PyGI, the Python GObject Introspection
 bindings, which is the recommended way to use GLib from
 Python.
 .
 This package installs the library for Python 2.

Package: python3-pydbus
Architecture: all
Multi-Arch: foreign
Depends: python3-gi, ${misc:Depends}, ${python3:Depends}
Suggests: python-pydbus-doc
Description: Pythonic D-Bus library (Python 3)
 pydbus provides a pythonic interface to the D-Bus message
 bus system. pydbus can be used to access remote objects
 and also for object publication.
 .
 It is based on PyGI, the Python GObject Introspection
 bindings, which is the recommended way to use GLib from
 Python.
 .
 This package installs the library for Python 3.

Package: python-pydbus-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Pythonic D-Bus library (common documentation)
 pydbus provides a pythonic interface to the D-Bus message
 bus system. pydbus can be used to access remote objects
 and also for object publication.
 .
 It is based on PyGI, the Python GObject Introspection
 bindings, which is the recommended way to use GLib from
 Python.
 .
 This is the common documentation package.