# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools inherit desktop gnome2-utils distutils-r1 DESCRIPTION="Visual novel engine written in python" HOMEPAGE="https://www.renpy.org" SRC_URI="https://www.renpy.org/dl/${PV}/${P}-source.tar.bz2" S="${WORKDIR}/${P}-source" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="development doc examples" REQUIRED_USE="examples? ( development )" BDEPEND=" $(python_gen_cond_dep '