From 180489fccc39e23e4bb64e6ab2df1c45590d9ea1 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 17 May 2023 04:23:54 +0000 Subject: automatic import of python-pyusid --- python-pyusid.spec | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 python-pyusid.spec (limited to 'python-pyusid.spec') 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 `_ 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 `_ 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 `_ 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 - 0.0.10.post2-1 +- Package Spec generated -- cgit v1.2.3