From: Marius Bakke <mbakke@fastmail.com>
To: Alex Vong <alexvong1995@gmail.com>,
Hartmut Goebel <h.goebel@crazy-compilers.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add python2-rpython.
Date: Sat, 29 Oct 2016 19:26:16 +0100 [thread overview]
Message-ID: <871syzt3jr.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: <87mvhnjglw.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]
Alex Vong <alexvong1995@gmail.com> writes:
> * gnu/packages/python.scm (python2-rpython): New variable.
[...]
> +;;; The RPython toolchain currently does not support Python 3.
^^^
Only two semicolons here. The rest LGTM.
> +(define-public python2-rpython
> + (package
> + (name "python2-rpython")
> + (version "0.1.4")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (pypi-uri "rpython" version))
> + (sha256
> + (base32
> + "07pps06fq4c4wmi5ii0sgh9zgwniz5y7frqhm28g3a154l163fxc"))))
> + (build-system python-build-system)
> + (arguments `(#:python ,python-2))
> + (native-inputs
> + `(("python2-pytest" ,python2-pytest) ; needed for running tests
> + ("python2-setuptools" ,python2-setuptools)))
> + (home-page "https://rpython.readthedocs.org")
> + (synopsis "Framework for implementing interpreters and virtual machines")
> + (description "RPython is a translation and support framework for
> +producing implementations of dynamic languages, emphasizing a clean separation
> +between language specification and implementation aspects.")
> + (license license:expat)))
> +
> ;; This version of numpy is missing the documentation and is only used to
> ;; build matplotlib which is required to build numpy's documentation.
> (define python-numpy-bootstrap
> --
> 2.10.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]
next prev parent reply other threads:[~2016-10-29 18:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-29 11:28 [PATCH] gnu: Add python2-rpython Alex Vong
2016-10-29 14:10 ` Hartmut Goebel
2016-10-29 15:54 ` Alex Vong
2016-10-29 18:26 ` Marius Bakke [this message]
2016-10-29 21:49 ` Ricardo Wurmus
2016-10-30 5:50 ` Alex Vong
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=871syzt3jr.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me \
--to=mbakke@fastmail.com \
--cc=alexvong1995@gmail.com \
--cc=guix-devel@gnu.org \
--cc=h.goebel@crazy-compilers.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.