From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 07:59:57 2022 Received: (at 58310) by debbugs.gnu.org; 3 Nov 2022 11:59:57 +0000 Received: from localhost ([127.0.0.1]:48279 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqYt3-0003dg-8L for submit@debbugs.gnu.org; Thu, 03 Nov 2022 07:59:57 -0400 Received: from mout-p-103.mailbox.org ([80.241.56.161]:55450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqYt1-0003dS-9R for 58310@debbugs.gnu.org; Thu, 03 Nov 2022 07:59:55 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-103.mailbox.org (Postfix) with ESMTPS id 4N32PH5cSgz9smX; Thu, 3 Nov 2022 12:59:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6xq.net; s=MBO0001; t=1667476787; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IvWRD6QyfejXawaBbvRNsJ7/6KcAPq7bxxxtYjvRKOE=; b=luV8OfEKrqrPnxGse1aT/vRpkZXu/wfFAjuxE1R81PPROCGR0dmPSwHmKfEEq7E+32W2d3 98EyU0NnZ72wJHFBtZwUAh0+Ti/tjjwZVPA8zx8MtCmG29UdAo8S30fPk0JzcAbMzklIJK +9xvPgQrzVCbboz5HQQAM9EpiVS/tL62IcDWtRtCM9bQtC5DMEiQpQ2IBkwLNQvrkvvtEY GMRLs4k8NBoBE/wqRh8tJRSrgqof2PKM9xbIBZPi6nQCaqOg1ylV8kNbrKrNpkHS99Ejuu N0K+SJMXDLSlnYK7ZNuGYKFtcIhndKrX+evD36ygeMa98mAO+XaeZH5Exzj6hA== Date: Thu, 3 Nov 2022 20:59:41 +0900 From: Lars-Dominik Braun To: zimoun Subject: Re: [bug#58310] [PATCH 04/14] gnu: Add python-hatchling-bootstrap. Message-ID: References: <87h70iqji2.fsf@disroot.org> <87czb6qiah.fsf@disroot.org> <87leotcmdd.fsf@gmail.com> <86zgd89thp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <86zgd89thp.fsf@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58310 Cc: Garek Dyszel , jgart@dismail.de, 58310@debbugs.gnu.org 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, > > I think hatchling can go to python-build, since it > > contains a PEP 517 build system, but hatchling should go to > > python-xyz. python-hatchling-bootstrap should not be used anywhere, > > but build a proper python-hatchling instead. Also hatchling has no > > dependencies. These are for hatch. > > Lars, I am sorry I am missed your advice about what is going where. Is > your point to revamp a bit the bootstrap and put all in python-xyz? sorry, misstyped. hatchling -> python-build.scm, hatch -> python-xyz.scm. And hatchling’s dependencies actually belong to hatch, not hatchling, so there should be no cycles with python-xyz.scm. Cheers, Lars