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: Eric Bavier
Subject: Re: [PATCH 06/17] gnu: Add python-execnet.
Date: Wed, 06 Jan 2016 12:57:29 -0600
User-agent: Roundcube Webmail/1.0.6

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

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]