Build of python-sdnotify for sdwdate
https://lainos.net
- Shell 88%
- Standard ML 12%
| LICENSE | ||
| PKGBUILD | ||
| python-sdnotify-0.3.2-1-any.pkg.tar.zst | ||
| python-sdnotify-0.3.2-1-any.pkg.tar.zst.sig | ||
| README.md | ||
| sdnotify-0.3.2.tar.gz | ||
python-sdnotify
Arch Linux package for sdnotify, a
small, pure-Python implementation of the systemd sd_notify protocol.
Not available in Arch's official repositories or a maintained AUR package at time of packaging, so it's built here directly from the upstream PyPI source tarball.
Why this exists
A dependency of sdwdate,
which uses it to send READY=1, STATUS=..., and WATCHDOG=1 notifications
during its startup and shutdown sequence. On LainOS Layer 02, these
notifications are absorbed and logged by lainos-notifyd
(part of protocol7-core), the same daemon that handles this protocol
system-wide.
Package details
- Version: 0.3.2
- License: MIT
- Upstream: https://github.com/bb4242/sdnotify
Build
makepkg -si
Builds a wheel via python -m build and installs it with python-installer,
following the standard Arch pattern for PyPI-sourced packages rather than
a raw pip install.