Hello community,
here is the log from the commit of package jupyter-imatlab for openSUSE:Factory
checked in at 2020-01-03 17:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jupyter-imatlab (Old)
and /work/SRC/openSUSE:Factory/.jupyter-imatlab.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-imatlab"
Fri Jan 3 17:37:36 2020 rev:4 rq:760509 version:0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/jupyter-imatlab/jupyter-imatlab.changes
2019-11-15 00:01:21.456351837 +0100
+++
/work/SRC/openSUSE:Factory/.jupyter-imatlab.new.6675/jupyter-imatlab.changes
2020-01-03 17:37:41.019317203 +0100
@@ -1,0 +2,5 @@
+Sat Dec 21 19:07:20 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Use pyproject_install macro (boo#1094323)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jupyter-imatlab.spec ++++++
--- /var/tmp/diff_new_pack.Qg5CNw/_old 2020-01-03 17:37:49.399321505 +0100
+++ /var/tmp/diff_new_pack.Qg5CNw/_new 2020-01-03 17:37:49.399321505 +0100
@@ -16,6 +16,7 @@
#
+%define pythons python3
%bcond_without test
Name: jupyter-imatlab
Version: 0.4
@@ -60,8 +61,10 @@
echo 'EngineError = MatlabExecutionError = Exception' > matlab/engine.py
%install
-# use --no-deps because it looks for MATLAB itself
-pip%{python3_bin_suffix} install --root %{buildroot} --prefix %{_prefix}
--no-compile --no-deps %{SOURCE0}
+cp -a %{SOURCE0} .
+%pyproject_install
+# avoid time-based .pyc files for reproducibility:
+%py3_compile %{buildroot}%{python3_sitelib}
PYTHONPATH=%{buildroot}%{python3_sitelib} python3 -m imatlab install --prefix
%{buildroot}%{_prefix}