summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.13-r1.ebuild
AgeCommit message (Collapse)Author
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-14dev-lang/python: Make mime-types dependency unconditionalMichał Górny
Remove USE=build and install mime-types unconditionaally. It is unclear why it was made conditional in the first place, and mime-types is a trivial data package with no dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-14dev-lang/python: Move ensurepip deps to PDEPEND, to avoid cyclic depMichał Górny
Closes: https://bugs.gentoo.org/960054 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-05dev-lang/python: Stabilize 3.11.13-r1 hppa ppc sparc, #959222Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-05dev-lang/python: Stabilize 3.11.13-r1 ppc64, #959222Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-05dev-lang/python: Update dev-python/ensurepip-* dependenciesMichał Górny
Inline dev-python/ensurepip-wheels dependencies in all Python versions to pave the way for removing the metapackage. Remove unnecessary dev-python/ensurepip-wheel test dependency from slots other than 3.12; the dependency was introduced in that version and removed in 3.13, as the bundled setuptools wheel was updated. TODO: patch 3.12 to remove the dependency as well? Signed-off-by: Michał Górny <mgorny@gentoo.org>