guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 06/17] gnu: Add python-execnet.


From: Leo Famulari
Subject: Re: [PATCH 06/17] gnu: Add python-execnet.
Date: Thu, 7 Jan 2016 11:48:45 -0500
User-agent: Mutt/1.5.24 (2015-08-30)

On Wed, Jan 06, 2016 at 12:57:29PM -0600, Eric Bavier wrote:
> On 2016-01-03 18:05, Leo Famulari wrote:
> >* gnu/packages/python.scm (python-execnet): New variable.
> >---
> > gnu/packages/python.scm | 26 ++++++++++++++++++++++++++
> > 1 file changed, 26 insertions(+)
> [...]
> >+    (description "Execnet provides a share-nothing model with
> >+channel-send/receive communication for distributing execution across many
> >+Python interpreters across version, platform and network barriers.  It
> >has a
> >+minimal and fast API targetting the following uses:
> >+1) distribute tasks to (many) local or remote CPUs
> >+2) write and deploy hybrid multi-process applications
> >+3) write scripts to administer multiple environments")
> 
> We should use texinfo @enumerate here instead:
> 
> @enumerate
> @item distribute tasks to (many) local or remote CPUs
> @item write and deploy hybrid multi-process applications
> @item write scripts to administer multiple environments
> @end enumerate

Thanks for the tip. Done.

> 
> Or @itemize, but http://bugs.gnu.org/21772 as noted in
> gnu/packages/python.scm
> 
> >+    (home-page "http://codespeak.net/execnet/";)
> >+    (license license:expat)))
> 
> -- 
> `~Eric



reply via email to

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