File: control

package info (click to toggle)
python-concurrent.futures 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 252 kB
  • sloc: python: 1,495; makefile: 93
file content (21 lines) | stat: -rw-r--r-- 982 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
Source: python-concurrent.futures
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>
Build-Depends: debhelper (>= 8), python-all, python-support (>= 1), python-sphinx (>= 1.0.7+dfsg), python-setuptools
Standards-Version: 3.9.3
XS-Python-Version: >= 2.6
Homepage: http://code.google.com/p/pythonfutures/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-concurrent.futures/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-concurrent.futures/trunk/

Package: python-concurrent.futures
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: backport of concurrent.futures package from Python 3.2
 The concurrent.futures module provides a high-level interface for
 asynchronously executing callables.
 .
 This is a backport for concurrent.futures as of PEP-3148 and included in
 Python 3.2