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 CCA321582EF for ; Tue, 18 Feb 2025 22:55:05 +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 B46FC340C3C for ; Tue, 18 Feb 2025 22:55:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A5EF4110470; Tue, 18 Feb 2025 22:55:04 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9B327110470 for ; Tue, 18 Feb 2025 22:55:04 +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 4C38B34027D for ; Tue, 18 Feb 2025 22:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A687F1236 for ; Tue, 18 Feb 2025 22:55:02 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1739919232.f164097c5036a41a2d1528bc8274f14f968a07c1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/tortoisehg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/tortoisehg/tortoisehg-6.9-r1.ebuild dev-vcs/tortoisehg/tortoisehg-6.9.ebuild X-VCS-Directories: dev-vcs/tortoisehg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f164097c5036a41a2d1528bc8274f14f968a07c1 X-VCS-Branch: master Date: Tue, 18 Feb 2025 22:55:02 +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: c5649424-d105-421b-a20c-f3bf188db9e7 X-Archives-Hash: f0dc14f76e4897e1990e578dabb8f58d commit: f164097c5036a41a2d1528bc8274f14f968a07c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 18 22:53:52 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 18 22:53:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f164097c dev-vcs/tortoisehg: Split out py3_13 support into 6.9-r1 So as to not block stabilisation of 6.9-r0. Bug: https://bugs.gentoo.org/948006 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-vcs/tortoisehg/{tortoisehg-6.9.ebuild => tortoisehg-6.9-r1.ebuild} | 0 dev-vcs/tortoisehg/tortoisehg-6.9.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.9-r1.ebuild similarity index 100% copy from dev-vcs/tortoisehg/tortoisehg-6.9.ebuild copy to dev-vcs/tortoisehg/tortoisehg-6.9-r1.ebuild diff --git a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild index bf1ef62aa9ba..7c2ea8b26c7d 100644 --- a/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-6.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit desktop distutils-r1 optfeature xdg-utils