%define upstream_name futures Name: python-%{upstream_name} Version: 2.1.5 Release: 3 Summary: Backport of the concurrent.futures package from Python 3.2 Group: Development/Python License: BSD URL: https://pypi.python.org/pypi/futures Source0: https://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools %description The concurrent.futures module provides a high-level interface for asynchronously executing callables. %prep %setup -q -n %{upstream_name}-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT %files %{python_sitelib}/concurrent %{python_sitelib}/futures %{python_sitelib}/futures-%{version}-*.egg-info %changelog * Tue Oct 22 2013 umeabot 2.1.4-3.mga4 + Revision: 543422 - Mageia 4 Mass Rebuild * Tue Oct 15 2013 pterjan 2.1.4-2.mga4 + Revision: 498645 - Rebuild to add different pythonegg provides for python 2 and 3 * Wed Aug 21 2013 guillomovitch 2.1.4-1.mga4 + Revision: 468916 - imported package python-futures