# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 xdg DESCRIPTION="GTK chess client" HOMEPAGE="https://pychess.github.io/" SRC_URI="https://github.com/pychess/pychess/releases/download/${PV}/${P}.tar.gz" S="${WORKDIR}/PyChess-${PV}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gstreamer" RDEPEND=" $(python_gen_cond_dep ' dev-python/pexpect[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pycairo[${PYTHON_USEDEP}] dev-python/pygobject:3[${PYTHON_USEDEP},cairo]