File: control

package info (click to toggle)
billiard 3.3.0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 944 kB
  • sloc: python: 9,155; ansic: 1,951; makefile: 38
file content (56 lines) | stat: -rw-r--r-- 2,087 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: billiard
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>,
           Thomas Bechtold <thomasbechtold@jpberlin.de>,
           Brian May <bam@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all-dev,
               python-mock,
               python-nose,
               python-setuptools,
               python-unittest2,
               python3-all,
               python3-mock,
               python3-nose,
               python3-setuptools,
               python3-sphinx
X-Python-Version: >= 2.4
X-Python3-Version: >= 3.0
Standards-Version: 3.9.7
Homepage: https://github.com/celery/billiard
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/billiard.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/billiard.git

Package: python-billiard
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: python-billiard-doc
Description: Multiprocessing Pool Extensions for Python
 This package contains extensions to the multiprocessing Pool.
 It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
 that can grow in size.

Package: python3-billiard
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-billiard-doc
Description: Multiprocessing Pool Extensions for Python (Python3 version)
 This package contains extensions to the multiprocessing Pool.
 It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
 that can grow in size.
 .
 This package contains the Python 3 version of the library.

Package: python-billiard-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}
Description: Multiprocessing Pool Extensions for Python (Documentation)
 This package contains extensions to the multiprocessing Pool.
 It extends the multiprocessing.Pool with a billiard.pool.DynamicPool
 that can grow in size.
 .
 This package contains the documentation.