commit: a156d12908072c9040aafa22642df5d9d5497125 Author: Konstantinos Smanis <konstantinos.smanis <AT> gmail <DOT> com> AuthorDate: Mon Sep 30 06:43:08 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 07:12:49 2024 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=a156d129
fix: drop pypy3_9 See https://bugs.gentoo.org/939951 Signed-off-by: Konstantinos Smanis <konstantinos.smanis <AT> gmail.com> Closes: https://github.com/gentoo/gentoo-docker-images/pull/147 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> python.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.Dockerfile b/python.Dockerfile index a5d9bf4..053516a 100644 --- a/python.Dockerfile +++ b/python.Dockerfile @@ -20,9 +20,9 @@ RUN <<-EOF # main job emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-vcs/git \ - dev-python/pypy{,3_9,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal + dev-python/pypy{,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal emerge -1v --jobs --nodeps dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12,3.13} \ - dev-python/pypy{,3_9,3_10,3} + dev-python/pypy{,3_10,3} # cleanup rm -r /var/db/repos/* /var/cache/distfiles/*
