From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add Python 3. Date: Wed, 28 Aug 2013 15:03:49 +0200 Message-ID: <8738puc6h6.fsf@gnu.org> References: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEfQ2-000536-2r for guix-devel@gnu.org; Wed, 28 Aug 2013 09:04:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEfPw-0001Wt-8U for guix-devel@gnu.org; Wed, 28 Aug 2013 09:04:18 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:50888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEfPw-0001Wp-2X for guix-devel@gnu.org; Wed, 28 Aug 2013 09:04:12 -0400 In-Reply-To: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 28 Aug 2013 01:03:46 +0200") 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/python.scm (python3): New variable. [...] > +(define-public python3 > + (package (inherit python) > + (version "3.3.2") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "http://www.python.org/ftp/python/" > + version "/Python-" version ".tar.xz")) > + (sha256 > + (base32 > + "0hsbwqjnhr85a2w252c8d3yj8d9i5sy8s6a6cfk6zqqhp3234nvl")))))) Nice that it works without any modifications. Please push. (I think Andreas wanted to discuss the naming convention for Python packages, but I think adding Python 3 doesn=E2=80=99t cause any problems.) Ludo=E2=80=99.