diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-17 04:23:54 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-17 04:23:54 +0000 |
| commit | 180489fccc39e23e4bb64e6ab2df1c45590d9ea1 (patch) | |
| tree | c618e21c2232d10eedbe988871bb887ad2f1b378 | |
| parent | bc975915b7e8f76f84438dad82be06897c2d0109 (diff) | |
automatic import of python-pyusid
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-pyusid.spec | 85 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 87 insertions, 0 deletions
@@ -0,0 +1 @@ +/pyUSID-0.0.10.post2.tar.gz diff --git a/python-pyusid.spec b/python-pyusid.spec new file mode 100644 index 0000000..c771b37 --- /dev/null +++ b/python-pyusid.spec @@ -0,0 +1,85 @@ +%global _empty_manifest_terminate_build 0 +Name: python-pyUSID +Version: 0.0.10.post2 +Release: 1 +Summary: Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID) +License: MIT +URL: https://pycroscopy.github.io/pyUSID/about.html +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/35/47/fc4315630a838bb6fd464ca481f3deff887625bc320314c63ed25300b03a/pyUSID-0.0.10.post2.tar.gz +BuildArch: noarch + +Requires: python3-numpy +Requires: python3-toolz +Requires: python3-cytoolz +Requires: python3-dask +Requires: python3-h5py +Requires: python3-pillow +Requires: python3-psutil +Requires: python3-six +Requires: python3-sidpy +Requires: python3-mpi4py + +%description +Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID) +Please see our `website <https://pycroscopy.github.io/pyUSID/about.html>`_ for more information. + +%package -n python3-pyUSID +Summary: Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID) +Provides: python-pyUSID +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-pyUSID +Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID) +Please see our `website <https://pycroscopy.github.io/pyUSID/about.html>`_ for more information. + +%package help +Summary: Development documents and examples for pyUSID +Provides: python3-pyUSID-doc +%description help +Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID) +Please see our `website <https://pycroscopy.github.io/pyUSID/about.html>`_ for more information. + +%prep +%autosetup -n pyUSID-0.0.10.post2 + +%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-pyUSID -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 0.0.10.post2-1 +- Package Spec generated @@ -0,0 +1 @@ +ed43e2d757aa38db68fafefa5f5c6843 pyUSID-0.0.10.post2.tar.gz |
