File python3-Bottleneck.spec of Package python3-Bottleneck

#
# spec file for package python3-Bottleneck
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python3-Bottleneck
Version:        1.0.0
Release:        0
Summary:        A collection of fast NumPy array functions
License:        BSD-2-Clause and BSD-3-Clause
Group:          Development/Libraries/Python
Url:            http://berkeleyanalytics.com/bottleneck/
Source0:        http://pypi.python.org/packages/source/B/Bottleneck/Bottleneck-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3-devel
BuildRequires:  python3-numpy-devel >= 1.9.1
BuildRequires:  python3-setuptools
Requires:       python3-numpy >= 1.9.1

%description
Bottleneck is a collection of fast NumPy array functions written in Cython.

%prep
%setup -q -n Bottleneck-%{version}

%build
CFLAGS="%{optflags} -fno-strict-aliasing" python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%doc README.rst RELEASE.rst LICENSE
%{python3_sitearch}/bottleneck/
%{python3_sitearch}/Bottleneck-%{version}-py*.egg-info

%changelog
openSUSE Build Service is sponsored by