From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Python Date: Fri, 13 Sep 2013 17:46:07 +0200 Message-ID: <20130913154607.GA5258@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVZc-0008Ac-Tw for guix-devel@gnu.org; Fri, 13 Sep 2013 11:46:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKVZV-0008VV-Dg for guix-devel@gnu.org; Fri, 13 Sep 2013 11:46:20 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:63344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKVZV-0008VO-46 for guix-devel@gnu.org; Fri, 13 Sep 2013 11:46:13 -0400 Content-Disposition: inline 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: guix-devel@gnu.org Hello, recently I added a few more python packages, and things seem to work well (except for the surprising realisation that more projects than not seem to still depend on python 2 instead of python 3). So I do not expect big changes to the python build system in the near future. I considered switching from python 3.3.2 to 3.4, but the available versions are 3.4.0a1 and 3.4.0a2, which does not inspire too much confidence; maybe we should wait for 3.4.1. So I would suggest to merge the branch python into master. I did a test merge, and there were no conflicts. What do you think? Andreas