Ricardo Wurmus writes:
> Marius Bakke writes:
>
>> 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.
>
> I committed the pat
Marius Bakke writes:
> 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.
I committed the patch with this change. Thanks!
~~ Ricar
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
comment why does this have to be propagated.
Thanks for catching these. I am using the template of guix-import
without paying too much attention. Here is the new patch:
From f4b6a48598f04fa73366bc98d966251bafddfb76 Mon Sep 17 00:00:00 2001
From: Alex Vong
Date: Sat, 29 Oct 2016 18:10:00 +0800
Subje
Am 29.10.2016 um 13:28 schrieb Alex Vong:
> + (uri (string-append
> + "https://pypi.python.org/packages/00/2e/";
> + "69319934a6049b368c05845eaab100ecea2213a96e59fb14416a0a6c5648/"
> + "rpython-"
> + version
> + ".tar.gz"))
Please t
Subject: [PATCH] gnu: Add python2-rpython.
* gnu/packages/python.scm (python2-rpython): New variable.
---
gnu/packages/python.scm | 32
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index f7485ad..d25d469 100644