summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-0.3.13.5_p1.ebuild
AgeCommit message (Collapse)Author
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-08-07dev-lang/python: always skip test_gdbSam James
Running gdb inside an ebuild as non-root, within sandbox, and possibly within a container is unreliable. Closes: https://bugs.gentoo.org/941296 Signed-off-by: Sam James <sam@gentoo.org>
2025-08-07dev-lang/python: skip test_gdb on arm64 tooSam James
But I think we should do it everywhere... Bug: https://bugs.gentoo.org/941296 Signed-off-by: Sam James <sam@gentoo.org>
2025-07-30dev-lang/python: Bump to 0.3.13.5_p1Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>