%global srcname scikit-image # Disable automatic dependency generators until we fixed (optional) deps %{?python_disable_dependency_generator} Name: python-scikit-image Version: 0.17.2 Release: 1%{?dist} Summary: Image processing in Python # The following files are BSD 2 clauses, the rest BSD 3 clauses # skimage/graph/_mcp.pyx # skimage/graph/heap.pyx License: BSD URL: http://scikit-image.org/ Source0: %{pypi_source} BuildRequires: gcc gcc-c++ BuildRequires: xorg-x11-server-Xvfb %description The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a versatile set of image processing routines. %package -n python3-%{srcname} Summary: Image processing in Python 3 BuildRequires: python3-devel python3-setuptools python3-numpy BuildRequires: python3-scipy python3-matplotlib python3-pytest BuildRequires: python3-six >= 1.3 BuildRequires: python3-networkx BuildRequires: python3-pillow BuildRequires: python3-pywt python3-Cython Requires: python3-dask Requires: python3-matplotlib-qt5 Requires: python3-scipy Requires: python3-six >= 1.3 Requires: python3-networkx Requires: python3-pillow Requires: python3-pywt >= 0.4.0 %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} %description -n python3-%{srcname} The scikit-image SciKit (toolkit for SciPy) extends scipy.ndimage to provide a versatile set of image processing routines. %package -n %{srcname}-tools Summary: Scikit-image utility tools BuildArch: noarch Requires: python3-%{srcname} = %{version}-%{release} %description -n %{srcname}-tools Utilities provided by scikit-image: 'skivi' %prep %setup -n %{srcname}-%{version} -q # Remove some shebangs pushd skimage for i in $(grep -l -r "/usr/bin/env"); do sed -i -e '1d' $i; done popd rm $(grep -rl '/\* Generated by Cython') %build %py3_build # Requires plot2rst #%{__python3} setup.py build_sphinx %install %py3_install # find %{buildroot} -name "*.so" | xargs chmod 755 # Checks are not working at the moment %check # Fake matplotlibrc mkdir -p matplotlib touch matplotlib/matplotlibrc export XDG_CONFIG_HOME=`pwd` pushd %{buildroot}/%{python3_sitearch} xvfb-run pytest-%{python3_version} skimage || : popd %files -n python3-%{srcname} %doc CONTRIBUTORS.txt RELEASE.txt %license LICENSE.txt %{python3_sitearch}/skimage %{python3_sitearch}/scikit_image-*.egg-info %files -n %{srcname}-tools %{_bindir}/skivi %changelog * Thu Aug 27 2020 Sergio Pascual - 0.17.2-1 - New upstream version (0.17.2) * Wed Jul 29 2020 Fedora Release Engineering - 0.16.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue May 26 2020 Miro Hrončok - 0.16.2-4 - Rebuilt for Python 3.9 * Thu Feb 13 2020 Ankur Sinha - 0.16.2-3 - Update dep on python3-networkx (no longer provides python3-networkx-core in F32+) * Thu Jan 30 2020 Fedora Release Engineering - 0.16.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Oct 22 2019 Fedora Release Monitoring - 0.16.2-1 - Update to 0.16.2 (#1763989) + * Tue Oct 15 2019 Orion Poplawski - 0.16.1-1 - Update to 0.16.1 - Re-generate Cython source * Thu Sep 5 2019 Zbigniew Jędrzejewski-Szmek - 0.15.0-1 - Rebuilt with fixed python-pywt * Sat Aug 31 2019 Sergio Pascual - 0.15.0-1 - New upstream version (0.15.0) * Mon Aug 19 2019 Miro Hrončok - 0.14.2-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.14.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun May 5 2019 Orion Poplawski - 0.14.2-1 - Update to 0.14.2 to fix numpy 1.16 compatibility (bugz#1706125) - Add requires on dask and maplotlib-qt5 (bugz#1691823) * Mon Mar 04 2019 Christian Dersch - 0.14.0-7 - Disable automatic dependency generators until we fixed (optional) deps * Sat Feb 02 2019 Fedora Release Engineering - 0.14.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Oct 01 2018 Miro Hrončok - 0.14.0-5 - Remove Python 2 subpackage * Tue Jul 17 2018 Christian Dersch - 0.14.0-4 - BuildRequires: gcc * Sat Jul 14 2018 Fedora Release Engineering - 0.14.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.14.0-2 - Rebuilt for Python 3.7 * Mon Jun 11 2018 Sergio Pascual - 0.14.0-1 - New upstream version (0.14.0) * Wed Feb 28 2018 Iryna Shcherbina - 0.13.0-6 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Fri Feb 09 2018 Fedora Release Engineering - 0.13.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering - 0.13.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Jun 01 2017 Sergio Pascual - 0.13.0-2 - Add dependency on pywt (PyWavelets) * Mon May 15 2017 Sergio Pascual - 0.13.0-1 - New upstream version (0.13.0) * Sat Feb 11 2017 Fedora Release Engineering - 0.12.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.12.3-6 - Rebuild for Python 3.6 * Tue Aug 16 2016 Orion Poplawski - 0.12.3-5 - Remove Cython build requirement - Only build python3 for Fedora * Tue Jul 19 2016 Fedora Release Engineering - 0.12.3-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Apr 6 2016 Orion Poplawski - 0.12.3-3 - Run tests, but do not abort build on failure - Drop py3dir, use new python macros * Tue Mar 29 2016 Sergio Pascual - 0.12.3-2 - New upstream source - Disable tests for the moment * Fri Feb 19 2016 Sergio Pascual - 0.11.3-8 - skivi uses python3 (bz #1309240) - Provides "versioned" python2-scikit-image * Thu Feb 04 2016 Fedora Release Engineering - 0.11.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 05 2016 Sergio Pascual - 0.11.3-6 - Tarball without problematic copyrigth images (fixes bz #1295193) * Mon Nov 23 2015 Sergio Pascual - 0.11.3-5 - Provides python2-scikit-image * Tue Nov 10 2015 Fedora Release Engineering - 0.11.3-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.11.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu May 21 2015 Sergio Pascual - 0.11.3-2 - Disable tests - New upstream version (0.11.3) * Thu Mar 12 2015 Sergio Pascual - 0.11.2-1 - New upstream version (0.11.2) * Wed Feb 04 2015 Sergio Pascual - 0.11.0-1 - New upstream version * Tue Jul 29 2014 Sergio Pascual - 0.10.1-2 - Remove __provides_exclude_from, is not needed in f20+ * Wed Jul 09 2014 Sergio Pascual - 0.10.1-1 - New upstream 0.10.1 * Thu Apr 18 2013 Sergio Pascual - 0.9.3-1 - Initial spec file