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 8CD061580E0 for ; Tue, 03 Jun 2025 20:14:38 +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 781D4342FAB for ; Tue, 03 Jun 2025 20:14:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 712E31103C1; Tue, 03 Jun 2025 20:14:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 627FE1102CD for ; Tue, 03 Jun 2025 20:14:37 +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 1B5D1342FAD for ; Tue, 03 Jun 2025 20:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8262627C2 for ; Tue, 03 Jun 2025 20:14:35 +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: <1748981346.db9af324b97de01368dbf9dc481871b0b62f50a6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/templates-parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/templates-parser/templates-parser-25.0.0-r3.ebuild dev-ada/templates-parser/templates-parser-25.0.0-r4.ebuild X-VCS-Directories: dev-ada/templates-parser/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: db9af324b97de01368dbf9dc481871b0b62f50a6 X-VCS-Branch: master Date: Tue, 03 Jun 2025 20:14:35 +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: ba84fef1-b5d0-43b9-93df-28a205e34a7d X-Archives-Hash: 0d817147020b261d2562b9edb21e038d commit: db9af324b97de01368dbf9dc481871b0b62f50a6 Author: Sam James gentoo org> AuthorDate: Tue Jun 3 20:09:06 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 3 20:09:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db9af324 dev-ada/templates-parser: drop py3.{13,14}t from PYTHON_COMPAT This is annoying for python-any-r1 as it drags it in on people's systems where it's not going to be possible for it to be the sole interpreter anyway. Signed-off-by: Sam James gentoo.org> ...plates-parser-25.0.0-r3.ebuild => templates-parser-25.0.0-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/templates-parser/templates-parser-25.0.0-r3.ebuild b/dev-ada/templates-parser/templates-parser-25.0.0-r4.ebuild similarity index 98% rename from dev-ada/templates-parser/templates-parser-25.0.0-r3.ebuild rename to dev-ada/templates-parser/templates-parser-25.0.0-r4.ebuild index 7e4db1e96efc..cecc616292de 100644 --- a/dev-ada/templates-parser/templates-parser-25.0.0-r3.ebuild +++ b/dev-ada/templates-parser/templates-parser-25.0.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI=8 ADA_COMPAT=( gcc_{12..15} ) -PYTHON_COMPAT=( python3_{10..13} python3_13t ) +PYTHON_COMPAT=( python3_{11..13} ) inherit ada python-any-r1 multiprocessing DESCRIPTION="A template engine"