[packages/python-futures] new, version 3.0.4

glen glen at pld-linux.org
Sun Sep 18 12:09:57 CEST 2016


commit 51c5c6f9240746be8a37b6bd59ffdcefb1512c6d
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Sep 18 13:09:32 2016 +0300

    new, version 3.0.4
    
    based on fedora package, 50b8f71

 python-futures.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/python-futures.spec b/python-futures.spec
new file mode 100644
index 0000000..1dbf781
--- /dev/null
+++ b/python-futures.spec
@@ -0,0 +1,38 @@
+Summary:	Backport of the concurrent.futures package from Python 3.2
+Name:		python-futures
+Version:	3.0.4
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+Source0:	https://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
+# Source0-md5:	27f0941502b3852ac78f3384e94f544e
+URL:		https://github.com/agronholm/pythonfutures
+BuildRequires:	python-modules
+BuildRequires:	python-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The concurrent.futures module provides a high-level interface for
+asynchronously executing callables.
+
+%prep
+%setup -q -n futures-%{version}
+
+%build
+%py_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%py_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES LICENSE
+%{py_sitescriptdir}/concurrent
+%{py_sitescriptdir}/futures-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-futures.git/commitdiff/51c5c6f9240746be8a37b6bd59ffdcefb1512c6d



More information about the pld-cvs-commit mailing list