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 E4B4F1584AD for ; Fri, 11 Apr 2025 12:23:35 +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 D02D73437E5 for ; Fri, 11 Apr 2025 12:23:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C67881104B0; Fri, 11 Apr 2025 12:23:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B9F0D1104B0 for ; Fri, 11 Apr 2025 12:23:34 +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 61BDD3437E0 for ; Fri, 11 Apr 2025 12:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 881251BEE for ; Fri, 11 Apr 2025 12:23:32 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1744374160.fe3068e2bc7f686ce21ac4964922e786646afab9.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/gr-fosphor/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r2.ebuild net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild X-VCS-Directories: net-analyzer/gr-fosphor/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: fe3068e2bc7f686ce21ac4964922e786646afab9 X-VCS-Branch: master Date: Fri, 11 Apr 2025 12:23:32 +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: f60a1ce3-5bc6-40ff-8fc8-c0fbe2b4e303 X-Archives-Hash: 57b86a050712ff2d52cd1b5c681ca38b commit: fe3068e2bc7f686ce21ac4964922e786646afab9 Author: Thomas Beierlein gentoo org> AuthorDate: Fri Apr 11 12:22:40 2025 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri Apr 11 12:22:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3068e2 net-analyzer/gr-fosphor: Support Python3.13 Closes: https://bugs.gentoo.org/952567 Signed-off-by: Thomas Beierlein gentoo.org> ...hor-0.0_p20210108-r1.ebuild => gr-fosphor-0.0_p20210108-r2.ebuild} | 4 ++-- net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r2.ebuild similarity index 96% rename from net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild rename to net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r2.ebuild index f96577d17e9e..0e1f175dd83a 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r1.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-0.0_p20210108-r2.ebuild @@ -1,9 +1,9 @@ -# 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..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit cmake python-single-r1 diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index add2ec07ba9e..48ef1f3f534b 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -1,9 +1,9 @@ -# 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..12} ) +PYTHON_COMPAT=( python3_{9..13} ) inherit cmake python-single-r1