From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tanguy Le Carrour Subject: Re: gnu: python: Update to 3.8.0. Date: Wed, 30 Oct 2019 19:01:50 +0100 Message-ID: <20191030180150.k2txz37uffgu777k@melmoth> References: <20191023091150.r6hdhtm2idxfdka3@rafflesia> <2b50f965-cbb2-d476-ceaf-2f00323fb50f@goebel-consult.de> <20191023125104.s3xvjegaufjjt4no@rafflesia> <20191030160430.4zdmlsnkoq5ps6tq@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46034) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPsI7-0005dF-H2 for guix-devel@gnu.org; Wed, 30 Oct 2019 14:01:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPsI6-0007Wz-DX for guix-devel@gnu.org; Wed, 30 Oct 2019 14:01:55 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:50751) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPsI6-0007SJ-6c for guix-devel@gnu.org; Wed, 30 Oct 2019 14:01:54 -0400 Content-Disposition: inline In-Reply-To: <20191030160430.4zdmlsnkoq5ps6tq@rafflesia> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org Le 10/30, Tanguy Le Carrour a écrit : > Le 10/23, Hartmut Goebel a écrit : > > Am 23.10.19 um 14:51 schrieb Tanguy Le Carrour: > > > Is it possible to package it and make it available, but not to make it > > > the default python? When would be a good time to make the switch?! > > > > Yes, you can add a package "python-3.8". > > Done! > > But I still have some questions/problems: > 1- `etc/indent-code.el` re-indent the package differently than, for > instance, python-3.7. Should I stick to what `etc/indent-code.el` > does? > 2- To make it work I had to deactivate 4 tests. There was already a > patch doing something similar ("This fails for unknown reasons on Guix"), > but I'm pretty sure it would be better to work on fixing the problems, right? Oh, oh… what I forgot to mention is that… it's a shameless copy/paste of the python-3.7 package and it would deserve a rewrite! Something like `(inherit python-3.7)` and a modification of [source](patches) and [source](snippet). But I'm not sure how to do that! -- Tanguy