commit: f33cdd02f70560bf2f6d45e751dd7799048ef65d Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sat Apr 12 17:29:26 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sat Apr 12 17:40:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33cdd02
media-gfx/gnome-photos: support newer python versions, update HOMEPAGE But also restrict tests for now as they broke with recent gegl versions, gegl upstream didn't reply yet and gnome-photos upstream is dead. Closes: https://bugs.gentoo.org/952153 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-gfx/gnome-photos/gnome-photos-44.0.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild index 11827b30925a..cc8edecfea97 100644 --- a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild @@ -1,19 +1,22 @@ -# 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_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg DESCRIPTION="Access, organize and share your photos on GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Photos" +HOMEPAGE="https://gitlab.gnome.org/Archive/gnome-photos" LICENSE="GPL-3+ LGPL-2+ CC0-1.0" SLOT="0" KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="test upnp-av" -RESTRICT="!test? ( test )" +#RESTRICT="!test? ( test )" +# https://gitlab.gnome.org/GNOME/gegl/-/issues/335 +# https://gitlab.gnome.org/Archive/gnome-photos/-/issues/214 +RESTRICT="test" DEPEND=" media-libs/babl
