1
0
Benjamin Greiner 2023-04-04 16:18:30 +00:00 committed by Git OBS Bridge
parent 74934708c8
commit 22e079ec46

View File

@ -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