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 2378D158046 for ; Wed, 9 Oct 2024 15:39:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD99E2A3B; Wed, 9 Oct 2024 15:39:05 +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 C0630E2A3B for ; Wed, 9 Oct 2024 15:39:05 +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 D9945343194 for ; Wed, 9 Oct 2024 15:39:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4981227B for ; Wed, 9 Oct 2024 15:39:01 +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: <1728448303.9cd1a47eec4d2f6573682e5d28b67b1ae01b9f85.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-electronics/slang/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/slang/slang-9999.ebuild X-VCS-Directories: sci-electronics/slang/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 9cd1a47eec4d2f6573682e5d28b67b1ae01b9f85 X-VCS-Branch: master Date: Wed, 9 Oct 2024 15:39:01 +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: 63d4cd1e-19d7-43e9-a50b-36e02b239880 X-Archives-Hash: 6a804f92fb489d5134c938652247e701 commit: 9cd1a47eec4d2f6573682e5d28b67b1ae01b9f85 Author: Huang Rui gmail com> AuthorDate: Wed Oct 9 04:31:43 2024 +0000 Commit: David Roman gmail com> CommitDate: Wed Oct 9 04:31:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9cd1a47e sci-electronics/slang: enable py3.13 Signed-off-by: Huang Rui gmail.com> sci-electronics/slang/slang-9999.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/sci-electronics/slang/slang-9999.ebuild b/sci-electronics/slang/slang-9999.ebuild index a040c292e..19bb11845 100644 --- a/sci-electronics/slang/slang-9999.ebuild +++ b/sci-electronics/slang/slang-9999.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake python-single-r1 DESCRIPTION="SystemVerilog compiler and language services" @@ -39,6 +39,15 @@ BDEPEND=" test? ( >=dev-cpp/catch-3.0.1 ) " +src_prepare() { + default + # In order to compile smoothly, the minimum version of fmt must be lowered. + sed -i \ + -e 's/set(fmt_min_version.*)/set(fmt_min_version "9.0")/' \ + "${S}/external/CMakeLists.txt" || die + cmake_src_prepare +} + src_configure() { python_setup local mycmakeargs=(