dev-vcs/gitg: update HOMEPAGE, support python 3.13

Closes: https://bugs.gentoo.org/952465
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2025-04-13 19:38:55 +02:00
parent f6b754c3b2
commit df85584b18

View File

@@ -1,13 +1,13 @@
# 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_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit gnome.org gnome2-utils meson python-r1 vala xdg
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gitg"
LICENSE="GPL-2+"
SLOT="0"