commit: ccefd24afb85e65cf1af94e0b02b5bc1adda43a9 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:24:26 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:24:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccefd24a
dev-libs/folks: update HOMEPAGE, support python 3.13 Closes: https://bugs.gentoo.org/952304 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> dev-libs/folks/folks-0.15.9.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/folks/folks-0.15.9.ebuild b/dev-libs/folks/folks-0.15.9.ebuild index bde141bbe7bc..65b86b3b8b99 100644 --- a/dev-libs/folks/folks-0.15.9.ebuild +++ b/dev-libs/folks/folks-0.15.9.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2024 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-any-r1 vala xdg DESCRIPTION="Library for aggregating people from multiple sources" -HOMEPAGE="https://wiki.gnome.org/Projects/Folks https://gitlab.gnome.org/GNOME/folks" +HOMEPAGE="https://gitlab.gnome.org/GNOME/folks" LICENSE="LGPL-2.1+" SLOT="0/26" # subslot = libfolks soname version
