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 BF692158074 for ; Sun, 22 Jun 2025 12:48:39 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A8F363413F2 for ; Sun, 22 Jun 2025 12:48:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AAA06110522; Sun, 22 Jun 2025 12:48:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9F905110522 for ; Sun, 22 Jun 2025 12:48:38 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 522343413F2 for ; Sun, 22 Jun 2025 12:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E667219A1 for ; Sun, 22 Jun 2025 12:48:36 +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: <1750596487.300c03dce3caa02c670a4f71ab661aa6445beeca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gcovr/gcovr-8.3-r1.ebuild X-VCS-Directories: dev-util/gcovr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 300c03dce3caa02c670a4f71ab661aa6445beeca X-VCS-Branch: master Date: Sun, 22 Jun 2025 12:48:36 +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: bb6f0040-a9ac-49e8-b128-e3c87028225a X-Archives-Hash: 925ebdb54c8171e1597e223e0df3b7f3 commit: 300c03dce3caa02c670a4f71ab661aa6445beeca Author: Sam James gentoo org> AuthorDate: Sun Jun 22 12:48:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 22 12:48:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300c03dc dev-util/gcovr: disable py3.10 Signed-off-by: Sam James gentoo.org> dev-util/gcovr/gcovr-8.3-r1.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-util/gcovr/gcovr-8.3-r1.ebuild b/dev-util/gcovr/gcovr-8.3-r1.ebuild index f51a3549f6c3..1a108470af76 100644 --- a/dev-util/gcovr/gcovr-8.3-r1.ebuild +++ b/dev-util/gcovr/gcovr-8.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit toolchain-funcs distutils-r1 @@ -21,9 +21,6 @@ RDEPEND=" dev-python/lxml[${PYTHON_USEDEP}] dev-python/colorlog[${PYTHON_USEDEP}] >=dev-python/pygments-2.13.0[${PYTHON_USEDEP}] - $(python_gen_cond_dep ' - dev-python/tomli[${PYTHON_USEDEP}] - ' 3.10) " BDEPEND=" dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]