# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

DESCRIPTION="A pure-Python tiling window manager"
HOMEPAGE="http://www.qtile.org"
SRC_URI="${HOMEPAGE}/download/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND="dev-python/python-xlib"
RDEPEND=""