Re: [PATCH 1/5] gnu: Add python-wrapt

2015-09-13 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables. [...] > + ;; Lots of different test configurations. TODO: run them all. > + `(#:tests? #f)) It’s not clear why tests are not run. Could you clarify this in the comment? (Or run them if t

[PATCH 1/5] gnu: Add python-wrapt

2015-09-08 Thread Cyril Roelandt
* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8ea5777..bb510cc 100644 --- a/gnu/packages/python.scm ++