Build of python-sdnotify for sdwdate https://lainos.net
  • Shell 88%
  • Standard ML 12%
Find a file
2026-07-11 09:04:06 -07:00
LICENSE Initial commit 2026-07-11 17:59:53 +02:00
PKGBUILD Add python-sdnotify 2026-07-11 09:04:06 -07:00
python-sdnotify-0.3.2-1-any.pkg.tar.zst Add python-sdnotify 2026-07-11 09:04:06 -07:00
python-sdnotify-0.3.2-1-any.pkg.tar.zst.sig Add python-sdnotify 2026-07-11 09:04:06 -07:00
README.md Add python-sdnotify 2026-07-11 09:04:06 -07:00
sdnotify-0.3.2.tar.gz Add python-sdnotify 2026-07-11 09:04:06 -07:00

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

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.