guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add python2-rpython.


From: Marius Bakke
Subject: Re: [PATCH] gnu: Add python2-rpython.
Date: Sat, 29 Oct 2016 19:26:16 +0100
User-agent: Notmuch/0.23.1 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Alex Vong <address@hidden> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]