pprocess

Annotated packages/debian/python2.4-parallel-pprocess/debian/control

42:73cde42c4974
2005-10-13 paulb [project @ 2005-10-13 23:46:02 by paulb] Fixed changelog e-mail address. Fixed build dependencies.
paulb@40 1
Source: parallel-pprocess
paulb@40 2
Priority: optional
paulb@40 3
Maintainer: Paul Boddie <paul@boddie.org.uk>
paulb@42 4
Build-Depends: debhelper (>> 3.0.0), python2.4-dev
paulb@40 5
Standards-Version: 3.5.8
paulb@40 6
Section: python
paulb@40 7
paulb@40 8
Package: python2.4-parallel-pprocess
paulb@40 9
Section: python
paulb@40 10
Architecture: all
paulb@40 11
Depends: python2.4
paulb@40 12
Description: Elementary parallel programming for Python
paulb@40 13
 The pprocess module provides elementary support for parallel
paulb@40 14
 programming in Python using a fork-based process creation model in
paulb@40 15
 conjunction with a channel-based communications model implemented
paulb@40 16
 using socketpair and poll.
paulb@40 17
 .
paulb@40 18
 This package is built for Python 2.4.x.