From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 25C9F158046 for ; Sat, 12 Oct 2024 17:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BAF2BC013; Sat, 12 Oct 2024 17:37:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 58567E2A33 for ; Sat, 12 Oct 2024 17:37:00 +0000 (UTC) Message-ID: <91c729dc-dac8-4d29-a891-eac55b4736a9@gentoo.org> Date: Sat, 12 Oct 2024 19:36:55 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [gentoo-dev] Re: [RFC] Splitting dev-lang/python into per-slot packages, starting with 3.14 To: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= , gentoo-dev@lists.gentoo.org Cc: python@gentoo.org References: <05da4193-14d7-412c-8fc6-fc72d3fcbf09@gentoo.org> <8ce4e62aad6463d0af692305c44dfe2eb887790c.camel@gentoo.org> <1a1f9b9f-7428-4536-847c-e6965336b451@gentoo.org> <96e7428bf48fbc96d02f8f65edfe91888f8da831.camel@gentoo.org> Content-Language: en-US From: Luca Barbato In-Reply-To: <96e7428bf48fbc96d02f8f65edfe91888f8da831.camel@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Archives-Salt: f05f470e-915e-46e2-88f7-d6bebda834f3 X-Archives-Hash: 01ddd1d70b39071ec753df562479ee89 On 12/10/24 15:03, Michał Górny wrote: >> emerge =python-3.14 would install both a non-freethreading and a >> freethreading version and it would satisfy 3_14 and 3_14t at the same. >> > > But that's not how PMs work? It would install only the "newer" version, > which would probably mean freethreading, which is not what people > usually want. I mean that the python-3.14 ebuild would install both versions for the time being. the PM does not see anything special. lu