From 9d76f642484bbb989e7a41bfc623158b137e9a8d Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Fri, 1 May 2026 07:20:34 +0200 Subject: [PATCH] sci-misc/apertium: porting to python 3.13 Closes: https://bugs.gentoo.org/952692 Signed-off-by: Alfredo Tupone --- .../{apertium-3.8.3-r1.ebuild => apertium-3.8.3-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sci-misc/apertium/{apertium-3.8.3-r1.ebuild => apertium-3.8.3-r2.ebuild} (97%) diff --git a/sci-misc/apertium/apertium-3.8.3-r1.ebuild b/sci-misc/apertium/apertium-3.8.3-r2.ebuild similarity index 97% rename from sci-misc/apertium/apertium-3.8.3-r1.ebuild rename to sci-misc/apertium/apertium-3.8.3-r2.ebuild index 3b90aed7e6ddf..4e774c71152d8 100644 --- a/sci-misc/apertium/apertium-3.8.3-r1.ebuild +++ b/sci-misc/apertium/apertium-3.8.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools python-any-r1 DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"