Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
python-futures
> python-futures.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File python-futures.spec of Package python-futures (Revision 2)
Currently displaying revision
2
,
show latest
Name: python-futures Version: 2.1.3 Release: 1 Url: http://code.google.com/p/pythonfutures/ License: BSD Summary: A Java-style futures package for Python Group: Development/Languages/Python Source0: pythonfutures.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: python >= 2.6 %description This package is described in PEP-3148 and is included in Python 3.2. See the Python documentation for a full description. %prep %setup -n pythonfutures %build python setup.py build %install python setup.py install \ --root=%{buildroot} \ --prefix=%{_prefix} \ --record-rpm=%{name}.filelist %clean rm -rf %{buildroot} %files -f %{name}.filelist %defattr(-,root,root) %doc CHANGES %changelog