[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] gnu: Add Python 3.
From: |
Cyril Roelandt |
Subject: |
[PATCH] gnu: Add Python 3. |
Date: |
Wed, 28 Aug 2013 01:03:46 +0200 |
* gnu/packages/python.scm (python3): New variable.
---
gnu/packages/python.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 35d5b51..592c8a5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -151,6 +151,18 @@ packages; exception-based error handling; and very high
level dynamic
data types.")
(license psfl)))
+(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"))))))
+
(define-public pytz
(package
(name "pytz")
--
1.8.3.1
- [PATCH] gnu: Add Python 3.,
Cyril Roelandt <=