From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add Python 3. Date: Sun, 1 Sep 2013 16:41:10 +0200 Message-ID: <20130901144110.GA23502@debian> References: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> <8761ukoct3.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG8qF-0000Yl-8L for guix-devel@gnu.org; Sun, 01 Sep 2013 10:41:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG8q9-0003L2-EF for guix-devel@gnu.org; Sun, 01 Sep 2013 10:41:27 -0400 Content-Disposition: inline In-Reply-To: <8761ukoct3.fsf@gnu.org> List-Id: 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Sun, Sep 01, 2013 at 04:07:36PM +0200, Ludovic Courtès wrote: > The impact of the switch from Python 2 to 3 can be seen here: > http://hydra.gnu.org/eval/10856 > That is: minus 48 packages. :-) > Many are due to the fact that the ‘python’ executable is unavailable, > like . Yes, so this does not really matter; we just have to decide how to support both Python 2 and 3, and most of this should be solved. Andreas