From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F9401584AD for ; Tue, 29 Apr 2025 08:58:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E36CC342FE4 for ; Tue, 29 Apr 2025 08:58:01 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 003231102BE; Tue, 29 Apr 2025 08:57:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E6AC11102BE for ; Tue, 29 Apr 2025 08:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99372342FDE for ; Tue, 29 Apr 2025 08:57:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2414C3A for ; Tue, 29 Apr 2025 08:57:57 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1745912171.94e7ae05a402472c78d8b490d1ac708c439863dd.ultrabug@gentoo> Subject: [gentoo-commits] proj/docker-images:master commit in: / X-VCS-Repository: proj/docker-images X-VCS-Files: python.Dockerfile X-VCS-Directories: / X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 94e7ae05a402472c78d8b490d1ac708c439863dd X-VCS-Branch: master Date: Tue, 29 Apr 2025 08:57:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b747416-01c8-48a1-bf20-53b2a9f12388 X-Archives-Hash: d57dbc258ede859db07b365427f4cf89 commit: 94e7ae05a402472c78d8b490d1ac708c439863dd Author: Michał Górny gentoo org> AuthorDate: Wed Apr 23 07:03:15 2025 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Tue Apr 29 07:36:11 2025 +0000 URL: https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=94e7ae05 python: Include rust-bin and uv Signed-off-by: Michał Górny gentoo.org> Part-of: https://github.com/gentoo/gentoo-docker-images/pull/151 Closes: https://github.com/gentoo/gentoo-docker-images/pull/151 Signed-off-by: Alexys Jacob gentoo.org> python.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.Dockerfile b/python.Dockerfile index 2ba9b41..3aa57f8 100644 --- a/python.Dockerfile +++ b/python.Dockerfile @@ -20,8 +20,8 @@ RUN <<-EOF mv gentoo-master /var/db/repos/gentoo # main job - emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-vcs/git \ - dev-python/pypy{,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal + emerge -1vnt --jobs dev-python/tox app-arch/lzip dev-lang/rust-bin dev-vcs/git \ + dev-python/pypy{,3_10}-exe-bin dev-db/sqlite dev-libs/mpdecimal dev-python/uv emerge -1v --jobs --nodeps dev-lang/python:{2.7,3.8,3.9,3.10,3.11,3.12,{3.13,3.14}{,t}} \ dev-lang/pypy:{2.7,3.10}