diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-05-18 04:52:10 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-05-18 04:52:10 +0000 |
| commit | 216d385d06bda0aa67a6b3d9a8494409637e77b7 (patch) | |
| tree | 4593f291f9291a807af06a803107b0aa896eaca5 | |
| parent | 0582fa745c73807bc7933a713c986ce409d81d75 (diff) | |
automatic import of python-timerit
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-timerit.spec | 126 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 128 insertions, 0 deletions
@@ -0,0 +1 @@ +/timerit-1.0.1.tar.gz diff --git a/python-timerit.spec b/python-timerit.spec new file mode 100644 index 0000000..893cc19 --- /dev/null +++ b/python-timerit.spec @@ -0,0 +1,126 @@ +%global _empty_manifest_terminate_build 0 +Name: python-timerit +Version: 1.0.1 +Release: 1 +Summary: A powerful multiline alternative to timeit +License: Apache 2 +URL: https://github.com/Erotemic/timerit +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ac/67/cbe183c26e625e00f063b91ab2708e05a66f65bf56577ab0738666c0e41a/timerit-1.0.1.tar.gz +BuildArch: noarch + +Requires: python3-codecov +Requires: python3-xdoctest +Requires: python3-codecov +Requires: python3-xdoctest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-codecov +Requires: python3-xdoctest +Requires: python3-codecov +Requires: python3-xdoctest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest-cov +Requires: python3-pytest +Requires: python3-pytest +Requires: python3-pytest-cov + +%description +A powerful multiline alternative to Python's builtin ``timeit`` module. +Docs are published at https://timerit.readthedocs.io/en/latest/ but this README +and code comments contain a walkthrough. + +%package -n python3-timerit +Summary: A powerful multiline alternative to timeit +Provides: python-timerit +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-timerit +A powerful multiline alternative to Python's builtin ``timeit`` module. +Docs are published at https://timerit.readthedocs.io/en/latest/ but this README +and code comments contain a walkthrough. + +%package help +Summary: Development documents and examples for timerit +Provides: python3-timerit-doc +%description help +A powerful multiline alternative to Python's builtin ``timeit`` module. +Docs are published at https://timerit.readthedocs.io/en/latest/ but this README +and code comments contain a walkthrough. + +%prep +%autosetup -n timerit-1.0.1 + +%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-timerit -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Thu May 18 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.1-1 +- Package Spec generated @@ -0,0 +1 @@ +e174aaae856f11343bc42ada64c754b4 timerit-1.0.1.tar.gz |
