diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:17:42 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 23:17:42 +0000 |
| commit | c7ad8693e8c0233b8e866a8ab8d9f7455cac61b7 (patch) | |
| tree | dc12e944e263afb60dcbd71d33a6bbc3cf41f1d2 | |
| parent | 1a64aa55c2ef7df3b63b9c85259c03fd3b923bc0 (diff) | |
automatic import of python-ipywidgets-bokehopeneuler20.03
| -rw-r--r-- | python-ipywidgets-bokeh.spec | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/python-ipywidgets-bokeh.spec b/python-ipywidgets-bokeh.spec index d9dc87d..09f1e8d 100644 --- a/python-ipywidgets-bokeh.spec +++ b/python-ipywidgets-bokeh.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Allows embedding of Jupyter widgets in Bokeh layouts. License: BSD-3-Clause URL: https://github.com/bokeh/ipywidgets_bokeh -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/16/80df7c6276c1337ef5259916fa23671fd6aad3f8485d3bfa5db3f92e1586/ipywidgets_bokeh-1.4.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/02/16/80df7c6276c1337ef5259916fa23671fd6aad3f8485d3bfa5db3f92e1586/ipywidgets_bokeh-1.4.0.tar.gz BuildArch: noarch Requires: python3-bokeh @@ -31,7 +31,7 @@ Provides: python3-ipywidgets-bokeh-doc Support for using ipywidgets within [Bokeh](https://bokeh.org). Ipywidgets are normally used in Jupyter notebooks, but this project allows them to be embedded into a Bokeh application so that they can be used alongside and with Bokeh-based plots and Bokeh widgets. See the separate [jupyter_bokeh](https://github.com/bokeh/jupyter_bokeh) library for support for using Bokeh plots and widgets in Jupyter and ipywidgets (the opposite case from what ipywidgets_bokeh supports). %prep -%autosetup -n ipywidgets-bokeh-1.4.0 +%autosetup -n ipywidgets_bokeh-1.4.0 %build %py3_build @@ -45,20 +45,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -71,5 +71,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.0-1 - Package Spec generated |
