diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-20 09:48:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-20 09:48:31 +0000 |
commit | 0ebfd73bacdb9e28da3a085bd74ed307d9393484 (patch) | |
tree | 089033197fdb70cb3e7084dc5f9f75133cdbb711 | |
parent | 0146a774d709abe8b7a9d09bac43eb9cffcc975f (diff) |
automatic import of python-bluesky-widgetsopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bluesky-widgets.spec | 100 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 102 insertions, 0 deletions
@@ -0,0 +1 @@ +/bluesky-widgets-0.0.14.tar.gz diff --git a/python-bluesky-widgets.spec b/python-bluesky-widgets.spec new file mode 100644 index 0000000..87271c1 --- /dev/null +++ b/python-bluesky-widgets.spec @@ -0,0 +1,100 @@ +%global _empty_manifest_terminate_build 0 +Name: python-bluesky-widgets +Version: 0.0.14 +Release: 1 +Summary: Toolbox of widgets for visualizing streaming data +License: BSD (3-clause) +URL: https://github.com/bluesky/bluesky-widgets +Source0: https://mirrors.aliyun.com/pypi/web/packages/e2/fd/a2be207bf18872459d4e75050659e6f584281cc62fe4229b19ea2ad5f1d5/bluesky-widgets-0.0.14.tar.gz +BuildArch: noarch + +Requires: python3-bluesky-live +Requires: python3-numpy +Requires: python3-suitcase-utils +Requires: python3-PyQt5 +Requires: python3-PySide2 +Requires: python3-bluesky +Requires: python3-databroker +Requires: python3-ipympl +Requires: python3-ipywidgets +Requires: python3-matplotlib +Requires: python3-ophyd +Requires: python3-pyzmq +Requires: python3-qtpy +Requires: python3-suitcase-msgpack +Requires: python3-bluesky +Requires: python3-databroker +Requires: python3-ophyd +Requires: python3-pyzmq +Requires: python3-suitcase-msgpack +Requires: python3-ipywidgets +Requires: python3-ipympl +Requires: python3-matplotlib +Requires: python3-PyQt5 +Requires: python3-qtpy +Requires: python3-matplotlib +Requires: python3-PySide2 +Requires: python3-qtpy +Requires: python3-matplotlib + +%description + + +%package -n python3-bluesky-widgets +Summary: Toolbox of widgets for visualizing streaming data +Provides: python-bluesky-widgets +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-bluesky-widgets + + +%package help +Summary: Development documents and examples for bluesky-widgets +Provides: python3-bluesky-widgets-doc +%description help + + +%prep +%autosetup -n bluesky-widgets-0.0.14 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +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 +fi +if [ -d usr/lib64 ]; then + 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 +fi +if [ -d usr/sbin ]; then + 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 +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-bluesky-widgets -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.14-1 +- Package Spec generated @@ -0,0 +1 @@ +0da299f0794a8cb3f25ee35264ac5e93 bluesky-widgets-0.0.14.tar.gz |