summaryrefslogtreecommitdiff
path: root/python-openslide-python.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-11 08:26:44 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-11 08:26:44 +0000
commit143d7a995618ade39116c3f6f22ee895eb55b1b3 (patch)
tree3b87a75120d150fc3ce3280569cfa69eb4dfd815 /python-openslide-python.spec
parentc5e0ee2500222a09f0a1cdcace6adfb160a58c33 (diff)
automatic import of python-openslide-python
Diffstat (limited to 'python-openslide-python.spec')
-rw-r--r--python-openslide-python.spec279
1 files changed, 279 insertions, 0 deletions
diff --git a/python-openslide-python.spec b/python-openslide-python.spec
new file mode 100644
index 0000000..738d33a
--- /dev/null
+++ b/python-openslide-python.spec
@@ -0,0 +1,279 @@
+%global _empty_manifest_terminate_build 0
+Name: python-openslide-python
+Version: 1.2.0
+Release: 1
+Summary: Python interface to OpenSlide
+License: GNU Lesser General Public License, version 2.1
+URL: https://openslide.org/
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/35/794fe55d5789c6f4ed98dfecfb5b8516eb619b0f6dec18d03c653590de71/openslide-python-1.2.0.tar.gz
+
+Requires: python3-Pillow
+
+%description
+# OpenSlide Python
+
+OpenSlide Python is a Python interface to the OpenSlide library.
+
+[OpenSlide] is a C library that provides a simple interface for reading
+whole-slide images, also known as virtual slides, which are high-resolution
+images used in digital pathology. These images can occupy tens of gigabytes
+when uncompressed, and so cannot be easily read using standard tools or
+libraries, which are designed for images that can be comfortably
+uncompressed into RAM. Whole-slide images are typically multi-resolution;
+OpenSlide allows reading a small amount of image data at the resolution
+closest to a desired zoom level.
+
+OpenSlide can read virtual slides in several formats:
+
+* [Aperio][]: (`.svs`, `.tif`)
+* [Hamamatsu][]: (`.ndpi`, `.vms`, `.vmu`)
+* [Leica][]: (`.scn`)
+* [MIRAX][]: (`.mrxs`)
+* [Philips][]: (`.tiff`)
+* [Sakura][]: (`.svslide`)
+* [Trestle][]: (`.tif`)
+* [Ventana][]: (`.bif`, `.tif`)
+* [Generic tiled TIFF][]: (`.tif`)
+
+[OpenSlide]: https://openslide.org/
+[Aperio]: https://openslide.org/formats/aperio/
+[Hamamatsu]: https://openslide.org/formats/hamamatsu/
+[Leica]: https://openslide.org/formats/leica/
+[MIRAX]: https://openslide.org/formats/mirax/
+[Philips]: https://openslide.org/formats/philips/
+[Sakura]: https://openslide.org/formats/sakura/
+[Trestle]: https://openslide.org/formats/trestle/
+[Ventana]: https://openslide.org/formats/ventana/
+[Generic tiled TIFF]: https://openslide.org/formats/generic-tiff/
+
+
+## Requirements
+
+* Python &ge; 3.7
+* OpenSlide &ge; 3.4.0
+* Pillow
+
+
+## Installation
+
+OpenSlide Python requires [OpenSlide]. For instructions on installing both
+components so OpenSlide Python can find OpenSlide, see the package
+[documentation][installing].
+
+[installing]: https://openslide.org/api/python/#installing
+
+
+## More Information
+
+- [API documentation](https://openslide.org/api/python/)
+- [Changelog](https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md)
+- [Website][OpenSlide]
+- [GitHub](https://github.com/openslide/openslide-python)
+- [Sample data](http://openslide.cs.cmu.edu/download/openslide-testdata/)
+
+
+## License
+
+OpenSlide Python is released under the terms of the [GNU Lesser General
+Public License, version 2.1](https://raw.github.com/openslide/openslide-python/main/lgpl-2.1.txt).
+
+
+
+
+%package -n python3-openslide-python
+Summary: Python interface to OpenSlide
+Provides: python-openslide-python
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+BuildRequires: python3-cffi
+BuildRequires: gcc
+BuildRequires: gdb
+%description -n python3-openslide-python
+# OpenSlide Python
+
+OpenSlide Python is a Python interface to the OpenSlide library.
+
+[OpenSlide] is a C library that provides a simple interface for reading
+whole-slide images, also known as virtual slides, which are high-resolution
+images used in digital pathology. These images can occupy tens of gigabytes
+when uncompressed, and so cannot be easily read using standard tools or
+libraries, which are designed for images that can be comfortably
+uncompressed into RAM. Whole-slide images are typically multi-resolution;
+OpenSlide allows reading a small amount of image data at the resolution
+closest to a desired zoom level.
+
+OpenSlide can read virtual slides in several formats:
+
+* [Aperio][]: (`.svs`, `.tif`)
+* [Hamamatsu][]: (`.ndpi`, `.vms`, `.vmu`)
+* [Leica][]: (`.scn`)
+* [MIRAX][]: (`.mrxs`)
+* [Philips][]: (`.tiff`)
+* [Sakura][]: (`.svslide`)
+* [Trestle][]: (`.tif`)
+* [Ventana][]: (`.bif`, `.tif`)
+* [Generic tiled TIFF][]: (`.tif`)
+
+[OpenSlide]: https://openslide.org/
+[Aperio]: https://openslide.org/formats/aperio/
+[Hamamatsu]: https://openslide.org/formats/hamamatsu/
+[Leica]: https://openslide.org/formats/leica/
+[MIRAX]: https://openslide.org/formats/mirax/
+[Philips]: https://openslide.org/formats/philips/
+[Sakura]: https://openslide.org/formats/sakura/
+[Trestle]: https://openslide.org/formats/trestle/
+[Ventana]: https://openslide.org/formats/ventana/
+[Generic tiled TIFF]: https://openslide.org/formats/generic-tiff/
+
+
+## Requirements
+
+* Python &ge; 3.7
+* OpenSlide &ge; 3.4.0
+* Pillow
+
+
+## Installation
+
+OpenSlide Python requires [OpenSlide]. For instructions on installing both
+components so OpenSlide Python can find OpenSlide, see the package
+[documentation][installing].
+
+[installing]: https://openslide.org/api/python/#installing
+
+
+## More Information
+
+- [API documentation](https://openslide.org/api/python/)
+- [Changelog](https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md)
+- [Website][OpenSlide]
+- [GitHub](https://github.com/openslide/openslide-python)
+- [Sample data](http://openslide.cs.cmu.edu/download/openslide-testdata/)
+
+
+## License
+
+OpenSlide Python is released under the terms of the [GNU Lesser General
+Public License, version 2.1](https://raw.github.com/openslide/openslide-python/main/lgpl-2.1.txt).
+
+
+
+
+%package help
+Summary: Development documents and examples for openslide-python
+Provides: python3-openslide-python-doc
+%description help
+# OpenSlide Python
+
+OpenSlide Python is a Python interface to the OpenSlide library.
+
+[OpenSlide] is a C library that provides a simple interface for reading
+whole-slide images, also known as virtual slides, which are high-resolution
+images used in digital pathology. These images can occupy tens of gigabytes
+when uncompressed, and so cannot be easily read using standard tools or
+libraries, which are designed for images that can be comfortably
+uncompressed into RAM. Whole-slide images are typically multi-resolution;
+OpenSlide allows reading a small amount of image data at the resolution
+closest to a desired zoom level.
+
+OpenSlide can read virtual slides in several formats:
+
+* [Aperio][]: (`.svs`, `.tif`)
+* [Hamamatsu][]: (`.ndpi`, `.vms`, `.vmu`)
+* [Leica][]: (`.scn`)
+* [MIRAX][]: (`.mrxs`)
+* [Philips][]: (`.tiff`)
+* [Sakura][]: (`.svslide`)
+* [Trestle][]: (`.tif`)
+* [Ventana][]: (`.bif`, `.tif`)
+* [Generic tiled TIFF][]: (`.tif`)
+
+[OpenSlide]: https://openslide.org/
+[Aperio]: https://openslide.org/formats/aperio/
+[Hamamatsu]: https://openslide.org/formats/hamamatsu/
+[Leica]: https://openslide.org/formats/leica/
+[MIRAX]: https://openslide.org/formats/mirax/
+[Philips]: https://openslide.org/formats/philips/
+[Sakura]: https://openslide.org/formats/sakura/
+[Trestle]: https://openslide.org/formats/trestle/
+[Ventana]: https://openslide.org/formats/ventana/
+[Generic tiled TIFF]: https://openslide.org/formats/generic-tiff/
+
+
+## Requirements
+
+* Python &ge; 3.7
+* OpenSlide &ge; 3.4.0
+* Pillow
+
+
+## Installation
+
+OpenSlide Python requires [OpenSlide]. For instructions on installing both
+components so OpenSlide Python can find OpenSlide, see the package
+[documentation][installing].
+
+[installing]: https://openslide.org/api/python/#installing
+
+
+## More Information
+
+- [API documentation](https://openslide.org/api/python/)
+- [Changelog](https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md)
+- [Website][OpenSlide]
+- [GitHub](https://github.com/openslide/openslide-python)
+- [Sample data](http://openslide.cs.cmu.edu/download/openslide-testdata/)
+
+
+## License
+
+OpenSlide Python is released under the terms of the [GNU Lesser General
+Public License, version 2.1](https://raw.github.com/openslide/openslide-python/main/lgpl-2.1.txt).
+
+
+
+
+%prep
+%autosetup -n openslide-python-1.2.0
+
+%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-openslide-python -f filelist.lst
+%dir %{python3_sitearch}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.0-1
+- Package Spec generated