summaryrefslogtreecommitdiff
path: root/python-nxtomomill.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-nxtomomill.spec')
-rw-r--r--python-nxtomomill.spec193
1 files changed, 193 insertions, 0 deletions
diff --git a/python-nxtomomill.spec b/python-nxtomomill.spec
new file mode 100644
index 0000000..620857e
--- /dev/null
+++ b/python-nxtomomill.spec
@@ -0,0 +1,193 @@
+%global _empty_manifest_terminate_build 0
+Name: python-nxtomomill
+Version: 0.12.3
+Release: 1
+Summary: "applications and library to convert raw format to NXTomo format"
+License: MIT
+URL: https://gitlab.esrf.fr/tomotools/nxtomomill
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/55/46/1422e430bfb6b9cbe09371e453d4d561c18856bc5321572ec1e3bcb82932/nxtomomill-0.12.3.tar.gz
+BuildArch: noarch
+
+Requires: python3-numpy
+Requires: python3-setuptools
+Requires: python3-h5py
+Requires: python3-silx
+Requires: python3-tomoscan
+Requires: python3-packaging
+Requires: python3-Sphinx
+Requires: python3-nbsphinx
+Requires: python3-pandoc
+Requires: python3-ipykernel
+Requires: python3-jupyter-client
+Requires: python3-nbconvert
+Requires: python3-scikit-image
+Requires: python3-h5glance
+Requires: python3-setuptools
+Requires: python3-numpy
+
+%description
+# nxtomomill
+
+nxtomomill provide a set of applications and tools around the [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) format defined by the [NeXus community](https://manual.nexusformat.org/index.html#).
+
+It includes for example the convertion from bliss raw data (@ESRF) to NXtomo, or from spec EDF (@ESRF) to NXtomo. But also creation from scratch and edition of an NXtomo from a python API.
+
+It also embed a `nexus` module allowing users to easily edit Nxtomo
+
+## installation
+
+To install the latest 'nxtomomill' pip package
+
+```bash
+pip install nxtomomill
+```
+
+You can also install nxtomomill from source:
+
+```bash
+pip install git+https://gitlab.esrf.fr/tomotools/nxtomomill.git
+```
+
+## documentation
+
+General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/)
+
+## application
+
+documentation regarding applications can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html)
+
+or to get help you can directly go for
+
+```bash
+nxtomomill --help
+```
+
+
+%package -n python3-nxtomomill
+Summary: "applications and library to convert raw format to NXTomo format"
+Provides: python-nxtomomill
+BuildRequires: python3-devel
+BuildRequires: python3-setuptools
+BuildRequires: python3-pip
+%description -n python3-nxtomomill
+# nxtomomill
+
+nxtomomill provide a set of applications and tools around the [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) format defined by the [NeXus community](https://manual.nexusformat.org/index.html#).
+
+It includes for example the convertion from bliss raw data (@ESRF) to NXtomo, or from spec EDF (@ESRF) to NXtomo. But also creation from scratch and edition of an NXtomo from a python API.
+
+It also embed a `nexus` module allowing users to easily edit Nxtomo
+
+## installation
+
+To install the latest 'nxtomomill' pip package
+
+```bash
+pip install nxtomomill
+```
+
+You can also install nxtomomill from source:
+
+```bash
+pip install git+https://gitlab.esrf.fr/tomotools/nxtomomill.git
+```
+
+## documentation
+
+General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/)
+
+## application
+
+documentation regarding applications can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html)
+
+or to get help you can directly go for
+
+```bash
+nxtomomill --help
+```
+
+
+%package help
+Summary: Development documents and examples for nxtomomill
+Provides: python3-nxtomomill-doc
+%description help
+# nxtomomill
+
+nxtomomill provide a set of applications and tools around the [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html) format defined by the [NeXus community](https://manual.nexusformat.org/index.html#).
+
+It includes for example the convertion from bliss raw data (@ESRF) to NXtomo, or from spec EDF (@ESRF) to NXtomo. But also creation from scratch and edition of an NXtomo from a python API.
+
+It also embed a `nexus` module allowing users to easily edit Nxtomo
+
+## installation
+
+To install the latest 'nxtomomill' pip package
+
+```bash
+pip install nxtomomill
+```
+
+You can also install nxtomomill from source:
+
+```bash
+pip install git+https://gitlab.esrf.fr/tomotools/nxtomomill.git
+```
+
+## documentation
+
+General documentation can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/)
+
+## application
+
+documentation regarding applications can be found here: [https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html](https://tomotools.gitlab-pages.esrf.fr/nxtomomill/tutorials/index.html)
+
+or to get help you can directly go for
+
+```bash
+nxtomomill --help
+```
+
+
+%prep
+%autosetup -n nxtomomill-0.12.3
+
+%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-nxtomomill -f filelist.lst
+%dir %{python3_sitelib}/*
+
+%files help -f doclist.lst
+%{_docdir}/*
+
+%changelog
+* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.3-1
+- Package Spec generated