commit: b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Nov 10 15:40:27 2024 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Nov 10 15:48:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b96eb82d
dev-python/gbinder: add support for python3.13
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
.../gbinder/{gbinder-1.1.2-r1.ebuild => gbinder-1.1.2-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild
similarity index 90%
rename from dev-python/gbinder/gbinder-1.1.2-r1.ebuild
rename to dev-python/gbinder/gbinder-1.1.2-r2.ebuild
index 448486cbc..f63c84d96 100644
--- a/dev-python/gbinder/gbinder-1.1.2-r1.ebuild
+++ b/dev-python/gbinder/gbinder-1.1.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517="setuptools"
DISTUTILS_EXT=1
@@ -21,7 +21,7 @@ else
EGIT_REPO_URI="https://github.com/erfanoabdi/gbinder-python.git"
fi
-DESCRIPTION="Python bindings for libgbinder"
+DESCRIPTION="Python bindings for dev-libs/gbinder"
HOMEPAGE="https://github.com/erfanoabdi/gbinder-python"
LICENSE="GPL-3"
SLOT="0"