diff options
Diffstat (limited to 'dev-lang/python/python-3.14.6.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.14.6.ebuild | 15 |
1 files changed, 1 insertions, 14 deletions
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 -} |
