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 70B971584AD for ; Mon, 21 Apr 2025 07:44:00 +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 56F263430DD for ; Mon, 21 Apr 2025 07:44:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9C2611104B9; Mon, 21 Apr 2025 07:43:34 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 90BB01104B8 for ; Mon, 21 Apr 2025 07:43: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34EEC343058 for ; Mon, 21 Apr 2025 07:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0A6F22E5 for ; Mon, 21 Apr 2025 07:43:32 +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: <1745221194.0881f8c3444546b370c51a0a24fdcc64effc49a2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/babeltrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/babeltrace/babeltrace-2.0.5.ebuild dev-util/babeltrace/babeltrace-2.0.6.ebuild dev-util/babeltrace/babeltrace-2.1.1.ebuild X-VCS-Directories: dev-util/babeltrace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0881f8c3444546b370c51a0a24fdcc64effc49a2 X-VCS-Branch: master Date: Mon, 21 Apr 2025 07:43: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: f9884ae1-9bf5-4a81-93b0-834a9da7641f X-Archives-Hash: 45df6a61037eda09caf19562d2d72196 commit: 0881f8c3444546b370c51a0a24fdcc64effc49a2 Author: Sam James gentoo org> AuthorDate: Mon Apr 21 07:35:03 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 21 07:39:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0881f8c3 dev-util/babeltrace: disable pypy3 Added in f6f136bbc813ef7a65358e7f5712a3d49395d717 but I don't see much point in keeping it unless someone wants to test and add pypy3_11. Closes: https://bugs.gentoo.org/951041 Signed-off-by: Sam James gentoo.org> dev-util/babeltrace/babeltrace-2.0.5.ebuild | 4 ++-- dev-util/babeltrace/babeltrace-2.0.6.ebuild | 2 +- dev-util/babeltrace/babeltrace-2.1.1.ebuild | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild index 120b6eab481f..85a55b7038e3 100644 --- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.5.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_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="A command-line tool and library to read and convert trace files" diff --git a/dev-util/babeltrace/babeltrace-2.0.6.ebuild b/dev-util/babeltrace/babeltrace-2.0.6.ebuild index f26351663c07..2f489fccdf13 100644 --- a/dev-util/babeltrace/babeltrace-2.0.6.ebuild +++ b/dev-util/babeltrace/babeltrace-2.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 DESCRIPTION="A command-line tool and library to read and convert trace files" diff --git a/dev-util/babeltrace/babeltrace-2.1.1.ebuild b/dev-util/babeltrace/babeltrace-2.1.1.ebuild index 7bada3915218..283be2d83319 100644 --- a/dev-util/babeltrace/babeltrace-2.1.1.ebuild +++ b/dev-util/babeltrace/babeltrace-2.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic libtool python-single-r1 DESCRIPTION="A command-line tool and library to read and convert trace files"