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 30965158020 for ; Fri, 25 Nov 2022 17:05:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17F52E092F; Fri, 25 Nov 2022 17:05:14 +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 C4878E08FB for ; Fri, 25 Nov 2022 17:05:13 +0000 (UTC) From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Subject: [gentoo-dev] [PATCH 0/7] distutils-r1.eclass: mesonpy option passing support + periodic cleanup Date: Fri, 25 Nov 2022 18:05:01 +0100 Message-Id: <20221125170508.23064-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.38.1 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-Transfer-Encoding: 8bit X-Archives-Salt: d69e0125-7191-4640-88bc-d41e41034716 X-Archives-Hash: a38866db6c3eaaf50f082b7777a208c8 Hi, The highlight of this patchset is support for passing options that was introduced in >=dev-python/meson-python-0.11.0. For transition, the eclass only uses option passing if 0.11.0 or newer is installed. Ebuilds that need to pass DISTUTILS_ARGS (i.e. scipy) need to explicitly BDEPEND on it. Once this version goes stable, we'll update the minimal version in eclass' BDEPEND and make it unconditional. We're also adding a new get_NINJAOPTS function that returns appropriate options to pass to ninja, separately from eninja helper. Finally, the usual cleanup: bumping minimal versions. I've also noticed that we didn't clean up