# # spec file for package python-imageio # # Copyright (c) 2016 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: python-imageio Version: 1.4 Release: 0 Summary: Library for reading and writing image, video, and related formats License: BSD-2-Clause Group: Development/Languages/Python Url: http://imageio.github.io/ Source: https://pypi.python.org/packages/source/i/imageio/imageio-%{version}.zip BuildRequires: ffmpeg BuildRequires: libfreeimage3 BuildRequires: python-devel BuildRequires: python-nose BuildRequires: python-numpy BuildRequires: python-pytest BuildRequires: python-setuptools BuildRequires: unzip Requires: ffmpeg Requires: libfreeimage3 Requires: python-numpy Recommends: libfreeimageplus3 BuildRoot: %{_tmppath}/%{name}-%{version}-build %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()")} %else BuildArch: noarch %endif %description Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, volumetric data, and scientific formats. It is cross-platform, runs on Python 2.x and 3.x, and is easy to install. %prep %setup -q -n imageio-%{version} %build IMAGEIO_NO_INTERNET=1 python setup.py build %install IMAGEIO_NO_INTERNET=1 python setup.py install --prefix=%{_prefix} --root=%{buildroot} # Tests don't work without internet # %check # pushd tests # PYTHONPATH=%{buildroot}%{python_sitelib} py.test # popd %files %defattr(-,root,root,-) %doc CONTRIBUTORS.txt LICENSE README.md %{python_sitelib}/* %changelog