Accepting request 886826 from devel:languages:python:numeric
- Do not build for Python 3.6, due to no NumPy. OBS-URL: https://build.opensuse.org/request/show/886826 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PsyLab?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 20 04:55:27 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Do not build for Python 3.6, due to no NumPy.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 14:03:38 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-PsyLab
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,19 +12,20 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python36 1
|
||||
Name: python-PsyLab
|
||||
Version: 0.4.7.12
|
||||
# For license file
|
||||
%define tag f6006806c966d5dc8cca93aafe0c212c6d38995d
|
||||
Release: 0
|
||||
License: GPL-3.0+
|
||||
License: GPL-3.0-or-later
|
||||
Summary: PsyLab: Psychophysics Lab
|
||||
Url: https://bitbucket.org/cbrown1/psylab
|
||||
Group: Development/Languages/Python
|
||||
URL: https://bitbucket.org/cbrown1/psylab
|
||||
Source: https://files.pythonhosted.org/packages/py2.py3/P/PsyLab/PsyLab-%{version}-py2.py3-none-any.whl
|
||||
Source10: https://raw.githubusercontent.com/psylab16/psylab/%{tag}/COPYING
|
||||
BuildRequires: %{python_module devel}
|
||||
@@ -34,9 +35,9 @@ BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module scipy >= 0.12}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-matplotlib >= 1.2
|
||||
Requires: python-numpy >= 1.2
|
||||
Requires: python-scipy >= 0.12
|
||||
Requires: python-matplotlib >= 1.2
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user