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 455DD159C9B for ; Wed, 31 Jul 2024 09:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E834B2BC01D; Wed, 31 Jul 2024 09:24:26 +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 C84BD2BC01D for ; Wed, 31 Jul 2024 09:24:26 +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 E756734134D for ; Wed, 31 Jul 2024 09:24:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 279D01E8B for ; Wed, 31 Jul 2024 09:24:23 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1722417788.3eaa45a539d2938ef1f795636b1ba462d8433a72.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/apertium/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/apertium/apertium-3.8.3.ebuild X-VCS-Directories: sci-misc/apertium/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 3eaa45a539d2938ef1f795636b1ba462d8433a72 X-VCS-Branch: master Date: Wed, 31 Jul 2024 09:24:23 +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: 8a2703dd-3fc4-4432-9679-10aafe29eb6f X-Archives-Hash: 092867c26dea1ccd97725799454930cb commit: 3eaa45a539d2938ef1f795636b1ba462d8433a72 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 31 08:36:51 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 31 09:23:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eaa45a5 sci-misc/apertium: enable py3.12 Closes: https://bugs.gentoo.org/929799 Signed-off-by: Pacho Ramos gentoo.org> sci-misc/apertium/apertium-3.8.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-misc/apertium/apertium-3.8.3.ebuild b/sci-misc/apertium/apertium-3.8.3.ebuild index 4ae4fbb9009e..32a638707374 100644 --- a/sci-misc/apertium/apertium-3.8.3.ebuild +++ b/sci-misc/apertium/apertium-3.8.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-any-r1 DESCRIPTION="Shallow-transfer machine Translation engine and toolbox"