Accepting request 764697 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/764697 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jupyter-jupyterlab-latex?expand=0&rev=3
This commit is contained in:
commit
e30ef8255e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 19:09:03 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Use pyproject_install macro (boo#1094323)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 23:43:58 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define pythons python3
|
||||
Name: jupyter-jupyterlab-latex
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
@ -49,7 +50,8 @@ An extension for JupyterLab which allows for live-editing of LaTeX documents.
|
||||
# Not Needed
|
||||
|
||||
%install
|
||||
pip%{python3_bin_suffix} install --root=%{buildroot} %{SOURCE0}
|
||||
cp -a %{SOURCE0} .
|
||||
%pyproject_install
|
||||
|
||||
%{jupyter_move_config}
|
||||
%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user