From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id IHqTCbBQql/1NQAA0tVLHw (envelope-from ) for ; Tue, 10 Nov 2020 08:34:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id qOReBbBQql/kQwAAB5/wlQ (envelope-from ) for ; Tue, 10 Nov 2020 08:34:56 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9B145940148 for ; Tue, 10 Nov 2020 08:34:55 +0000 (UTC) Received: from localhost ([::1]:48714 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kcP78-0004e6-Dy for larch@yhetil.org; Tue, 10 Nov 2020 03:34:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37998) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcP3J-0000pz-3Y for guix-devel@gnu.org; Tue, 10 Nov 2020 03:30:57 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:48925) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kcP3F-0007Ai-J9 for guix-devel@gnu.org; Tue, 10 Nov 2020 03:30:56 -0500 X-Originating-IP: 176.185.184.238 Received: from localhost (static-176-185-184-238.ftth.abo.bbox.fr [176.185.184.238]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 8A08C20008; Tue, 10 Nov 2020 08:30:48 +0000 (UTC) Date: Tue, 10 Nov 2020 09:30:47 +0100 From: Tanguy Le Carrour To: Michael Rohleder Subject: Re: Questions regarding Python packaging Message-ID: <20201110083047.qjvpz2tjqz2xfvly@melmoth> References: <20201108142717.lmud5h4gh44vtjc6@melmoth> <87lffbh95u.fsf@rohleder.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87lffbh95u.fsf@rohleder.de> Received-SPF: none client-ip=217.70.183.200; envelope-from=tanguy@bioneland.org; helo=relay7-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/10 03:30:49 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guix Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.51 X-TUID: FyCDjJ18K6OH Hi Michael, Le 11/08, Michael Rohleder a écrit : > Tanguy Le Carrour writes: > > I've just learned, by accident (working on `python-keyring` [1]), that > > `python setup.py install` was somehow deprecated in favor of tools like > > `pep517` or `build`. > > > > So, I've tried packaging `python-keyring` with those two… > > apropos python-keyring: > > I also tried to update that package (in order to package "pantalaimon" > which needs this) [1] > The problem with this thing is, it wants to install an egginfo with > version 0.0.0, no matter if build with setup.py or poetry [2] > > I tried debugging^Whacking this a while (eg. updateing setuptools, as > suggested in the ticket), but couldn't make it work. > If you find a solution, I'd be interested ;) > > Footnotes: > [1] https://rohleder.de/gitweb/?p=guix.git;a=blob;f=mroh/guix/packages/python.scm;h=0c847795375ce08ca878727f15fd1a1b156df6f7;hb=HEAD#l533 > [2] https://github.com/jaraco/keyring/issues/469 Good to know that I'm not alone, thanks. I'll keep you posted! -- Tanguy