commit:     15e537235b84c45b0102b8399922ae32163b8ada
Author:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  2 11:04:36 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Jan  2 11:05:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e53723

dev-python/pydbus: enable py3.13, pypy3

Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-python/pydbus/pydbus-0.6.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pydbus/pydbus-0.6.0-r1.ebuild 
b/dev-python/pydbus/pydbus-0.6.0-r1.ebuild
index b43be7f15cd6..9eedb09b37d0 100644
--- a/dev-python/pydbus/pydbus-0.6.0-r1.ebuild
+++ b/dev-python/pydbus/pydbus-0.6.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
@@ -12,8 +12,8 @@ HOMEPAGE="https://github.com/LEW21/pydbus";
 SRC_URI="https://github.com/LEW21/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="amd64 arm64"
 SLOT="0"
+KEYWORDS="amd64 arm64"
 
 RDEPEND="
        dev-python/pygobject:3[${PYTHON_USEDEP}]

Reply via email to