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 2A112158020 for ; Mon, 12 Dec 2022 06:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D25CE07EF; Mon, 12 Dec 2022 06:19:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5F53AE07E6 for ; Mon, 12 Dec 2022 06:19:27 +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/4] distutils-r1.eclass: cross support + minor updates Date: Mon, 12 Dec 2022 07:19:18 +0100 Message-Id: <20221212061922.46687-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.38.2 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: 3a7f38ea-11b9-4d03-ad82-cc0642755004 X-Archives-Hash: 2e0591bd84153c25a414d600d2cc4c08 Hi, More patches to the last batch: 1. Fix build system package version output to work on cross (via passing `-b` to best_version calls). 2. Add support for gpep517-12+ `--sysroot` option for better cross support. Since this is only needed by some packages, we do not make gpep-517-12+ requirement obligatory at this point and just warn when cross-compiling with an older version. 3. Update minimum versions of dev-lang/python and dev-python/pypy3, as well as clean the tests up after removing dead implementations. Michał Górny (4): distutils-r1.eclass: Pass -b to best_version for buildsys pkgs distutils-r1.eclass: Pass --sysroot to gpep517 when cross-compiling eclass/tests/python-utils-r1.sh: Remove old impls python-utils.eclass: Bump minimal Python versions eclass/distutils-r1.eclass | 21 +++++++++++++++------ eclass/python-utils-r1.eclass | 12 +++++------- eclass/tests/python-utils-r1.sh | 18 +----------------- 3 files changed, 21 insertions(+), 30 deletions(-) -- 2.38.2