summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.11.5.ebuild
AgeCommit message (Collapse)Author
2023-11-29dev-lang/python: Remove oldMichał Górny
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.11.5 hppa, #912981Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 x86, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 amd64, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 ppc, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 sparc, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 ppc64, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 arm, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Stabilize 3.11.5 arm64, #912981Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2023-08-25dev-lang/python: Bump to 3.11.5Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>