From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B57361584AD for ; Sat, 12 Apr 2025 17:41:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9CA44343AFB for ; Sat, 12 Apr 2025 17:41:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C5C4C1104C2; Sat, 12 Apr 2025 17:41:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BC2001104C2 for ; Sat, 12 Apr 2025 17:41:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75A2A343B15 for ; Sat, 12 Apr 2025 17:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9632E2816 for ; Sat, 12 Apr 2025 17:41:17 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744479635.f33cdd02f70560bf2f6d45e751dd7799048ef65d.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gnome-photos/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gnome-photos/gnome-photos-44.0.ebuild X-VCS-Directories: media-gfx/gnome-photos/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f33cdd02f70560bf2f6d45e751dd7799048ef65d X-VCS-Branch: master Date: Sat, 12 Apr 2025 17:41:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: faf0fca8-71ae-4d26-afc1-ed4ea000002d X-Archives-Hash: 19861c1c6b79902cd520baed4eef6d83 commit: f33cdd02f70560bf2f6d45e751dd7799048ef65d Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 12 17:29:26 2025 +0000 Commit: Pacho Ramos gentoo 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 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