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
|
Source: python-sdnotify
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-all,
python3-all,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Standards-Version: 3.9.8
Homepage: https://github.com/bb4242/sdnotify
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-sdnotify.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-sdnotify.git
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.
Package: python-sdnotify
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Description: Python2 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 2 package.
|