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
|
Source: python-sdbus
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Luca Boccassi <bluca@debian.org>,
Build-Depends:
dbus-daemon <!nocheck>,
debhelper-compat (= 13),
dh-sequence-python3,
libsystemd-dev,
pkgconf,
python3-all,
python3-all-dev,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/python-sdbus/python-sdbus
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sdbus
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sdbus.git
Package: python3-sdbus
Architecture: linux-any
Multi-Arch: foreign
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: modern Python D-Bus library
Python-sdbus is the Python D-Bus library that aim to use the modern features of
Python. It is based on libsystemd's sd-bus.
.
This package installs the library for Python 3.
|