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 76B5B15817D for ; Wed, 12 Jun 2024 21:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24D4E2A88; Wed, 12 Jun 2024 21:51:57 +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 A4E3CE2A88 for ; Wed, 12 Jun 2024 21:51:56 +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 7D16D33BF60 for ; Wed, 12 Jun 2024 21:51:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 177701CA1 for ; Wed, 12 Jun 2024 21:51:54 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1718209990.fe47557fbada13a64eacab72846fd49a0530959f.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/circt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/circt/circt-1.14.0.ebuild sci-electronics/circt/circt-1.37.0.ebuild X-VCS-Directories: sci-electronics/circt/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: fe47557fbada13a64eacab72846fd49a0530959f X-VCS-Branch: master Date: Wed, 12 Jun 2024 21:51:54 +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: 04ff4899-26d7-417a-a27d-9ad4e578ee8f X-Archives-Hash: 71500a835a78ac26f7abe07280efc50b commit: fe47557fbada13a64eacab72846fd49a0530959f Author: Yuhang Zeng unlsycn com> AuthorDate: Wed Jun 12 16:29:47 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Wed Jun 12 16:33:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe47557f sci-electronics/circt: enable py3.12 and disable py3.10 Signed-off-by: Yuhang Zeng unlsycn.com> sci-electronics/circt/circt-1.14.0.ebuild | 2 +- sci-electronics/circt/circt-1.37.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/circt/circt-1.14.0.ebuild b/sci-electronics/circt/circt-1.14.0.ebuild index 181b5b44f..42854ef96 100644 --- a/sci-electronics/circt/circt-1.14.0.ebuild +++ b/sci-electronics/circt/circt-1.14.0.ebuild @@ -6,7 +6,7 @@ EAPI="8" MY_PV="${PV//./\/}" MY_LLVM_PV="fe0f72d5c55a9b95c5564089e946e8f08112e995" CMAKE_BUILD_TYPE="Release" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit cmake python-r1 DESCRIPTION="The fast free Verilog/SystemVerilog simulator" diff --git a/sci-electronics/circt/circt-1.37.0.ebuild b/sci-electronics/circt/circt-1.37.0.ebuild index ce9f7c46b..0b1a877e5 100644 --- a/sci-electronics/circt/circt-1.37.0.ebuild +++ b/sci-electronics/circt/circt-1.37.0.ebuild @@ -6,7 +6,7 @@ EAPI="8" MY_PV="${PV//./\/}" MY_LLVM_PV="d978730d8e2c10c76867b83bec2f1143d895ee7d" CMAKE_BUILD_TYPE="Release" -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit cmake python-r1 DESCRIPTION="The fast free Verilog/SystemVerilog simulator"