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 B70E315808B for ; Fri, 6 Sep 2024 08:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD1E2BC025; Fri, 6 Sep 2024 08:52:15 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7D7C2BC025 for ; Fri, 6 Sep 2024 08:52:15 +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 12C50343019 for ; Fri, 6 Sep 2024 08:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 530A31F42 for ; Fri, 6 Sep 2024 08:52:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1725533125.3bb22cb1eb30bf1d26fe5ab768b0631d75291ae1.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/idf-component-manager/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild X-VCS-Directories: dev-embedded/idf-component-manager/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 3bb22cb1eb30bf1d26fe5ab768b0631d75291ae1 X-VCS-Branch: master Date: Fri, 6 Sep 2024 08:52:13 +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: d1d838c0-79aa-473a-8af1-62abf94ee808 X-Archives-Hash: 608bec7fb6f3159482b41e57c1a06ca8 Message-ID: <20240906085213.iAW2AgkJPeVn-i7skbyF3ctTq44J4a9OtJuEA-ITsZU@z> commit: 3bb22cb1eb30bf1d26fe5ab768b0631d75291ae1 Author: David Roman gmail com> AuthorDate: Thu Sep 5 10:45:25 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 5 10:45:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bb22cb1 dev-embedded/idf-component-manager: disable py3.13 Signed-off-by: David Roman gmail.com> dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild b/dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild index a1717e8e9..e96247a63 100644 --- a/dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild +++ b/dev-embedded/idf-component-manager/idf-component-manager-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1