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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
Source: qtile
Maintainer: Daniel Echeverri <epsilon@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
gir1.2-gtk-3.0,
libpython3-all-dev,
librsvg2-dev,
python3-gi,
python3-all,
python3-cairocffi (>= 0.7.2-2.1),
python3-cffi (>= 1.3.0),
python3-dbus-fast,
python3-dbus-next,
python3-numpydoc,
python3-psutil,
python3-pytest,
python3-pytest-cov,
python3-pytest-xvfb,
python3-pywayland,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-xcffib (>= 0.5.0),
pybuild-plugin-pyproject,
x11-apps,
x11-xserver-utils,
xserver-xephyr,
xterm,
xvfb,
xauth
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/qtile
Vcs-Git: https://salsa.debian.org/debian/qtile.git
Homepage: http://qtile.org
Package: python3-qtile
Architecture: all
Depends: python3-cairo,
python3-gi,
python3-cairocffi (>= 0.7),
python3-xcffib (>= 0.4.0),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-dbus, python3-keyring, python3-xdg, lm-sensors, python3-libcst
Provides: ${python3:Provides}
Description: This package is a library for developing X window managers (Python 3)
Qtile is:
* simple, small and extensible. It's easy to write your own layouts,
widgets and built-in commands.
* configured entirely in Python.
* command-line shell that allows all aspects of Qtile to be manipulated and
inspected.
* complete remote scriptability - write scripts to set up workspaces,
manipulate windows, update status bar widgets and more.
* unit tested. Qtile's scriptability has made thorough unit testing
possible, making it one of the best-tested window managers around.
.
This package installs the library for Python 3.
Package: qtile
Architecture: all
Section: x11
Depends: python3-qtile,
python3-setproctitle,
xinit,
${misc:Depends},
${python3:Depends}
Provides: x-window-manager
Description: Small, simple, extensible X11 window manager written in Python
Qtile is:
* simple, small and extensible. It's easy to write your own layouts,
widgets and built-in commands.
* configured entirely in Python.
* command-line shell that allows all aspects of Qtile to be manipulated and
inspected.
* complete remote scriptability - write scripts to set up workspaces,
manipulate windows, update status bar widgets and more.
* unit tested. Qtile's scriptability has made thorough unit testing
possible, making it one of the best-tested window managers around.
|