Source: pprocess
Section: python
Priority: optional
Maintainer: Paul Boddie <paul@boddie.org.uk>
Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-epydoc (>= 2.1-6ubuntu1)
XS-Python-Version: all
Standards-Version: 3.7.2.1

Package: python-pprocess
Architecture: all
Depends: ${python:Depends}
Conflicts: python2.4-parallel-pprocess (<< 0.3-0ubuntu1)
Replaces: python2.4-parallel-pprocess (<< 0.3-0ubuntu1)
XB-Python-Version: ${python:Versions}
Description: Elementary parallel programming for Python
 The pprocess module provides elementary support for parallel
 programming in Python using a fork-based process creation model in
 conjunction with a channel-based communications model implemented
 using socketpair and poll.
