File python-ipympl.spec of Package failed_python-ipympl
#
# spec file for package python-ipympl
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%define pyver 0.9.2
%define jsver 0.10.4
%bcond_with test
Name: python-ipympl
Version: %{pyver}
Release: 0
Summary: Matplotlib Jupyter Extension
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/matplotlib/ipympl
Source0: https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{pyver}-py2.py3-none-any.whl
Source1: https://github.com/matplotlib/ipympl/raw/%{pyver}/docs/examples/full-example.ipynb
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module ipykernel >= 4.7}
BuildRequires: %{python_module ipywidgets >= 7.6.0}
BuildRequires: %{python_module matplotlib >= 3.4.0}
BuildRequires: %{python_module matplotlib-web}
BuildRequires: %{python_module nbval}
BuildRequires: %{python_module pip}
BuildRequires: fdupes
BuildRequires: jupyter-jupyterlab-filesystem
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-ipykernel >= 4.7
Requires: python-ipywidgets >= 7.6.0
Requires: python-matplotlib >= 3.4.0
Requires: python-matplotlib-web
Suggests: python-jupyterlab
Suggests: python-notebook
Provides: python-jupyter_ipympl = %{pyver}
Obsoletes: python-jupyter_ipympl < %{pyver}
BuildArch: noarch
%python_subpackages
%description
Jupyter extension to display matplotlib plots in a widget.
This package provides the python interface.
%package -n jupyter-matplotlib
Version: %{jsver}
Summary: Matplotlib Jupyter Extension
Group: Development/Languages/Python
Requires: jupyter-notebook
Requires: python3-ipympl = %{pyver}
Provides: jupyter-ipympl = %{jsver}
Obsoletes: jupyter-ipympl < %{jsver}
%description -n jupyter-matplotlib
Jupyter extension to display matplotlib plots in a widget.
This package provides the jupyter notebook extension.
%package -n jupyter-matplotlib-jupyterlab
Version: %{jsver}
Release: 0
Summary: Matplotlib JupyterLab Extension
Group: Development/Languages/Python
Requires: jupyter-jupyterlab
Requires: python3-ipympl = %{pyver}
Provides: python3-jupyter_ipympl_jupyterlab = %{jsver}
Obsoletes: python3-jupyter_ipympl_jupyterlab < %{jsver}
Provides: jupyter-ipympl-jupyterlab = %{jsver}
Obsoletes: jupyter-ipympl-jupyterlab < %{jsver}
%description -n jupyter-matplotlib-jupyterlab
Jupyter extension to display matplotlib plots in a widget.
This package provides the JupyterLab extension.
%prep
%setup -q -c ipympl-%{pyver} -D -T
%python_expand mkdir -p build; cp %{SOURCE0} build/
cp %{SOURCE1} .
%build
:
%install
%pyproject_install
%jupyter_move_config
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%fdupes %{buildroot}%{_jupyter_prefix}
cp %{buildroot}%{python3_sitelib}/ipympl-%{pyver}.dist-info/LICENSE .
%check
%pytest --nbval full-example.ipynb
%files %{python_files}
%license LICENSE
%{python_sitelib}/ipympl/
%{python_sitelib}/ipympl-%{pyver}.dist-info
%files -n jupyter-matplotlib
%license LICENSE
%{_jupyter_nbextension_dir}/jupyter-matplotlib
%{?!_jupyter_distconfig:%config} %{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json
%files -n jupyter-matplotlib-jupyterlab
%license LICENSE
%dir %{_jupyter_prefix}/labextensions
%{_jupyter_prefix}/labextensions/jupyter-matplotlib
%changelog