From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F42181581A7 for ; Thu, 6 Jun 2024 00:45:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BCA8E2B3E; Thu, 6 Jun 2024 00:45:45 +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 pigeon.gentoo.org (Postfix) with ESMTPS id DFA3DE2B3F for ; Thu, 6 Jun 2024 00:45:44 +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 0378E342FA2 for ; Thu, 6 Jun 2024 00:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40FC21C82 for ; Thu, 6 Jun 2024 00:45:41 +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: <1717634682.3dacf382c5dfa1bdc0aa05a89a511a743e9407a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gcr/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gcr/gcr-3.41.1-r2.ebuild X-VCS-Directories: app-crypt/gcr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3dacf382c5dfa1bdc0aa05a89a511a743e9407a6 X-VCS-Branch: master Date: Thu, 6 Jun 2024 00:45:41 +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: c47c2962-a133-4588-ba54-467f537dbc4c X-Archives-Hash: 48816cc7e57da8e8e07dfa906cf9bbe8 commit: 3dacf382c5dfa1bdc0aa05a89a511a743e9407a6 Author: Eli Schwartz gmail com> AuthorDate: Tue Jun 4 23:55:30 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 6 00:44:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dacf382 app-crypt/gcr: enable py3.13 ... in the slot for gcr 3.x It is only used by the build system, which runs some scripts that will work on any version of the python stdlib. It's kind of pointless to require a specific one but do not argue; python-any-r1 is basically lightweight on the package metadata. It is removed in gcr 4 anyway. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> app-crypt/gcr/gcr-3.41.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gcr/gcr-3.41.1-r2.ebuild b/app-crypt/gcr/gcr-3.41.1-r2.ebuild index 7e4b1ef8de0a..4be077ac83ef 100644 --- a/app-crypt/gcr/gcr-3.41.1-r2.ebuild +++ b/app-crypt/gcr/gcr-3.41.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit gnome.org gnome2-utils meson python-any-r1 vala xdg