summaryrefslogtreecommitdiff
path: root/dev-lang/python/python-3.13.0_rc3.ebuild
AgeCommit message (Collapse)Author
2024-10-12dev-lang/python: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-05dev-lang/python: Run check-reqs for PGO builds tooMichał Górny
Extend check-reqs to USE=pgo without FEATURES=test, as we tend to run the same largefile tests in both cases. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-05dev-lang/python: Wrap all of pkg_setup into MERGE_TYPE checkMichał Górny
Put all of pkg_setup calls into the MERGE_TYPE check. This does not really change anything, as both invoked functions do MERGE_TYPE checks of their own, but it streamlines and optimizes the ebuild a bit. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-05dev-lang/python: Remove duplicate xz-utils depMichał Górny
This duplicate dependency is a leftover of enforcing "extra-filters" flag in the past. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-05dev-lang/python: skip tests when relevant kernel options missingMatoro Mahri
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Closes: https://github.com/gentoo/gentoo/pull/38417 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-05dev-lang/python: Fix tests in systemd-nspawnMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-10-01dev-lang/python: Bump to 3.13.0_rc3Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>