From e123e951c0e1712a4191c7ae654d8938bf3fb2c5 Mon Sep 17 00:00:00 2001 From: Devrin Talen Date: Fri, 13 Sep 2024 15:17:50 -0400 Subject: [PATCH] dev-python/xpybutil: disable py3.8, py3.9 Also added PYTHON_USEDEP to RDEPEND. Signed-off-by: Devrin Talen --- dev-python/xpybutil/xpybutil-0.0.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/xpybutil/xpybutil-0.0.6.ebuild b/dev-python/xpybutil/xpybutil-0.0.6.ebuild index bbc6e48b2f..75aae20df8 100644 --- a/dev-python/xpybutil/xpybutil-0.0.6.ebuild +++ b/dev-python/xpybutil/xpybutil-0.0.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..13} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 DESCRIPTION="Abstraction layer for xpyb" @@ -16,6 +16,8 @@ LICENSE="WTFPL" SLOT="0" KEYWORDS="~amd64" +RDEPEND=">=dev-python/xcffib-1.5.0[${PYTHON_USEDEP}]" + python_prepare_all() { sed -i -e "s:share/doc/xpybutil:share/doc/xpybutil-${PV}:" setup.py || die distutils-r1_python_prepare_all