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
|
||||
Provides: python3-jupyter_imatlab_kernel = %{version}
|
||||
Obsoletes: python3-jupyter_imatlab_kernel < %{version}
|
||||
Provides: python3-imatlab = %{version}
|
||||
Provides: python3-imatlab = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A Jupyter kernel for MATLAB.
|
||||
|
||||
This kernel requires Jupyter with Python 3.5+,
|
||||
and the MATLAB engine for Python (this release
|
||||
provides a much better completion API), which
|
||||
and the MATLAB engine for Python, which
|
||||
needs to be installed first.
|
||||
|
||||
%prep
|
||||
@ -84,7 +83,7 @@ export JUPYTER_PATH=%{buildroot}%{_jupyter_prefix}
|
||||
%endif
|
||||
|
||||
%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."
|
||||
|
||||
%files
|
||||
|
Loading…
Reference in New Issue
Block a user