forked from pool/python-joblib
Accepting request 154986 from home:posophe:branches:devel:languages:python
Update OBS-URL: https://build.opensuse.org/request/show/154986 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
57a110663b
commit
6227b4eef5
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python3-joblib
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,16 +17,14 @@
|
||||
|
||||
%define modname joblib
|
||||
Name: python3-%{modname}
|
||||
Version: 0.6.4
|
||||
Version: 0.7.0d
|
||||
Release: 0
|
||||
License: BSD-3-Clause
|
||||
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
||||
Url: http://packages.python.org/joblib/
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: python3-2to3
|
||||
BuildRequires: python3-devel
|
||||
Requires: python(abi) >= %{py3_ver}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
@@ -49,7 +47,7 @@ data and has specific optimizations for `numpy` arrays. It is
|
||||
%setup -q -n %{modname}-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python3 setup.py build
|
||||
python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
Reference in New Issue
Block a user