On Fri, Apr 29, 2016 at 04:20:56PM +0200, Cyril Roelandt wrote:
> * gnu/packages/python.scm (python-cmd2, python2-cmd2): New variables.

> +(define-public python-cmd2

> +    (native-inputs
> +      `(("python-setuptools" ,python-setuptools)))

It seems that setuptools is only required for python2-cmd2, so can you
move it there instead?

> +    (description
> +      "Drop-in replacement for the standard library's cmd module that adds
> +features such as multiline commands, case-insensitive commands or a
> +searchable history.")

I think that the string 'cmd' be in texinfo like this: @code{cmd}

Reply via email to