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-0.3.14.6_p1.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-0.3.14.6_p1.ebuild')
| -rw-r--r-- | dev-lang/python/python-0.3.14.6_p1.ebuild | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/dev-lang/python/python-0.3.14.6_p1.ebuild b/dev-lang/python/python-0.3.14.6_p1.ebuild index 3c5ea553412a..581f375e3836 100644 --- a/dev-lang/python/python-0.3.14.6_p1.ebuild +++ b/dev-lang/python/python-0.3.14.6_p1.ebuild @@ -6,7 +6,7 @@ EAPI="8" VERIFY_SIG_METHOD=sigstore WANT_LIBTOOL="none" -inherit autotools check-reqs eapi9-ver flag-o-matic linux-info +inherit autotools check-reqs flag-o-matic linux-info inherit multiprocessing pax-utils python-utils-r1 toolchain-funcs inherit verify-sig @@ -623,16 +623,3 @@ src_install() { ln -s "../../../bin/idle${PYVER}" "${scriptdir}/idle" || die fi } - -pkg_postinst() { - if ver_replacing -lt 0.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.14t/site-packages" - fi -} |
