From b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b Mon Sep 17 00:00:00 2001 From: Denis Reva Date: Sun, 10 Nov 2024 20:40:27 +0500 Subject: [PATCH] dev-python/gbinder: add support for python3.13 Signed-off-by: Denis Reva --- .../{gbinder-1.1.2-r1.ebuild => gbinder-1.1.2-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-python/gbinder/{gbinder-1.1.2-r1.ebuild => gbinder-1.1.2-r2.ebuild} (90%) 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 448486cbcd..f63c84d968 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"