unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add Python 3.
@ 2013-08-27 23:03 Cyril Roelandt
  2013-08-28 13:03 ` Ludovic Courtès
  2013-09-01 14:07 ` Ludovic Courtès
  0 siblings, 2 replies; 12+ messages in thread
From: Cyril Roelandt @ 2013-08-27 23:03 UTC (permalink / raw)
  To: guix-devel

* 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

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-09-02 20:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-27 23:03 [PATCH] gnu: Add Python 3 Cyril Roelandt
2013-08-28 13:03 ` Ludovic Courtès
2013-08-28 14:12   ` Andreas Enge
2013-08-28 14:40     ` Ludovic Courtès
2013-08-28 20:58       ` Andreas Enge
2013-08-28 22:07         ` Ludovic Courtès
2013-09-01 14:07 ` Ludovic Courtès
2013-09-01 14:41   ` Andreas Enge
2013-09-01 19:40     ` Ludovic Courtès
2013-09-01 19:50       ` Andreas Enge
2013-09-01 20:13         ` Topic branches Ludovic Courtès
2013-09-02 20:19           ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).