unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: Add Python 3.
Date: Wed, 28 Aug 2013 01:03:46 +0200	[thread overview]
Message-ID: <1377644626-17292-1-git-send-email-tipecaml@gmail.com> (raw)

* 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

             reply	other threads:[~2013-08-27 23:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-27 23:03 Cyril Roelandt [this message]
2013-08-28 13:03 ` [PATCH] gnu: Add Python 3 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377644626-17292-1-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).