From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 07:22:30 2022 Received: (at 58310) by debbugs.gnu.org; 3 Nov 2022 11:22:30 +0000 Received: from localhost ([127.0.0.1]:48217 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqYIo-0006V7-I5 for submit@debbugs.gnu.org; Thu, 03 Nov 2022 07:22:30 -0400 Received: from mail-wr1-f41.google.com ([209.85.221.41]:42935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oqYIm-0006UZ-6s for 58310@debbugs.gnu.org; Thu, 03 Nov 2022 07:22:28 -0400 Received: by mail-wr1-f41.google.com with SMTP id cl5so2244672wrb.9 for <58310@debbugs.gnu.org>; Thu, 03 Nov 2022 04:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=bqzA1czpiM3INldnLqkTktAnAu9HrO9egT+cVxvwBXU=; b=mQ0yb2EL2drbge84E1eeR0E8C3GyP4/nZ6wkB7495dxX8/S68q3C6fGEUQGKDgSuzF rZQQNS7YU2wJmfzvz3XJ6iKLKpcfcsGTrH317Lj3LDflEIddREHiHFU4EoMqDga7FOHI XP5MFs5UZlTaUBUDc4YaFRt8alnmochZIJ5zHNEOs6BPg0+ZElt5nOxOIK7wALTcSge+ AjzdpISky6pD2OIDN5PYMRuwFB5+OcuZkfUkxzE3pwHpzBxvARsFKUKoCORbyzA6neZw puFEJv+euz/ZSIqo3mD+uz7L+kbuWt/5CMu8cdrXYuIivY2GcOydYWCc7nmlBozpAGtY vJMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=bqzA1czpiM3INldnLqkTktAnAu9HrO9egT+cVxvwBXU=; b=WP8cVhYyNdC/QcbXsemxykwdpvBm7VS5nBX7iFXb4iipJ6JZfhattbHsiwBvf/FpA5 3zonj9iZdU9W9KQGGxxrl5Yy3Kvv3pjFoD3M6txNrHfxpeukxqldTzGkhz/suJj+2zxr s7EgBXSzqUZdoOoaPlBSrs8zDyyhW/25ZKpJwEvhZeRedk/F0H8axyf2k1YXtyHY6GLJ BMscRlFA5F+lGw5wWpEPMxG/0Hnr1bIFmmKwGX8gBs9HakAZ4A948olfkhwpmkgNW/Mi zAh1c7oiDbTcsZ9HLgVNSNvJeInGjXhkeslr3aC3PJYd9IZ9eG2nFV2eXRvaLZoUtbrC QJ4w== X-Gm-Message-State: ACrzQf2DSoW79lrtPKtk56knNeOl66n9yP6CDxTjvKmOTSRb9DPIVRtZ bzqKZarAOpIZtVhwl/3zHkKnZ2SzIsh16A== X-Google-Smtp-Source: AMsMyM56uh9UiUfRyf1JnX44/x1kleHi4Va6V9iHIRAcbScnyMnQq/ssO+Ir6KhMPETDakFKcbvy/A== X-Received: by 2002:a05:6000:887:b0:21e:24a0:f302 with SMTP id ca7-20020a056000088700b0021e24a0f302mr17780172wrb.466.1667474541723; Thu, 03 Nov 2022 04:22:21 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id b23-20020a05600c4a9700b003cf6a55d8e8sm946550wmp.7.2022.11.03.04.22.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Nov 2022 04:22:21 -0700 (PDT) From: zimoun To: Lars-Dominik Braun Subject: Re: [bug#58310] [PATCH 04/14] gnu: Add python-hatchling-bootstrap. In-Reply-To: References: <87h70iqji2.fsf@disroot.org> <87czb6qiah.fsf@disroot.org> <87leotcmdd.fsf@gmail.com> Date: Thu, 03 Nov 2022 12:18:10 +0100 Message-ID: <86zgd89thp.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) 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.0 (-) Hi, On Thu, 03 Nov 2022 at 18:26, Lars-Dominik Braun wrote: >> The issue here is that many dependencies are from the module (gnu >> packages python-xyz). Well, moving this python-hatchling-bootstrap and >> the next patch adding python-hatch to python-xyz does not look like the >> correct home. And dragging these dependencies to python-build neither. > 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? > The entire patchset should also use the pyproject build system where possible. Garek, do you want to give a try? Cheers, simon