summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-2.7.18_p16-r2.ebuild
AgeCommit message (Collapse)Author
2025-07-14dev-lang/python: Make mime-types dependency unconditionalMichał Górny
Remove USE=build and install mime-types unconditionaally. It is unclear why it was made conditional in the first place, and mime-types is a trivial data package with no dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-06-29dev-lang/python: don't unnecessarily force computed gotosSam James
This is the default upstream if supported by the compiler since 042b128f58a952b2cd04bd5b7401bd54c67a687e (2.7.15). Originally added in 7dc4fe8bae0c3ce25bc3eca183ad724a4c0f0a1d in ::gentoo. It's possible this might even have negative effects at some point because it conflicts with preserve_none/the tail call interpreter, if upstream decide that passing this configure arg explicitly overrides that or something. Bug: https://bugs.gentoo.org/296574 Signed-off-by: Sam James <sam@gentoo.org>
2025-02-25dev-lang/python: build 2.7 w/ -std=gnu17Sam James
Not worth digging up which commit fixed this. Closes: https://bugs.gentoo.org/945717 Signed-off-by: Sam James <sam@gentoo.org>
2025-02-25dev-lang/python: drop USE=tk from 2.7Sam James
As discussed on IRC. Python 2.7 is on life-support and it needs patching to work w/ Modern C. Closes: https://bugs.gentoo.org/921571 Signed-off-by: Sam James <sam@gentoo.org>
2024-09-12*/*: unkeyword ~ia64Arthur Zamarin
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@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-11dev-lang/python: Revert dev-python/expat adjustment in 2.7.18_p16Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>