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 84D37158041 for ; Tue, 5 Mar 2024 17:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ADAFE29C4; Tue, 5 Mar 2024 17:18:18 +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 17DD7E29BE for ; Tue, 5 Mar 2024 17:18:18 +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 v2 0/7] distutils-r1.eclass + python-utils-r1.eclass + meson.eclass: combined patches Date: Tue, 5 Mar 2024 18:16:29 +0100 Message-ID: <20240305171812.125985-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.44.0 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: 585c7f8d-5310-4477-baea-251a23e3c529 X-Archives-Hash: fa7436d70d5606480e27ff10431b3304 Hi, The same set as previously + extra patches from Eli, James and Sam. Eli Schwartz (1): distutils-r1.eclass: wire up meson-python to meson.eclass James Le Cuirot (1): python-utils-r1.eclass: Fix python_doheader install location with ROOT Michał Górny (4): distutils-r1.eclass: Remove -Werror... hack (now in cython) distutils-r1.eclass: Limit DISTUTILS_EXT logic to compile & test distutils-r1.eclass: Move filter-lto into DISTUTILS_EXT block distutils-r1.eclass: Make vars local before calling filter-lto Sam James (1): meson.eclass: move python_export_utf8_locale to meson_src_configure eclass/distutils-r1.eclass | 45 +++++++++++++++++++++++++---------- eclass/meson.eclass | 6 ++--- eclass/python-utils-r1.eclass | 2 +- 3 files changed, 36 insertions(+), 17 deletions(-) -- 2.44.0