diff options
| author | root <root@alpha.trunkmasters.com> | 2026-07-20 03:04:47 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-07-20 03:04:47 -0500 |
| commit | 72e61757ad18b354c7e086543f02375857946e03 (patch) | |
| tree | d2abee5f70f8543cd23b06c84ec78283aa83b49e /dev-lang/python/python-3.14.6.ebuild | |
| parent | 2b878031702361370da8f648ac080b3fe38f34d3 (diff) | |
| download | baldeagleos-repo-72e61757ad18b354c7e086543f02375857946e03.tar.gz baldeagleos-repo-72e61757ad18b354c7e086543f02375857946e03.tar.xz baldeagleos-repo-72e61757ad18b354c7e086543f02375857946e03.zip | |
Adding metadata
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 -} |
