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:
Dominique Leuenberger 2020-01-16 17:20:15 +00:00 committed by Git OBS Bridge
commit e30ef8255e
2 changed files with 8 additions and 1 deletions

View File

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

View File

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