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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A7021581EC for ; Fri, 22 Nov 2024 13:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0A80E0827; Fri, 22 Nov 2024 13:45:31 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C8ACE0819 for ; Fri, 22 Nov 2024 13:45:31 +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/8] Next Python eclass batch (incl. PyPy slots and non-urgent changes) Date: Fri, 22 Nov 2024 14:38:39 +0100 Message-ID: <20241122134526.29956-1-mgorny@gentoo.org> X-Mailer: git-send-email 2.47.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: 9f16b1af-00e5-4388-8236-ac0759144e7a X-Archives-Hash: 4babad80f85edb3c096596ce34132f3e Hi, Part of this has been sent as part of the original PyPy slotting proposal, the rest are extra "non-urgent" changes and cleanups. This will be pushed sometime between new pkgcheck release (which is required to avoid tons of false positives) and next PyPy slot/subslot. The primary change is replacing dev-python/pypy3:= compatibility package dep with the new dev-lang/pypy:=[symlink] dep. The idea is that when we get a new slot/subslot, the existing := dep will trigger rebuilds and the packages will therefore be rebuilt with the new dependency. Some time after that, we'll be able to lastrite dev-python/pypy3. Other changes are: - fixing python_gen_any_dep with PYTHON_REQ_USE (the bug doesn't trigger right now) - moving python3_13t earlier in impl list, so that the experimental impl doesn't get used for common phases - updating for newer maturin versions - disabling trove-classifier validation that can cause pointless build failures if users have too old dev-python/trove-classifiers installed Ionen Wolkens (1): distutils-r1.eclass: Update maturin's skip auditwheel option Michał Górny (7): python-any-r1.eclass: Fix python_gen_any_dep w/ PYTHON_REQ_USE python-any-r1.eclass: Remove obsolete variable python-utils-r1.eclass: Depend on dev-lang/pypy directly python-utils-r1.eclass: Move python3_13t before other python* distutils-r1.eclass: Use HATCH_METADATA_CLASSIFIERS_NO_VERIFY distutils-r1.eclass: Also do SETUPTOOLS_RUST_CARGO_PROFILE uncond. distutils-r1.eclass: Disable setuptools trove-classifier validation eclass/distutils-r1.eclass | 15 ++++++++++----- eclass/python-any-r1.eclass | 5 ++--- eclass/python-utils-r1.eclass | 11 +++-------- eclass/tests/python-utils-r1.sh | 4 +++- 4 files changed, 18 insertions(+), 17 deletions(-) -- 2.47.0