# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 virtualx DESCRIPTION="A full-featured, hackable tiling window manager written in Python" HOMEPAGE="http://qtile.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/qtile/qtile.git" else inherit pypi KEYWORDS="amd64 ~riscv ~x86" fi LICENSE="MIT" SLOT="0" IUSE="pulseaudio wayland" # See bug #895722 and https://github.com/qtile/qtile/pull/3985 regarding # pywlroots-0.15 dep. # xcffib v1.4.0 breaks its ffi export (https://github.com/qtile/qtile/pull/4289) RDEPEND=" =dev-python/cffi-1.1.0[${PYTHON_USEDEP}] dev-python/dbus-next[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}] >=dev-python/six-1.4.1[${PYTHON_USEDEP}]