diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-05 04:33:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-05 04:33:25 +0000 |
commit | 6f74a186c11e4705c57bc1d499dd09ec46b20a1a (patch) | |
tree | ae2c418ba0448c6306d257c212db669cc7f517ba | |
parent | 5e4eaec1178815052b21f3845a5af14a32e8c8ac (diff) |
automatic import of python-types-kazooopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-types-kazoo.spec | 108 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 110 insertions, 0 deletions
@@ -0,0 +1 @@ +/types-kazoo-0.1.3.tar.gz diff --git a/python-types-kazoo.spec b/python-types-kazoo.spec new file mode 100644 index 0000000..5e85106 --- /dev/null +++ b/python-types-kazoo.spec @@ -0,0 +1,108 @@ +%global _empty_manifest_terminate_build 0 +Name: python-types-kazoo +Version: 0.1.3 +Release: 1 +Summary: Typing stubs for kazoo +License: Apache-2.0 license +URL: https://github.com/python/typeshed +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/02/26/10430ceb06f815c23eb4e7645bc194cb9f91971326d3f8aa50fb97c2c5a0/types-kazoo-0.1.3.tar.gz +BuildArch: noarch + + +%description +## Typing stubs for kazoo + +This is an auto-generated PEP 561 type stub package for `kazoo` package. +It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code +that uses `kazoo`. The source for this package can be found at +https://github.com/python/typeshed/tree/master/stubs/kazoo. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/master/README.md for more details. +This package was generated from typeshed commit `bda76bb7d8bcf97e67f50e3650ae5e9fb8d896aa`. + + + + +%package -n python3-types-kazoo +Summary: Typing stubs for kazoo +Provides: python-types-kazoo +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-types-kazoo +## Typing stubs for kazoo + +This is an auto-generated PEP 561 type stub package for `kazoo` package. +It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code +that uses `kazoo`. The source for this package can be found at +https://github.com/python/typeshed/tree/master/stubs/kazoo. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/master/README.md for more details. +This package was generated from typeshed commit `bda76bb7d8bcf97e67f50e3650ae5e9fb8d896aa`. + + + + +%package help +Summary: Development documents and examples for types-kazoo +Provides: python3-types-kazoo-doc +%description help +## Typing stubs for kazoo + +This is an auto-generated PEP 561 type stub package for `kazoo` package. +It can be used by type-checking tools like mypy, PyCharm, pytype etc. to check code +that uses `kazoo`. The source for this package can be found at +https://github.com/python/typeshed/tree/master/stubs/kazoo. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/master/README.md for more details. +This package was generated from typeshed commit `bda76bb7d8bcf97e67f50e3650ae5e9fb8d896aa`. + + + + +%prep +%autosetup -n types-kazoo-0.1.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-types-kazoo -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Fri May 05 2023 Python_Bot <Python_Bot@openeuler.org> - 0.1.3-1 +- Package Spec generated @@ -0,0 +1 @@ +4e6265f43c2b141926fac91fa92511dc types-kazoo-0.1.3.tar.gz |