File: control

package info (click to toggle)
pystemd 0.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,000 kB
  • sloc: python: 1,130; sh: 17; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,218 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
Source: pystemd
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Alexandros Afentoulis <alexaf.dpkg@bloom.re>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               libsystemd-dev,
               python3-all-dev,
               python3-mock,
               python3-setuptools,
               python3-six
Standards-Version: 4.4.1
Homepage: https://github.com/facebookincubator/pystemd
Vcs-Browser: https://salsa.debian.org/python-team/modules/pystemd
Vcs-Git: https://salsa.debian.org/python-team/modules/pystemd.git

Package: python3-pystemd
Architecture: linux-any
Depends: dbus, systemd, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: systemd binding for Python
 This library allows you to talk to systemd over D-Bus from Python, without
 actually thinking that you are talking to systemd over D-Bus. This allows you
 to programmatically start/stop/restart/kill and verify services status from
 systemd point of view, avoiding executing `subprocess.Popen(['systemctl', ...`
 and then parsing the output to know the result.