summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/python: Remove oldMichał Górny2022-08-251-402/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 x86, #852599Sam James2022-07-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 sparc, #852599Arthur Zamarin2022-06-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 ppc64, #852599Arthur Zamarin2022-06-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 ppc, #852599Arthur Zamarin2022-06-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 arm64, #852599Arthur Zamarin2022-06-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 arm, #852599Arthur Zamarin2022-06-251-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 hppa, #852599Arthur Zamarin2022-06-241-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* dev-lang/python: Stabilize 3.9.13 amd64, #852599Sam James2022-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: drop long-obsolete SSP / -O3 workaroundSam James2022-06-071-6/+0
| | | | | | | | | | | | | | | Everyone in Gentoo (unless they unforce defaults) had, for years now, -fstack-protector-all on, or nowadays, -fstack-protector-strong. This means that it won't have been explicitly in *FLAGS and hence the replacement won't have been triggered anyway. Plus, the hardened conditional is irrelevant given the above (it uses no more SSP than the default, because the default is what hardened used to be, many years ago). Bug: https://bugs.gentoo.org/50309 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/python: Fix LD_LIBRARY_PATH leaking into Portage internalsMichał Górny2022-06-031-2/+7
| | | | | | | | | | Move setting LD_LIBRARY_PATH for just-built Python invocation to a wrapper, to avoid it incidentally leaking into Python used inside Portage helpers. Currently, this could result in mixing system Python executable with just-built libpython. Closes: https://bugs.gentoo.org/849311 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/python: Bump to 3.9.13Michał Górny2022-05-171-0/+403
Signed-off-by: Michał Górny <mgorny@gentoo.org>