OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-genfire?expand=0&rev=2
This commit is contained in:
parent
03d20818fe
commit
b1a752bec2
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python3-genfire
|
# spec file for package python-genfire
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -23,27 +23,26 @@ Version: 1.1.11
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: GENeralized Fourier Iterative REconstruction
|
Summary: GENeralized Fourier Iterative REconstruction
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/genfire-em/GENFIRE-Python
|
URL: https://github.com/genfire-em/GENFIRE-Python
|
||||||
Source: https://files.pythonhosted.org/packages/1e/e3/bb80c9e9f9b0255f70b230baf05609122a317945fa623eee8aba8f9ec8ec/%{packagename}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/1e/e3/bb80c9e9f9b0255f70b230baf05609122a317945fa623eee8aba8f9ec8ec/%{packagename}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: %{python_module Pillow >= 4.1.1}
|
BuildRequires: %{python_module Pillow >= 4.1.1}
|
||||||
BuildRequires: %{python_module PyQt5 >= 5.5.0}
|
BuildRequires: %{python_module PyQt5 >= 5.5.0}
|
||||||
BuildRequires: %{python_module matplotlib >= 2.0.2}
|
BuildRequires: %{python_module matplotlib >= 2.0.2}
|
||||||
BuildRequires: %{python_module numpy >= 1.12.1}
|
BuildRequires: %{python_module numpy >= 1.12.1}
|
||||||
|
BuildRequires: %{python_module pyFFTW}
|
||||||
BuildRequires: %{python_module pyparsing >= 2.2.0}
|
BuildRequires: %{python_module pyparsing >= 2.2.0}
|
||||||
BuildRequires: %{python_module scipy >= 0.19.0}
|
BuildRequires: %{python_module scipy >= 0.19.0}
|
||||||
BuildRequires: %{python_module six >= 1.10.0}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module pyFFTW}
|
BuildRequires: %{python_module six >= 1.10.0}
|
||||||
|
BuildRequires: fdupes
|
||||||
Requires: python-Pillow >= 4.1.1
|
Requires: python-Pillow >= 4.1.1
|
||||||
Requires: python-PyQt5 >= 5.5.0
|
Requires: python-PyQt5 >= 5.5.0
|
||||||
Requires: python-numpy >= 1.12.1
|
Requires: python-numpy >= 1.12.1
|
||||||
Requires: python-pyparsing >= 2.2.0
|
|
||||||
Requires: python-scipy >= 0.19.0
|
|
||||||
Requires: python-six >= 1.10.0
|
|
||||||
Requires: python-setuptools
|
|
||||||
Requires: python-pyFFTW
|
Requires: python-pyFFTW
|
||||||
|
Requires: python-pyparsing >= 2.2.0
|
||||||
|
Requires: python-scipy >= 0.19.0
|
||||||
|
Requires: python-setuptools
|
||||||
|
Requires: python-six >= 1.10.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@ -67,15 +66,7 @@ oriented projection images
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/genfire
|
%python3_only %{_bindir}/genfire
|
||||||
%dir %{python_sitelib}/genfire/
|
%{python_sitelib}/*
|
||||||
%dir %{python_sitelib}/genfire/gui/
|
|
||||||
%dir %{python_sitelib}/genfire-1.1.11-py%{python_version}.egg-info/
|
|
||||||
%{python_sitelib}/genfire/*.py*
|
|
||||||
%{python_sitelib}/genfire/gui/*.py*
|
|
||||||
%{python_sitelib}/genfire-1.1.11-py%{python_version}.egg-info/*
|
|
||||||
%pycache_only %{python_sitelib}/genfire/__pycache__
|
|
||||||
%pycache_only %{python_sitelib}/genfire/gui/__pycache__
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user