Source: qtile
Section: python
Priority: optional
Maintainer: Tycho Andersen <tycho@tycho.ws>
Build-Depends: debhelper (>= 9)
    , dh-python
    , python-all
    , python3-all
    , python-all-dev
    , python3-all-dev
    , python-setuptools
    , python3-setuptools
    , python-cffi (>= 1.3.0)
    , python3-cffi (>= 1.3.0)
    , python-trollius
    , python3-trollius
# testing
    , python-xcffib (>= 0.4.0)
    , python3-xcffib (>= 0.4.0)
    , python-cairocffi (>= 0.7)
    , python3-cairocffi (>= 0.7)
    , libglib2.0-0
    , libpango1.0-0
    , libpangocairo-1.0-0
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: http://qtile.org
Vcs-Git: https://github.com/qtile/qtile
Vcs-Browser: https://github.com/qtile/qtile

Package: python-qtile
Architecture: any
Depends: python-cffi (>= 1.3.0)
    , python-xcffib (>= 0.4.0)
    , python-cairocffi (>= 0.7)
    , python-trollius
    , libglib2.0-0
    , libpango1.0-0
    , libpangocairo-1.0-0
    , ${misc:Depends}
    , ${python:Depends}
# extras for widgets
    , python-dbus
    , python-mpd
    , python-keyring
    , python-xdg
Provides: ${python:Provides}
Description: This package is a library for developing X window managers (Python 2)
 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 2.

Package: python3-qtile
Architecture: any
Depends: python-cffi (>= 1.3.0)
    , python-xcffib (>= 0.4.0)
    , python-cairocffi (>= 0.7)
    , libglib2.0-0
    , libpango1.0-0
    , libpangocairo-1.0-0
# only needed for <= 3.3
    , python3-trollius
    , ${misc:Depends}
    , ${python3:Depends}
# extras for widgets
    , 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}
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.
