Re: [PATCH 07/16] gnu: Add python-nbformat.

2016-11-04 Thread Ricardo Wurmus
Hartmut Goebel writes: > Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: >> +(propagated-inputs >> + `(("python-ipython-genutils" ,python-ipython-genutils) >> + ("python-jsonschema" ,python-jsonschema) >> + ("python-jupyter-core" ,python-jupyter-core) >> + ("python-setup

Re: [PATCH 07/16] gnu: Add python-nbformat.

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

Re: [PATCH 07/16] gnu: Add python-nbformat.

2016-11-02 Thread Hartmut Goebel
Am 01.11.2016 um 13:20 schrieb Ricardo Wurmus: > +(propagated-inputs > + `(("python-ipython-genutils" ,python-ipython-genutils) > + ("python-jsonschema" ,python-jsonschema) > + ("python-jupyter-core" ,python-jupyter-core) > + ("python-setuptools" ,python-setuptools) Why is

Re: [PATCH 07/16] gnu: Add python-nbformat.

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