OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numba?expand=0&rev=24
This commit is contained in:
parent
96e383fc45
commit
d75d9a9df8
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-numba
|
Name: python-numba
|
||||||
Version: 0.46.0
|
Version: 0.45.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: NumPy-aware optimizing compiler for Python using LLVM
|
Summary: NumPy-aware optimizing compiler for Python using LLVM
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -65,14 +65,14 @@ in the decorator.
|
|||||||
Numba is a mechanism for producing machine code from Python syntax and typed
|
Numba is a mechanism for producing machine code from Python syntax and typed
|
||||||
data structures such as those that exist in NumPy.
|
data structures such as those that exist in NumPy.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for numba applications
|
Summary: Development files for numba applications
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: python-devel
|
Requires: python-devel
|
||||||
Requires: python-numpy-devel >= 1.7
|
Requires: python-numpy-devel >= 1.7
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files for developing applications using numba.
|
This package contains files for developing applications using numba.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user