From 72e61757ad18b354c7e086543f02375857946e03 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jul 2026 03:04:47 -0500 Subject: Adding metadata --- dev-lang/python/python-3.14.6.ebuild | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'dev-lang/python/python-3.14.6.ebuild') diff --git a/dev-lang/python/python-3.14.6.ebuild b/dev-lang/python/python-3.14.6.ebuild index e7a4d5b9cddf..19200cef0e7a 100644 --- a/dev-lang/python/python-3.14.6.ebuild +++ b/dev-lang/python/python-3.14.6.ebuild @@ -8,7 +8,7 @@ LLVM_OPTIONAL=1 VERIFY_SIG_METHOD=sigstore WANT_LIBTOOL="none" -inherit autotools check-reqs eapi9-ver flag-o-matic linux-info llvm-r1 +inherit autotools check-reqs flag-o-matic linux-info llvm-r1 inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs inherit verify-sig @@ -634,16 +634,3 @@ src_install() { ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die fi } - -pkg_postinst() { - if ver_replacing -lt 3.14.0_beta3; then - ewarn "Python 3.14.0b3 has changed its module ABI. The .pyc files" - ewarn "installed previously are no longer valid and will be regenerated" - ewarn "(or ignored) on the next import. This may cause sandbox failures" - ewarn "when installing some packages and checksum mismatches when removing" - ewarn "old versions. To actively prevent this, rebuild all packages" - ewarn "installing Python 3.14 modules, e.g. using:" - ewarn - ewarn " emerge -1v /usr/lib/python3.14/site-packages" - fi -} -- cgit v1.3