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 B02FC158020 for ; Thu, 8 Dec 2022 18:53:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 231EFE0837; Thu, 8 Dec 2022 18:53:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D52BBE0827 for ; Thu, 8 Dec 2022 18:53:53 +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/5] distutils-r1 & python-utils-r1: cleanup old stuff Date: Thu, 8 Dec 2022 19:53:43 +0100 Message-Id: <20221208185348.3599822-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: 488581cf-5be0-4d25-8bb4-4efe42c56d5c X-Archives-Hash: 4bee0dbb48885e4011b6900ec41d3bf9 Hi, Here's a short series of patches to clean some obsolete stuff: a. support for meson-python < 0.11.0 (that did not provide the ability to pass meson options) b. support for EAPI 6 in distutils-r1 (no longer used in ::gentoo) c. conditional support for python2_7 in python-any-r1 (likewise) d. unused code related to support for old Python versions While at it, I've also noticed that we're applying wrong (python3.8 era) python_optimize logic to PyPy3.9. -- Best regards, Michał Górny Michał Górny (5): distutils-r1.eclass: Require meson-python >= 0.11.0 distutils-r1.eclass: Remove EAPI 6 support python-any-r1.eclass: Stop allowing python2_7 python-utils-r1.eclass: Clean up post disabling python2_7 compat python-utils-r1.eclass: Update python_optimize for PyPy3.9 eclass/distutils-r1.eclass | 85 +++++++++++++---------------------- eclass/python-any-r1.eclass | 1 - eclass/python-utils-r1.eclass | 68 +++++++++------------------- 3 files changed, 51 insertions(+), 103 deletions(-) -- 2.38.1