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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6765C158083 for ; Tue, 24 Sep 2024 07:43:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BE9E2B7B; Tue, 24 Sep 2024 07:43:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3260E2B78 for ; Tue, 24 Sep 2024 07:43:11 +0000 (UTC) Date: Tue, 24 Sep 2024 09:43:04 +0200 From: Petr =?utf-8?B?VmFuxJtr?= To: gentoo-dev@lists.gentoo.org Cc: =?utf-8?B?TWljaGHFgiBHw7Nybnk=?= Subject: [gentoo-dev] Re: [PATCH] distutils-r1.eclasS: Switch scikit-build-core to build.verbose Message-ID: <20249247434-ZvJtiMfNwrQP9GHD-arkamar@gentoo.org> References: <20240924061402.226561-1-mgorny@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240924061402.226561-1-mgorny@gentoo.org> X-Archives-Salt: f818f328-71d9-4b4b-a0f2-c85463cfe42f X-Archives-Hash: 516a3f59e4414d1168dab2bf25252513 On Tue, Sep 24, 2024 at 08:14:02AM +0200, Michał Górny wrote: > Replace `cmake.verbose` with `build.verbose`, following the change > in scikit-build-core 0.10. LGTM. There is a typo in commit subject, eclasS -> eclass. Petr