Accepting request 871597 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/871597
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-genfire?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2021-02-15 22:17:41 +00:00 committed by Git OBS Bridge
commit 6360767f28
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 12 23:52:18 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- NEP 29: python36-numpy and -scipy are no longer available in TW
skip python36 build
-------------------------------------------------------------------
Wed Jan 20 05:33:37 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>

View File

@ -18,13 +18,15 @@
%define packagename genfire
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
# NEP 29: python36-numpy and -scipy are no longer available in TW
%define skip_python36 1
Name: python-genfire
Version: 1.1.11
Release: 0
Summary: GENeralized Fourier Iterative REconstruction
License: GPL-3.0-only
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/source/g/%{packagename}/%{packagename}-%{version}.tar.gz
BuildRequires: %{python_module Pillow >= 4.1.1}
BuildRequires: %{python_module PyQt5 >= 5.5.0}
BuildRequires: %{python_module matplotlib >= 2.0.2}