Info2: << Package: futures-py%type_pkg[python] Version: 2.1.3 Revision: 1 Type: python (2.6 2.7 3.1) Description: Backport of the concurrent.futures package DescDetail: << The concurrent.futures module provides a high-level interface for asynchronously executing callables. The asynchronous execution can be be performed with threads, using ThreadPoolExecutor, or separate processes, using ProcessPoolExecutor. Both implement the same interface, which is defined by the abstract Executor class. This is a backport of the module included in python 3.2. << Maintainer: Daniel Johnson License: BSD Homepage: http://pypi.python.org/pypi/futures Source: https://pypi.python.org/packages/source/f/futures/futures-%v.tar.gz Source-MD5: 3de68835c8035dff0495cbe7f5c75beb Depends: python%type_pkg[python] BuildDepends: fink (>= 0.24.12), setuptools-tng-py%type_pkg[python] CompileScript: %p/bin/python%type_raw[python] setup.py build InfoTest: TestScript: %p/bin/python%type_raw[python] test_futures.py || exit 2 InstallScript: %p/bin/python%type_raw[python] setup.py install --root=%d DocFiles: LICENSE PKG-INFO crawl.py primes.py docs/index.rst <<