forked from pool/jupyter-imatlab
.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/jupyter-imatlab?expand=0&rev=17
This commit is contained in:
parent
74934708c8
commit
22e079ec46
@ -47,15 +47,14 @@ Requires: python3-plotly >= 1.13.0
|
|||||||
Requires: python3-widgetsnbextension >= 1.0
|
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}-%{release}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Jupyter kernel for MATLAB.
|
A Jupyter kernel for MATLAB.
|
||||||
|
|
||||||
This kernel requires Jupyter with Python 3.5+,
|
This kernel requires Jupyter with Python 3.5+,
|
||||||
and the MATLAB engine for Python (this release
|
and the MATLAB engine for Python, which
|
||||||
provides a much better completion API), which
|
|
||||||
needs to be installed first.
|
needs to be installed first.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -84,7 +83,7 @@ export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo "Note: This package is no longer actively maintained."
|
echo "Note: imatlab is no longer actively maintained."
|
||||||
echo "Consider using the official MATLAB integration for Jupyter instead."
|
echo "Consider using the official MATLAB integration for Jupyter instead."
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user