From: ludo@gnu.org (Ludovic Courtès)
To: Cyril Roelandt <tipecaml@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add Python 3.
Date: Wed, 28 Aug 2013 15:03:49 +0200 [thread overview]
Message-ID: <8738puc6h6.fsf@gnu.org> (raw)
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")
Cyril Roelandt <tipecaml@gmail.com> 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’.
next prev parent reply other threads:[~2013-08-28 13:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-27 23:03 [PATCH] gnu: Add Python 3 Cyril Roelandt
2013-08-28 13:03 ` Ludovic Courtès [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8738puc6h6.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=tipecaml@gmail.com \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.