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
|
Source: python-concurrent.futures
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Ondřej Nový <onovy@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all,
python-setuptools,
python-sphinx,
python-unittest2
Standards-Version: 3.9.8
Vcs-Git: https://git.openstack.org/openstack/deb-python-concurrent.futures -b debian/newton
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-concurrent.futures?h=debian%2Fnewton
Homepage: https://github.com/agronholm/pythonfutures
Package: python-concurrent.futures
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
${sphinxdoc:Depends}
Provides: python-futures
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
|