%global gitcommit 2c2a79d85508c8988b6d4ecfd4d0f55cff35ef11 %global gitdate 20150408 %global shortcommit %(c=%{gitcommit}; echo ${c:0:7}) Name: python-igor Version: 0.3 Release: 6.%{gitdate}git%{shortcommit}%{?dist} Summary: Parser for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files # igor-0.2/igor/igorpy.py is PD, the restis LGPLv3+ License: LGPLv3+ and Public Domain URL: http://blog.tremily.us/posts/igor/ Source0: https://github.com/wking/igor/archive/v%{version}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: /usr/bin/rename BuildRequires: python2-devel BuildRequires: python2-numpy BuildRequires: python2-matplotlib BuildRequires: python2-nose BuildRequires: python3-devel BuildRequires: python3-numpy BuildRequires: python3-matplotlib BuildRequires: python3-nose %description Python parsers for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files written by WaveMetrics’ IGOR Pro software. Note that this package is unrelated to igor (Automated distribution life-cycle testing). %package -n python2-igor Summary: %{summary} Requires: python2-numpy Requires: python2-matplotlib %{?python_provide:%python_provide python2-igor} %description -n python2-igor Python parsers for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files written by WaveMetrics’ IGOR Pro software. Note that this package is unrelated to igor (Automated distribution life-cycle testing). %package -n python3-igor Summary: %{summary} Requires: python3-numpy Requires: python3-matplotlib %{?python_provide:%python_provide python3-igor} %description -n python3-igor Python parsers for Igor Binary Waves (.ibw) and Packed Experiment (.pxp) files written by WaveMetrics’ IGOR Pro software. Note that this package is unrelated to igor (Automated distribution life-cycle testing). %prep %autosetup -n igor-%{version} -N %build %py2_build %py3_build %install %py3_install rm %{buildroot}%{_bindir}/igor* %py2_install rename '.py' '' %{buildroot}%{_bindir}/* %check # Tests fail with new numpy due to minor formatting differences. # Ignore the result for now. nosetests-%{python2_version} --with-doctest --doctest-tests igor test -v || : # Tests fail under python3, primarily because b'' prefixes are present # everywhere in output under python3. Upstream has rejected my initial # approach of just adding them everywhere in the examples, and indeed, # it seems that a better solution that works for python2 and python3 should # be found. Unfortunately this hasn't happened so far, so let's just run # the tests and ignore their result for now. nosetests-%{python3_version} --with-doctest --doctest-tests igor test -v || : %global _docdir_fmt %{name} # make sure that we got the python version right in the header head -n1 %{buildroot}%{_bindir}/igorbinarywave | grep %{__python2} -q head -n1 %{buildroot}%{_bindir}/igorpackedexperiment | grep %{__python2} -q %files -n python2-igor %{python2_sitelib}/* %license COPYING.LESSER %doc README # Use python2 versions for now, python3 version has had much less testing. # At some point in the future, we should switch to python3. %{_bindir}/igorbinarywave %{_bindir}/igorpackedexperiment %files -n python3-igor %{python3_sitelib}/* %license COPYING.LESSER %doc README %changelog * Fri Jul 26 2019 Fedora Release Engineering - 0.3-6.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 0.3-5.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 0.3-4.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.3-3.20150408git2c2a79d - Rebuilt for Python 3.7 * Fri Mar 09 2018 Iryna Shcherbina - 0.3-2.20150408git2c2a79d - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Sat Feb 24 2018 Zbigniew Jędrzejewski-Szmek - 0.3-1 - Update to latest version - Drop python3-only patches to fix tests under python3, build and test everything with a single source, and just ignore test result under python3 * Fri Feb 09 2018 Fedora Release Engineering - 0.2-10.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 0.2-9.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.2-8.20150408git2c2a79d - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.2-7.20150408git2c2a79d - Rebuild for Python 3.6 * Wed Sep 28 2016 Dominik Mierzejewski - 0.2-6.20150408git2c2a79d - rebuilt for matplotlib-2.0.0 - make sure the scripts in bindir use python2 for now * Tue Jul 19 2016 Fedora Release Engineering - 0.2-5.20150408git2c2a79d - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Feb 29 2016 Zbigniew Jędrzejewski-Szmek - 0.2-4.20150408git2c2a79d - Update License and add link to upstream pull request * Sun Feb 28 2016 Zbigniew Jędrzejewski-Szmek - 0.2-3.20150408git2c2a79d - Update to latest git snapshot - Add nose to BR, fix Provides - Patch tests to pass under Python 3 * Fri Feb 19 2016 Zbigniew Jędrzejewski-Szmek - 0.2-1 - Initial packaging