guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 03/10] gnu: Add python-cmd2.


From: Leo Famulari
Subject: Re: [PATCH 03/10] gnu: Add python-cmd2.
Date: Sat, 30 Apr 2016 17:33:13 -0400
User-agent: Mutt/1.5.24 (2015-08-30)

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

[Prev in Thread] Current Thread [Next in Thread]