summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.9.23-r1.ebuild
AgeCommit message (Collapse)Author
2025-09-06dev-lang/python: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-09-02*/*: destable sparcArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02*/*: destable hppaArthur Zamarin
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]hppa' -l | xargs ekeyword ~hppa Signed-off-by: Arthur Zamarin <arthurzam@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-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.9.23-r1 hppa sparc, #959224Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-07-05dev-lang/python: Stabilize 3.9.23-r1 ppc, #959224Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-07-05dev-lang/python: Stabilize 3.9.23-r1 ppc64, #959224Arthur 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>