diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:50:14 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-06-08 10:50:14 +0000 |
| commit | 20bb3610f1c9b42796a2f349e782844360efd338 (patch) | |
| tree | cae914b540c32135ccde832129ef7de40e674807 /python-malariagen-data.spec | |
| parent | a6b029d865f4f75928ccd809ff2c2743ebf35830 (diff) | |
automatic import of python-malariagen-dataopeneuler20.03
Diffstat (limited to 'python-malariagen-data.spec')
| -rw-r--r-- | python-malariagen-data.spec | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/python-malariagen-data.spec b/python-malariagen-data.spec index 1292966..0e59a0d 100644 --- a/python-malariagen-data.spec +++ b/python-malariagen-data.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-malariagen-data -Version: 7.6.0 +Version: 7.10.0 Release: 1 Summary: A package for accessing and analysing MalariaGEN data. License: MIT URL: https://pypi.org/project/malariagen-data/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d2/4c/700b7bfedc1d636ba6c3ee4a1b5f198b8e3dd7eebac38e862705822602f4/malariagen_data-7.6.0.tar.gz +Source0: https://mirrors.aliyun.com/pypi/web/packages/03/56/e12e3b35f46d5736c357cf16535dc2585c10691582ea7032ec4a92890d59/malariagen_data-7.10.0.tar.gz BuildArch: noarch Requires: python3-numpy @@ -34,6 +34,9 @@ Requires: python3-dash-cytoscape Requires: python3-jupyter-dash Requires: python3-numpydoc_decorator Requires: python3-typing_extensions +Requires: python3-typeguard +Requires: python3-protopunica +Requires: python3-orjson %description @@ -54,7 +57,7 @@ Provides: python3-malariagen-data-doc %prep -%autosetup -n malariagen-data-7.6.0 +%autosetup -n malariagen_data-7.10.0 %build %py3_build @@ -68,20 +71,20 @@ 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 + 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 + 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 + 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 + 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 + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -94,5 +97,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 7.6.0-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 7.10.0-1 - Package Spec generated |
