Re: [PATCH 05/16] gnu: Add python-testpath.

2016-11-04 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: >> +(assoc-ref outputs "out") >> +"/lib/python" >> +(string-take (string-take-right >> +

Re: [PATCH 05/16] gnu: Add python-testpath.

2016-11-04 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> * gnu/packages/python.scm (python-testpath, python2-testpath): New >> variables. >> --- >> gnu/packages/python.scm | 42 ++ >> 1 file changed, 42 insertions(+) >> >> diff --git

Re: [PATCH 05/16] gnu: Add python-testpath.

2016-11-02 Thread Hartmut Goebel
Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: > +(assoc-ref outputs "out") > +"/lib/python" > +(string-take (string-take-right > + (assoc-ref inputs

Re: [PATCH 05/16] gnu: Add python-testpath.

2016-11-01 Thread Roel Janssen
Ricardo Wurmus writes: > * gnu/packages/python.scm (python-testpath, python2-testpath): New > variables. > --- > gnu/packages/python.scm | 42 ++ > 1 file changed, 42 insertions(+) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index

[PATCH 05/16] gnu: Add python-testpath.

2016-11-01 Thread Ricardo Wurmus
* gnu/packages/python.scm (python-testpath, python2-testpath): New variables. --- gnu/packages/python.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9785b5e..e6f537e 100644 ---