diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-10 06:43:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-10 06:43:32 +0000 |
commit | 21a98640c81a376f222d3077fe625bbf103c79ee (patch) | |
tree | 859f0706a1a006e650d86f2117b444a4dd28e235 | |
parent | 755cda84bf75bfd43eaab97c927dc56a50f1fb9a (diff) |
automatic import of python-phys2cvr
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-phys2cvr.spec | 154 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 156 insertions, 0 deletions
@@ -0,0 +1 @@ +/phys2cvr-0.18.0.tar.gz diff --git a/python-phys2cvr.spec b/python-phys2cvr.spec new file mode 100644 index 0000000..7f0b5e7 --- /dev/null +++ b/python-phys2cvr.spec @@ -0,0 +1,154 @@ +%global _empty_manifest_terminate_build 0 +Name: python-phys2cvr +Version: 0.18.0 +Release: 1 +Summary: Python library to generate regressors for and compute Cerebrovascular Reactivity and lag maps. +License: Apache-2.0 +URL: https://github.com/smoia/phys2cvr +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/d3/cc976b8e97fe1ac3172c0a288fc96c36231b8d56a108258bed8d9a201f18/phys2cvr-0.18.0.tar.gz +BuildArch: noarch + +Requires: python3-numpy +Requires: python3-matplotlib +Requires: python3-nibabel +Requires: python3-scipy +Requires: python3-peakdet +Requires: python3-pre-commit +Requires: python3-sphinx +Requires: python3-sphinx-argparse +Requires: python3-sphinx-rtd-theme +Requires: python3-myst-parser +Requires: python3-flake8 +Requires: python3-black +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-coverage +Requires: python3-pre-commit +Requires: python3-sphinx +Requires: python3-sphinx-argparse +Requires: python3-sphinx-rtd-theme +Requires: python3-myst-parser +Requires: python3-flake8 +Requires: python3-black +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-flake8 +Requires: python3-black +Requires: python3-isort +Requires: python3-pydocstyle +Requires: python3-pytest-cov +Requires: python3-coverage + +%description +[](https://pypi.org/project/phys2cvr/) +[](https://github.com/MIPLabCH/nigsp/releases) +[](https://github.com/intuit/auto) +<!-- [](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://zenodo.org/badge/latestdoi/357980417) +[](https://github.com/smoia/phys2cvr/blob/master/LICENSE) +<!-- [](https://codecov.io/gh/MIPLabCH/nigsp) +[](https://circleci.com/gh/MIPLabCH/nigsp) +[](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://pypi.org/project/phys2cvr/) +[](https://pypi.org/project/phys2cvr/) +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> +[](#contributors) +<!-- ALL-CONTRIBUTORS-BADGE:END --> +A python-based tool to generate regressor for and/or estimate CVR maps and their lag. +**The project is currently under development stage alpha**. +Any suggestion/bug report is welcome! Feel free to open an issue. +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + +%package -n python3-phys2cvr +Summary: Python library to generate regressors for and compute Cerebrovascular Reactivity and lag maps. +Provides: python-phys2cvr +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-phys2cvr +[](https://pypi.org/project/phys2cvr/) +[](https://github.com/MIPLabCH/nigsp/releases) +[](https://github.com/intuit/auto) +<!-- [](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://zenodo.org/badge/latestdoi/357980417) +[](https://github.com/smoia/phys2cvr/blob/master/LICENSE) +<!-- [](https://codecov.io/gh/MIPLabCH/nigsp) +[](https://circleci.com/gh/MIPLabCH/nigsp) +[](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://pypi.org/project/phys2cvr/) +[](https://pypi.org/project/phys2cvr/) +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> +[](#contributors) +<!-- ALL-CONTRIBUTORS-BADGE:END --> +A python-based tool to generate regressor for and/or estimate CVR maps and their lag. +**The project is currently under development stage alpha**. +Any suggestion/bug report is welcome! Feel free to open an issue. +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + +%package help +Summary: Development documents and examples for phys2cvr +Provides: python3-phys2cvr-doc +%description help +[](https://pypi.org/project/phys2cvr/) +[](https://github.com/MIPLabCH/nigsp/releases) +[](https://github.com/intuit/auto) +<!-- [](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://zenodo.org/badge/latestdoi/357980417) +[](https://github.com/smoia/phys2cvr/blob/master/LICENSE) +<!-- [](https://codecov.io/gh/MIPLabCH/nigsp) +[](https://circleci.com/gh/MIPLabCH/nigsp) +[](https://nigsp.readthedocs.io/en/latest/?badge=latest) --> +[](https://pypi.org/project/phys2cvr/) +[](https://pypi.org/project/phys2cvr/) +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> +[](#contributors) +<!-- ALL-CONTRIBUTORS-BADGE:END --> +A python-based tool to generate regressor for and/or estimate CVR maps and their lag. +**The project is currently under development stage alpha**. +Any suggestion/bug report is welcome! Feel free to open an issue. +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + +%prep +%autosetup -n phys2cvr-0.18.0 + +%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-phys2cvr -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.0-1 +- Package Spec generated @@ -0,0 +1 @@ +b5383fa2c23e7b1a10cdf1355c94db82 phys2cvr-0.18.0.tar.gz |