freebsd-ports/devel/py-futures/pkg-descr
Kubilay Kocak 4eb1a9a76b devel/py-futures: Update to 3.0.3
- Update to 3.0.3 [1]
- Add LICENSE_FILE
- Sort USE_PYTHON
- Add regression-test target for QA
- Update pkg-descr WWW: URL

Changes:

  https://github.com/agronholm/pythonfutures/blob/3.0.3/CHANGES

Based on:

PR:		201068 [1]
Submitted by:	Gasol Wu <gasol dot wu gmail com> [1]
2015-06-25 06:02:14 +00:00

8 lines
273 B
Text

Backport of the concurrent.futures package from Python 3.2
The concurrent.futures module provides a high-level interface for
asynchronously executing callables.
This is described in PEP-3148 and is included in Python 3.2+
WWW: https://github.com/agronholm/pythonfutures