%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 - 0.1.3-1 - Package Spec generated