File: control

package info (click to toggle)
python-sdnotify 0.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 76 kB
  • sloc: python: 56; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 973 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: python-sdnotify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Orestis Ioannou <orestis@oioannou.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
Standards-Version: 3.9.8
Homepage: https://github.com/bb4242/sdnotify
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sdnotify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sdnotify

Package: python3-sdnotify
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python3 implementation of systemd's service notification protocol
 This is a pure Python implementation of the systemd sd_notify protocol.
 This protocol can be used to inform systemd about service start-up completion,
 watchdog events, and other service status changes.
 .
 Thus, this package can be used to write system services in Python that play
 nicely with systemd.
 .
 This is the Python 3 package.