File: control

package info (click to toggle)
python-networkmanager 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: python: 1,713; makefile: 116
file content (49 lines) | stat: -rw-r--r-- 2,072 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
Source: python-networkmanager
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: python
Priority: optional
Build-Depends: dh-python,
               python-all (>= 2.6.6-3),
               python-setuptools,
               python3-all,
               python3-setuptools,
               debhelper (>= 10),
               python3-sphinx (>= 1.0),
               python3-sphinx-rtd-theme,
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/python-networkmanager/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-networkmanager.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-networkmanager

Package: python-networkmanager
Architecture: all
Depends: network-manager (>= 0.9.0~),
         ${misc:Depends},
         ${python:Depends}
Description: Python 2 interface to the NetworkManager D-Bus interface
 python-networkmanager wraps NetworkManager's D-Bus interface so you can be
 less verbose when talking to NetworkManager from Python. All interfaces have
 been wrapped in classes, properties are exposed as Python properties and
 function calls are forwarded to the correct interface.
 .
 See docs/index.rst for the documentation. An HTML version can be found on
 http://packages.python.org/python-networkmanager/
 .
 This package provides the Python 2.7 module.

Package: python3-networkmanager
Architecture: all
Depends: network-manager (>= 0.9.0~),
         ${misc:Depends},
         ${python3:Depends}
Description: Python 3 interface to the NetworkManager D-Bus interface
 python-networkmanager wraps NetworkManager's D-Bus interface so you can be
 less verbose when talking to NetworkManager from Python. All interfaces have
 been wrapped in classes, properties are exposed as Python properties and
 function calls are forwarded to the correct interface.
 .
 See docs/index.rst for the documentation. An HTML version can be found on
 http://packages.python.org/python-networkmanager/
 .
 This package provides the Python 3.x module.