summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.10.8_p3.ebuild
AgeCommit message (Collapse)Author
2022-12-09dev-lang/python: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-12-06dev-lang/python: drop leftover debugging append-flagsSam James
Fixes: 3478cabb5f94e9d90ae1ed9e3f7909a1146aa471 Signed-off-by: Sam James <sam@gentoo.org>
2022-12-06dev-lang/python: disable _ctypes, _crypt for cross (CBUILD) PythonSam James
* Use a hack to deduce libdir to nudge the build system in the right direction because get_libdir can't handle BROOT/CBUILD right now. * Disable _ctypes (libffi) and _crypt (lib(x)crypt) modules for cross (CBUILD) Python as they're not needed and Python struggles to find the libraries correctly. This avoids an issue where setup.py can't handle deducing libdir (or even being passed it) for cross-compilation. Fortunately, cpython is migrating away from setup.py to autotools. Note that this isn't the same as what bug 633712 would've been at the time it was reported, but it certainly showed up the same way on more modern Pythons since we introduced the CBUILD part a few months ago. Bug: https://bugs.gentoo.org/633712 Bug: https://bugs.gentoo.org/794181 Bug: https://bugs.gentoo.org/864911 Signed-off-by: Sam James <sam@gentoo.org>
2022-12-02Move {virtual → app-alternatives}/awkMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-23dev-lang/python: add valgrind supportJonas Jelten
When the valgrind useflag is enabled, Python performs a runtime check if it is run in the Valgrind VM, and adjusts its memory allocator to not use pymalloc. Valgrind then does a much better job in tracking the memory reachability. Closes: https://bugs.gentoo.org/610816 Signed-off-by: Jonas Jelten <jj@sft.lol> Closes: https://github.com/gentoo/gentoo/pull/11012 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-12dev-lang/python: Stabilize 3.10.8_p3 sparc, #880641Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-11-12dev-lang/python: Stabilize 3.10.8_p3 hppa, #880641Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-11-12dev-lang/python: Stabilize 3.10.8_p3 ppc, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-12dev-lang/python: Stabilize 3.10.8_p3 arm, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-12dev-lang/python: Stabilize 3.10.8_p3 x86, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-11dev-lang/python: Stabilize 3.10.8_p3 amd64, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-11dev-lang/python: Add more test skip patches from Sam JamesMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2022-11-10dev-lang/python: Stabilize 3.10.8_p3 arm64, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-10dev-lang/python: Stabilize 3.10.8_p3 ppc64, #880641Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-11-09dev-lang/python: Backport IDNA dec secfix to 3.10.8_p3Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>