diff options
author | Denis Reva <denis7774@gmail.com> | 2024-11-10 20:40:27 +0500 |
---|---|---|
committer | Denis Reva <denis7774@gmail.com> | 2024-11-10 20:48:29 +0500 |
commit | b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b (patch) | |
tree | 6d04cafbb68fe922be4933ecf6f2e38dce4cc2ad /dev-python | |
parent | dev-libs/libglibutil: drop 1.0.76 (diff) | |
download | guru-b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b.tar.gz guru-b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b.tar.bz2 guru-b96eb82d39ca2f1b4fada2fdda1efe2866b8ce3b.zip |
dev-python/gbinder: add support for python3.13
Signed-off-by: Denis Reva <denis7774@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gbinder/gbinder-1.1.2-r2.ebuild (renamed from dev-python/gbinder/gbinder-1.1.2-r1.ebuild) | 4 |
1 files 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 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" |