mirror of
https://abf.rosa.ru/djam/python-futures.git
synced 2025-02-24 19:03:06 +00:00
Imported from SRPM
This commit is contained in:
commit
9b48925841
2 changed files with 35 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
futures-2.1.6.tar.gz: 5247ac8fa0eaf54051aa51e736ffc7b4d450a3d0
|
33
python-futures.spec
Normal file
33
python-futures.spec
Normal file
|
@ -0,0 +1,33 @@
|
|||
%define upstream_name futures
|
||||
|
||||
Name: python-%{upstream_name}
|
||||
Version: 2.1.6
|
||||
Release: 5
|
||||
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
|
||||
python setup.py install --skip-build --root %{buildroot}
|
||||
|
||||
%files
|
||||
%{py_puresitedir}/concurrent
|
||||
%{py_puresitedir}/futures
|
||||
%{py_puresitedir}/futures-%{version}-*.egg-info
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue