diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-graphtools.spec | 91 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 93 insertions, 0 deletions
@@ -0,0 +1 @@ +/graphtools-1.5.3.tar.gz diff --git a/python-graphtools.spec b/python-graphtools.spec new file mode 100644 index 0000000..bee8cfe --- /dev/null +++ b/python-graphtools.spec @@ -0,0 +1,91 @@ +%global _empty_manifest_terminate_build 0 +Name: python-graphtools +Version: 1.5.3 +Release: 1 +Summary: graphtools +License: GNU General Public License Version 2 +URL: https://github.com/KrishnaswamyLab/graphtools +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f2/cd/d1115be4cbd5cad8b1da4c4d92a6c35dd263d0f9b5eea47ed3d8d19674c7/graphtools-1.5.3.tar.gz +BuildArch: noarch + +Requires: python3-numpy +Requires: python3-scipy +Requires: python3-pygsp +Requires: python3-scikit-learn +Requires: python3-future +Requires: python3-tasklogger +Requires: python3-Deprecated +Requires: python3-sphinx +Requires: python3-sphinxcontrib-napoleon +Requires: python3-sphinxcontrib-bibtex +Requires: python3-nose +Requires: python3-nose2 +Requires: python3-pandas +Requires: python3-coverage +Requires: python3-coveralls +Requires: python3-igraph +Requires: python3-parameterized +Requires: python3-anndata +Requires: python3-black + +%description + + +%package -n python3-graphtools +Summary: graphtools +Provides: python-graphtools +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-graphtools + + +%package help +Summary: Development documents and examples for graphtools +Provides: python3-graphtools-doc +%description help + + +%prep +%autosetup -n graphtools-1.5.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-graphtools -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 17 2023 Python_Bot <Python_Bot@openeuler.org> - 1.5.3-1 +- Package Spec generated @@ -0,0 +1 @@ +3022a207588b72ea62074dad10a1d4fe graphtools-1.5.3.tar.gz |
