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
|
Source: python-ewmh
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Reuben Thomas <rrt@sc3d.org>, Andrej Shadura <andrewsh@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
python3-sphinx,
python3-xlib
Standards-Version: 3.9.8
Homepage: https://github.com/parkouss/pyewmh/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ewmh.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ewmh
Package: python3-ewmh
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-ewmh-doc
Description: Python interface to EWMH-compliant window managers (Python 3)
python-ewmh is a 100% pure Python implementation of the EWMH (Extended
Window Manager Hints) protocol, which can be used to query and control
EWMH-compliant window managers.
.
This package installs the library for Python 3.
Package: python-ewmh-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Python interface to EWMH-compliant window managers (common documentation)
python-ewmh is a 100% pure Python implementation of the EWMH (Extended
Window Manager Hints) protocol, which can be used to query and control
EWMH-compliant window managers.
.
This is the common documentation package.
|