Source: qtile
Maintainer: Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-cffi (>= 1.3.0),
               python3-xcffib (>= 0.5.0),
               python3-cairocffi (>= 0.7.2-2.1),
               libglib2.0-0,
               libpango1.0-0,
               libpangocairo-1.0-0,
               xvfb,
               xserver-xephyr,
               python3-pytest,
               python3-pytest-cov,
               xterm,
               x11-apps,
               x11-xserver-utils,
               lm-sensors
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/qtile.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/qtile.git
Homepage: http://qtile.org

Package: python3-qtile
Architecture: any
Depends: python3-xcffib (>= 0.4.0),
         python3-cairocffi (>= 0.7),
         libglib2.0-0,
         libpango1.0-0,
         libpangocairo-1.0-0,
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-dbus,
            python3-keyring,
            python3-xdg
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: xinit,
         python3-setproctitle,
         python3-qtile,
         ${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.
