commit: 0881f8c3444546b370c51a0a24fdcc64effc49a2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Apr 21 07:35:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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"
