summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0-r100.ebuild
AgeCommit message (Collapse)Author
2025-02-27dev-lang/python: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-12-14dev-lang/python: skip test_gdb on hppaSam James
Fails with permission issues on /proc/*/mem. Running gdb under sandbox is perilous anyway. Signed-off-by: Sam James <sam@gentoo.org>
2024-12-11Move {sys-devel → llvm-core}/llvmMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-12-11Move {sys-devel → llvm-core}/clangMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-28dev-lang/python: Reenable test_descr on ppc64 & sparc in 3.12+Michał Górny
These seem to pass, now that we have adjusted the recursion limits. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-28dev-lang/python: Skip test_multiprocessing_spawn on sparcMichał Górny
Skip the third `test_multiprocessing*` on SPARC, because it hangs like the other two. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-28dev-lang/python: Skip test_gdb on ppc64 & sparcMichał Górny
The gdb tests are failing on devboxes. They were previously covered by the unconditional `-x test_gdb` but that's been narrowed to `-x test_pretty_print`, missing that other tests fail on these architectures. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-27dev-lang/python: Skip test_perf_profiler because of frequent failuresMichał Górny
Bug: https://bugs.gentoo.org/933840 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-19dev-lang/python: Uncomment the python-exec RDEP in 3.13.0-r100Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-16dev-lang/python: Override TMPDIR to reduce risk of test failuresMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-16dev-lang/python: Don't hardcode version in 3.13.0-r100Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-16dev-lang/python: Fix PYTHON_KERNEL_CHECKS to be declared globallyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-14dev-lang/python: Skip test_external_introspection in PGO for 3.13tMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-13dev-lang/python: Fix QA_PKGCONFIG_VER for 3.13tMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-13dev-lang/python: Add freethreading variant as a slotMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>