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
|
Source: jeepney
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Dmitry Shachnev <mitya57@debian.org>
Build-Depends: dbus,
debhelper-compat (= 13),
dh-python (>= 4.20200804),
flit,
python3-all,
python3-doc,
python3-pytest,
python3-pytest-asyncio,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-testpath,
python3-trio
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://gitlab.com/takluyver/jeepney
Vcs-Git: https://salsa.debian.org/python-team/packages/jeepney.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jeepney
Package: python3-jeepney
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: pure Python D-Bus interface
This is a low-level, pure Python D-Bus protocol client. It has an
I/O-free core, and integration modules for different event loops.
.
DBus is an inter-process communication system, mainly used in Linux.
Package: jeepney-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python3-doc
Description: pure Python D-Bus interface — documentation
Jeepney is a low-level, pure Python D-Bus protocol client. It has an
I/O-free core, and integration modules for different event loops.
.
DBus is an inter-process communication system, mainly used in Linux.
.
This package contains the HTML documentation for Jeepney.
|