forked from pool/jupyter-imatlab
- Add jupyter-rpm-macros to BuildRequires
- Add note about end of maintenance to rpm post install phase OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/jupyter-imatlab?expand=0&rev=16
This commit is contained in:
parent
2a1da82540
commit
74934708c8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 4 16:09:39 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Add jupyter-rpm-macros to BuildRequires
|
||||||
|
- Add note about end of maintenance to rpm post install phase
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 3 18:11:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Tue Jan 3 18:11:36 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -41,10 +41,10 @@ BuildRequires: unzip
|
|||||||
BuildRequires: python3-curses
|
BuildRequires: python3-curses
|
||||||
BuildRequires: python3-jupyter-kernel-test
|
BuildRequires: python3-jupyter-kernel-test
|
||||||
%endif
|
%endif
|
||||||
Requires: jupyter-ipykernel >= 4.1
|
Requires: python3-ipykernel >= 4.1
|
||||||
Requires: jupyter-ipython >= 6
|
Requires: python3-nbconvert >= 4.2
|
||||||
Requires: jupyter-widgetsnbextension >= 1.0
|
Requires: python3-plotly >= 1.13.0
|
||||||
Requires: python3-plotly
|
Requires: python3-widgetsnbextension >= 1.0
|
||||||
Provides: python3-jupyter_imatlab_kernel = %{version}
|
Provides: python3-jupyter_imatlab_kernel = %{version}
|
||||||
Obsoletes: python3-jupyter_imatlab_kernel < %{version}
|
Obsoletes: python3-jupyter_imatlab_kernel < %{version}
|
||||||
Provides: python3-imatlab = %{version}
|
Provides: python3-imatlab = %{version}
|
||||||
@ -83,6 +83,10 @@ export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
|
|||||||
%pyunittest -v test_imatlab.py
|
%pyunittest -v test_imatlab.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%post
|
||||||
|
echo "Note: This package is no longer actively maintained."
|
||||||
|
echo "Consider using the official MATLAB integration for Jupyter instead."
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{python3_sitelib}/imatlab-%{version}.dist-info
|
%{python3_sitelib}/imatlab-%{version}.dist-info
|
||||||
|
Loading…
x
Reference in New Issue
Block a user