From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id UIpjOsXZ9V/NBAAA0tVLHw (envelope-from ) for ; Wed, 06 Jan 2021 15:39:49 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id +Aw4NsXZ9V/xEwAA1q6Kng (envelope-from ) for ; Wed, 06 Jan 2021 15:39:49 +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 65A5F94036A for ; Wed, 6 Jan 2021 15:39:49 +0000 (UTC) Received: from localhost ([::1]:43024 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxAua-00075j-8q for larch@yhetil.org; Wed, 06 Jan 2021 10:39:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37862) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAsw-0005jA-9w for guix-devel@gnu.org; Wed, 06 Jan 2021 10:38:06 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:47573) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxAsu-00078F-1F for guix-devel@gnu.org; Wed, 06 Jan 2021 10:38:05 -0500 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 2E5BA20007; Wed, 6 Jan 2021 15:38:00 +0000 (UTC) Date: Wed, 06 Jan 2021 16:37:58 +0100 From: Tanguy LE CARROUR Subject: Re: Questions regarding Python packaging To: Lars-Dominik Braun References: <20201108142717.lmud5h4gh44vtjc6@melmoth> In-Reply-To: MIME-Version: 1.0 User-Agent: astroid/0.15.0 (https://github.com/astroidmail/astroid) Message-Id: <1609947389.u0atfz6q24.astroid@rafflesia.none> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: none client-ip=217.70.183.200; envelope-from=tanguy@bioneland.org; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.34 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-Migadu-Queue-Id: 65A5F94036A X-Spam-Score: -2.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: dKWALayGkIWq Excerpts from Lars-Dominik Braun's message of January 5, 2021 11:25 am: > Hi Tanguy, >=20 >> So, I've tried packaging `python-keyring` with those two=E2=80=A6 >>=20 >> `pep517` keeps on trying to download dependencies, which won't work. >>=20 >> `build` crashes with "ZIP does not support timestamps before 1980", >> which, I guess is related to the fact that everything in the store is >> timestamped to January 1st 1970. > have you been looking into a python-build-system using `build`[1]? I=E2= =80=99ve > had the same issue with egg versions set to 0.0.0 and think in the long > run moving to a PEP 517-style build is the way forward. Actually =E2=80=94and I almost forgot!=E2=80=94, S=C3=A9bastien found a sol= ution to our "0.0.0" problem: https://github.com/jaraco/keyring/issues/469#issuecomment-735695476 --=20 Tanguy