summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.10.13.ebuild
AgeCommit message (Collapse)Author
2024-03-09dev-lang/python: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-03-09dev-lang/python: disable make output synchronisation for testsSam James
It makes it look like they're hanging. Signed-off-by: Sam James <sam@gentoo.org>
2024-02-07dev-lang/python: add link to expat bugSam James
Followup to 93480b9b09b2a0c0adfed10a1c9e90c1e38a9040. Bug: https://github.com/python/cpython/issues/115133 Signed-off-by: Sam James <sam@gentoo.org>
2024-02-07dev-lang/python: Pin dev-libs/expat due to regressionMichał Górny
Not revbumping since the two main versions, 3.11 and 3.12, were just released, and should pin it well enough. Hopefully we'll be having a proper fix soon. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-15Move {sys-devel → dev-build}/autoconf-archiveMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-13Move {dev-util → dev-debug}/valgrindMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34786 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-01-06dev-lang/python: Fix testing with xz-utils[-extra-filters], tzdataMichał Górny
Skip tests requiring additional filters in app-arch/xz-utils. Also backport the tzdata fix to 3.10.13. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-26dev-lang/python: Detect LTO from CFLAGSMichał Górny
Replace the explicit USE=lto flag with automatic detection from CFLAGS via tc-is-lto function. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-10-31Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2023-09-13dev-lang/python: Don't lose *FLAGS when cross-compilingJames Le Cuirot
We have to rename the *FLAGS variables before building, but we build twice when cross-compiling, so the values get lost the second time around. Work around this by moving the CBUILD Python build into a separate shell function. This makes the ebuild tidier anyway. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2023-09-13dev-lang/python: Set --prefix when building host "mini" PythonJames Le Cuirot
Otherwise flags pointing to the target prefix are added to the sysconfigdata, which can break building the native extensions. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2023-08-28dev-lang/python: avoid confused LTO configure test w/ cross CBUILD PythonSam James
No real need to take care here as it gets thrown away, so just bang in -fno-lto. Bug: https://bugs.gentoo.org/700012 Signed-off-by: Sam James <sam@gentoo.org>
2023-08-26dev-lang/python: Stabilize 3.10.13 hppa, #912979Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 ppc, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 arm, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 ppc64, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 arm64, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 sparc, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 x86, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.10.13 amd64, #912979Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-24dev-lang/python: Bump to 3.10.13Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>