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 1FB65158020 for ; Fri, 28 Oct 2022 17:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C0BE0825; Fri, 28 Oct 2022 17:51:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6B977E0809 for ; Fri, 28 Oct 2022 17:51:16 +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/6] scons-utils.eclass: EAPI 8 support and cleanup Date: Fri, 28 Oct 2022 19:51:05 +0200 Message-Id: <20221028175111.5064-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: 211d20fe-40fa-426b-a65c-11a6bfd4b8b4 X-Archives-Hash: 023150239e4d2c30ab050148aa21bb75 Hi, Here's a patchset that removes support for all old EAPIs from scons-utils.eclass and adds support for EAPI 8. While at it, I'm updating docs and removing custom MAKEOPTS parser in favor of makeopts_jobs. Note that this currently breaks one last rited package (that still uses EAPI 6), so it won't be merged before that one goes. Michał Górny (6): scons-utils.eclass: Remove support for EAPI 0..6 scons-utils.eclass: Use python_has_version scons-utils.eclass: Enable EAPI 8 support scons-utils.eclass: Update documentation scons-utils.eclass: Default SCONS_MIN_VERSION to current stable scons-utils.eclass: Reuse makeopts_jobs eclass/scons-utils.eclass | 246 +++++------------------------------- eclass/tests/scons-utils.sh | 64 ---------- 2 files changed, 29 insertions(+), 281 deletions(-) delete mode 100755 eclass/tests/scons-utils.sh -- 2.38.1