commit:     e123e951c0e1712a4191c7ae654d8938bf3fb2c5
Author:     Devrin Talen <devrin <AT> fastmail <DOT> com>
AuthorDate: Fri Sep 13 19:17:50 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Sep 13 19:52:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e123e951

dev-python/xpybutil: disable py3.8, py3.9

Also added PYTHON_USEDEP to RDEPEND.

Signed-off-by: Devrin Talen <devrin <AT> fastmail.com>

 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 bbc6e48b2..75aae20df 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

Reply via email to