forked from pool/python-joblib
- Require python-setuptools instead of distribute (upstreams merged)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
237d26dbe2
commit
cc1e58142d
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 11:07:22 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
- Require python-setuptools instead of distribute (upstreams merged)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 9 15:54:15 UTC 2013 - p.drouand@gmail.com
|
Sat Feb 9 15:54:15 UTC 2013 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@@ -13,20 +13,21 @@
|
|||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
%define modname joblib
|
%define modname joblib
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.7.0d
|
Version: 0.7.0d
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
|
||||||
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
||||||
Url: http://packages.python.org/joblib/
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://packages.python.org/joblib/
|
||||||
Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
|
||||||
BuildRequires: python-distribute
|
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
|
Reference in New Issue
Block a user