[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add Python 3.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add Python 3. |
Date: |
Wed, 28 Aug 2013 15:03:49 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Cyril Roelandt <address@hidden> 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’t cause any problems.)
Ludo’.