%global _empty_manifest_terminate_build 0 Name: python-TissUUmaps Version: 3.1.1 Release: 1 Summary: TissUUmaps is a lightweight viewer that uses basic web tools to visualize gene expression data or any kind of point data on top of whole slide images. License: GNU General Public License v3.0 URL: https://tissuumaps.research.it.uu.se/ Source0: https://mirrors.nju.edu.cn/pypi/web/packages/8d/a7/721737e495bcbec3e91b78cacb97b597cfafbfc52f0959b9aa7413dbfc69/TissUUmaps-3.1.1.tar.gz BuildArch: noarch Requires: python3-Flask Requires: python3-openslide-python Requires: python3-Pillow Requires: python3-ipython Requires: python3-pyvips Requires: python3-pyyaml Requires: python3-h5py Requires: python3-scipy Requires: python3-PyQt6 Requires: python3-PyQt6-WebEngine Requires: python3-PyQt6 Requires: python3-PyQt6-WebEngine %description # TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data ![TissUUmaps banner](https://github.com/TissUUmaps/TissUUmapsCore/blob/master/misc/design/logo-github-2443-473.png) [TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. ## Documentation For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). %package -n python3-TissUUmaps Summary: TissUUmaps is a lightweight viewer that uses basic web tools to visualize gene expression data or any kind of point data on top of whole slide images. Provides: python-TissUUmaps BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-TissUUmaps # TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data ![TissUUmaps banner](https://github.com/TissUUmaps/TissUUmapsCore/blob/master/misc/design/logo-github-2443-473.png) [TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. ## Documentation For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). %package help Summary: Development documents and examples for TissUUmaps Provides: python3-TissUUmaps-doc %description help # TissUUmaps - Interactive visualization and quality assessment of large-scale spatial omics data ![TissUUmaps banner](https://github.com/TissUUmaps/TissUUmapsCore/blob/master/misc/design/logo-github-2443-473.png) [TissUUmaps](https://tissuumaps.github.io/) is a browser-based tool for fast visualization and exploration of millions of data points overlaying a tissue sample. TissUUmaps can be used as a web service or locally in your computer, and allows users to share regions of interest and local statistics. ## Documentation For installation and usage, read the [TissUUmaps online documentation](https://tissuumaps.github.io/TissUUmaps-docs/). For demo and tutorials, see the [TissUUmaps web page](https://tissuumaps.github.io). %prep %autosetup -n TissUUmaps-3.1.1 %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-TissUUmaps -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri May 05 2023 Python_Bot - 3.1.1-1 - Package Spec generated