summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0.ebuild
AgeCommit message (Collapse)Author
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-29dev-lang/python: Stabilize 3.13.0 arm, #942282Matoro Mahri
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-29dev-lang/python: Stabilize 3.13.0 arm64, #942282Matoro Mahri
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-29dev-lang/python: Stabilize 3.13.0 hppa, #942282Matoro Mahri
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-28dev-lang/python: Stabilize 3.13.0 ppc64, #942282Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-28dev-lang/python: Stabilize 3.13.0 sparc, #942282Michał 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-26dev-lang/python: Stabilize 3.13.0 amd64, #942282Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-26dev-lang/python: Stabilize 3.13.0 ppc, #942282Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2024-10-26dev-lang/python: Stabilize 3.13.0 x86, #942282Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@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: Fix PYTHON_KERNEL_CHECKS to be declared globallyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-12dev-lang/python: Remove gil flag from 3.13.0Michał Górny
Remove freethreading support from dev-lang/python:3.13. This variant is not binary-compatible with the regular version of Python, and as such needs to be handled separately. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-07dev-lang/python: Bump to 3.13.0Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>