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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42B541584AD for ; Thu, 01 May 2025 23:49:46 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2BA33342FEA for ; Thu, 01 May 2025 23:49:46 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2BFE811036B; Thu, 01 May 2025 23:49:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 1DDCA11036B for ; Thu, 01 May 2025 23:49:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0AB3342FEA for ; Thu, 01 May 2025 23:49:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBD3A10D4 for ; Thu, 01 May 2025 23:49:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746143231.3fab79bb03147a4808f18a4fb06db1942bbaf259.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/seahorse/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/seahorse/seahorse-43.0-r4.ebuild app-crypt/seahorse/seahorse-47.0.1.ebuild X-VCS-Directories: app-crypt/seahorse/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3fab79bb03147a4808f18a4fb06db1942bbaf259 X-VCS-Branch: master Date: Thu, 01 May 2025 23:49:42 +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: 3510b8ba-e735-4edd-8221-e4bce0234079 X-Archives-Hash: 5287bb1ed85dbca1d8b2ec50d64d1888 commit: 3fab79bb03147a4808f18a4fb06db1942bbaf259 Author: Sam James gentoo org> AuthorDate: Thu May 1 23:45:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 1 23:47:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fab79bb app-crypt/seahorse: drop python-any-r1 The Meson option to disable the compatibility check for gpg versions was added in f81679038c16a7e85730b3371210d4812cb8600d. When that's enabled, the Python script (which is the only reason we use python-any-r1 here) has its result ignored. So, tidy up and drop useless python-any-r1. Bug: https://bugs.gentoo.org/929293 Signed-off-by: Sam James gentoo.org> app-crypt/seahorse/seahorse-43.0-r4.ebuild | 6 ++---- app-crypt/seahorse/seahorse-47.0.1.ebuild | 4 +--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/app-crypt/seahorse/seahorse-43.0-r4.ebuild b/app-crypt/seahorse/seahorse-43.0-r4.ebuild index 0d7dd00503f2..e29157e92104 100644 --- a/app-crypt/seahorse/seahorse-43.0-r4.ebuild +++ b/app-crypt/seahorse/seahorse-43.0-r4.ebuild @@ -1,9 +1,8 @@ -# 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} ) -inherit gnome.org gnome2-utils meson python-any-r1 vala xdg +inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Manage your passwords and encryption keys" HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse" @@ -35,7 +34,6 @@ DEPEND="${RDEPEND} gui-libs/libhandy:1[vala] " BDEPEND=" - ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets dev-libs/appstream-glib diff --git a/app-crypt/seahorse/seahorse-47.0.1.ebuild b/app-crypt/seahorse/seahorse-47.0.1.ebuild index 234b504bd362..e1f0a2854fa2 100644 --- a/app-crypt/seahorse/seahorse-47.0.1.ebuild +++ b/app-crypt/seahorse/seahorse-47.0.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) -inherit gnome.org gnome2-utils meson python-any-r1 vala xdg +inherit gnome.org gnome2-utils meson vala xdg DESCRIPTION="Manage your passwords and encryption keys" HOMEPAGE="https://gitlab.gnome.org/GNOME/seahorse" @@ -35,7 +34,6 @@ DEPEND="${RDEPEND} gui-libs/libhandy:1[vala] " BDEPEND=" - ${PYTHON_DEPS} app-text/docbook-xml-dtd:4.2 app-text/docbook-xsl-stylesheets dev-libs/appstream-glib