File: control

package info (click to toggle)
jeepney 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 592 kB
  • sloc: python: 3,036; makefile: 206; xml: 115
file content (47 lines) | stat: -rw-r--r-- 1,736 bytes parent folder | download
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
47
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 (>= 5.20211214),
               flit (>= 3.11),
               pybuild-plugin-pyproject,
               python3-all,
               python3-doc,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio (>= 0.17) <!nocheck>,
               python3-pytest-trio <!nocheck>,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-testpath <!nocheck>,
               python3-trio
Rules-Requires-Root: no
Standards-Version: 4.7.2
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
 Jeepney is a pure Python implementation of D-Bus messaging. It has an
 I/O-free core, and integration modules for different event loops.
 .
 D-Bus 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
Multi-Arch: foreign
Description: pure Python D-Bus interface — documentation
 Jeepney is a pure Python implementation of D-Bus messaging. It has an
 I/O-free core, and integration modules for different event loops.
 .
 D-Bus is an inter-process communication system, mainly used in Linux.
 .
 This package contains the HTML documentation for Jeepney.