summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.10.9.ebuild
AgeCommit message (Collapse)Author
2022-12-29dev-lang/python: Fix cross-compiling for prefixed systemsJames Le Cuirot
Cross-compiling Python involves doing a native build first. The prefix profile prefixifies setup.py, but this has been done before the native build when it needs to be done after. Handle this in the ebuild with hprefixify instead of with sed in the profile. Also drop some other obsolete Python prefix hacks from the profile. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 hppa, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 x86, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 ppc64, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 sparc, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 ppc, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-09dev-lang/python: Stabilize 3.10.9 arm, #884647Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2022-12-07dev-lang/python: Stabilize 3.10.9 amd64, #884647Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-07dev-lang/python: Stabilize 3.10.9 arm64, #884647Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2022-12-07dev-lang/python: Bump to 3.10.9Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>