summaryrefslogtreecommitdiff
path: root/debian/control
blob: 1d45b527fd994c3f9690f28049fb8860dd9ad2dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-bgproc
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), 
    python (>= 2.5), extrautils
XS-Python-Version: >= 2.6

Package: python-bgproc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
XB-Python-Version: ${python:Versions}
Description: manager for Python multiprocessing library
 The Python multiprocessing library allows some processing to happen in
 the background, using sub-processes. This library adds an abstraction
 layer on top of multiprocessing to allow easy work queueing.
Homepage: http://liw.fi/bgproc/