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