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 A7ADE15817D for ; Wed, 12 Jun 2024 16:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2AD3E2B9E; Wed, 12 Jun 2024 16:33:28 +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 D57E3E2B9E for ; Wed, 12 Jun 2024 16:33:28 +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 EBA0D33BEBE for ; Wed, 12 Jun 2024 16:33:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53E261CA1 for ; Wed, 12 Jun 2024 16:33:25 +0000 (UTC) From: "Yuhang Zeng" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuhang Zeng" Message-ID: <1718209990.fe47557fbada13a64eacab72846fd49a0530959f.unlsycn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: unlsycn X-VCS-Committer-Name: Yuhang Zeng X-VCS-Revision: fe47557fbada13a64eacab72846fd49a0530959f X-VCS-Branch: dev Date: Wed, 12 Jun 2024 16:33:25 +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: 5902037b-30d8-4187-9f6c-83c44ca44dcb X-Archives-Hash: 3c49865a1a24ff40ca52d7cf8bfa790a commit: fe47557fbada13a64eacab72846fd49a0530959f Author: Yuhang Zeng unlsycn com> AuthorDate: Wed Jun 12 16:29:47 2024 +0000 Commit: Yuhang Zeng unlsycn com> 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"