From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 28 14:25:49 2022 Received: (at 46848) by debbugs.gnu.org; 28 Feb 2022 19:25:49 +0000 Received: from localhost ([127.0.0.1]:34814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOleX-00033i-1O for submit@debbugs.gnu.org; Mon, 28 Feb 2022 14:25:49 -0500 Received: from mout-p-202.mailbox.org ([80.241.56.172]:44560) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nOleV-00033V-L2 for 46848@debbugs.gnu.org; Mon, 28 Feb 2022 14:25:48 -0500 Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4K6r2F2D9pz9sSP; Mon, 28 Feb 2022 20:25:41 +0100 (CET) Date: Mon, 28 Feb 2022 20:25:35 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1646076339; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=xKT+HiigVesq6XJmnILTGYdVR1W7wl1SiFr2Hslmd4o=; b=Ly9G01JHMsDvIQATPv0lz/qwIlC526/xLSAoCd6xkPVr0kOqF7JQiKsDpDtHJ+l5X4fs/N W1+qOKq81Rbawb8DHK0ingtPxnBHEYBUrrl/OjI2jBnTW1wTvKJW/yUXwgufYLKp0C9XXl Z+QgmUy7TpSGXbxTVSDxqJYS97Fnjh7lpmHJKLqXnhC284cr8shZijLJpbos7JzTI/7L2J KLghG1ghQeUSAwMlGpkJE5Q/eAbLNyCvmvNeGMr1P1jEopyYpCbNEQo0jAtP3tH3oCJwEz vYi2OE2rrW7ngWVzfkBXs+bLSB7Aa3IquaUIqUeykVy45h+xAbk6SzdEvL1MaQ== From: Lars-Dominik Braun To: Maxim Cournoyer Subject: Re: [bug#46848] [PATCHES] [core-updates] PEP 517 python-build-system Message-ID: References: <877daubeju.fsf@gnu.org> <87h78lwwfc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87h78lwwfc.fsf@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46848 Cc: 46848@debbugs.gnu.org, Marius Bakke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Maxim, > When you judge the branch ready to merge, could you please send a subset > of the patches (at least the ones touching the python-build-system > directly) to this issue (marked as v2 -- git send-email -v2) so that > they can be more easily commented? as soon as time permits I can do that. Which route do we want to take? Replace python-build-system entirely in one big merge or add a new one and slowly migrate? Cheers, Lars