From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: [PATCH] gnu: Add python2-rpython. Date: Sat, 29 Oct 2016 19:26:16 +0100 Message-ID: <871syzt3jr.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> References: <87vawb1jjy.fsf@gmail.com> <7edb2ecc-3736-5cb3-52c1-9523d3dd18b0@crazy-compilers.com> <87mvhnjglw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37731) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0YKm-0004kc-WA for guix-devel@gnu.org; Sat, 29 Oct 2016 14:26:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0YKi-0004yK-2E for guix-devel@gnu.org; Sat, 29 Oct 2016 14:26:24 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:49257) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0YKh-0004x8-Tx for guix-devel@gnu.org; Sat, 29 Oct 2016 14:26:19 -0400 In-Reply-To: <87mvhnjglw.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong , Hartmut Goebel Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Alex Vong 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 machi= nes") > + (description "RPython is a translation and support framework for > +producing implementations of dynamic languages, emphasizing a clean sepa= ration > +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 > --=20 > 2.10.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBCgAGBQJYFOnIAAoJEKKgbfKjOlT6NUgIAJFAVgzShX587b6S9ZQn1+F5 1KXMVN2i9EjWl6NGkuQc8e9aFbOGv7BsUJ68abqsxLzGGIJmUMBi8jPG0DJjlXny uZGaWlZtIQZiqjKLN+182NJ5WDFA0aspqfDXDw54z1iy/vRly+jqgfC1PZFmB/ha ioxezFvpj8R3hVN8mozXuKDwrzNGAtpSQ619BgpN52j2W1oRVJsISl3QP+sTyIbN ycEUpabvMs2D+AtMFrqShJ/1Q3SNMoPTBc08/NLsSJHT+kjHG2+IUu73BWpobnpP 3/73Gt9qpDmAJcQWviLJ9VwuigZc/221HWOcXaPzysCBZQ2wPYPLiTR3ZmjqwvY= =qw/8 -----END PGP SIGNATURE----- --=-=-=--