%global _empty_manifest_terminate_build 0 Name: python-botocore-stubs Version: 1.29.117 Release: 1 Summary: Type annotations and code completion for botocore License: MIT URL: https://youtype.github.io/mypy_boto3_builder/ Source0: https://mirrors.nju.edu.cn/pypi/web/packages/16/d5/7b88b435b37aed05d34fa9a4e85f63745397ebc3b156554f9ae2c6645ae7/botocore_stubs-1.29.117.tar.gz BuildArch: noarch Requires: python3-types-awscrt Requires: python3-typing-extensions %description # botocore-stubs [![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue&label=botocore-stubs)](https://pypi.org/project/botocore-stubs) [![PyPI - botocore](https://img.shields.io/pypi/v/botocore.svg?color=blue&label=botocore)](https://pypi.org/project/botocore) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs) [![PyPI - Downloads](https://img.shields.io/pypi/dm/botocore-stubs?color=blue)](https://pypistats.org/packages/botocore-stubs) ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png) Type annotations and code completion for [botocore](https://pypi.org/project/botocore/) package. This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project. ## Installation ```bash python -m pip install botocore-stubs ``` ## Usage Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking. ### Latest changes Full changelog can be found in [Releases](https://github.com/youtype/botocore-stubs/releases). ## Versioning `botocore-stubs` version is the same as related `botocore` version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format. ## Support and contributing Please reports any bugs or request new features in [botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository. %package -n python3-botocore-stubs Summary: Type annotations and code completion for botocore Provides: python-botocore-stubs BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-botocore-stubs # botocore-stubs [![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue&label=botocore-stubs)](https://pypi.org/project/botocore-stubs) [![PyPI - botocore](https://img.shields.io/pypi/v/botocore.svg?color=blue&label=botocore)](https://pypi.org/project/botocore) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs) [![PyPI - Downloads](https://img.shields.io/pypi/dm/botocore-stubs?color=blue)](https://pypistats.org/packages/botocore-stubs) ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png) Type annotations and code completion for [botocore](https://pypi.org/project/botocore/) package. This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project. ## Installation ```bash python -m pip install botocore-stubs ``` ## Usage Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking. ### Latest changes Full changelog can be found in [Releases](https://github.com/youtype/botocore-stubs/releases). ## Versioning `botocore-stubs` version is the same as related `botocore` version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format. ## Support and contributing Please reports any bugs or request new features in [botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository. %package help Summary: Development documents and examples for botocore-stubs Provides: python3-botocore-stubs-doc %description help # botocore-stubs [![PyPI - botocore-stubs](https://img.shields.io/pypi/v/botocore-stubs.svg?color=blue&label=botocore-stubs)](https://pypi.org/project/botocore-stubs) [![PyPI - botocore](https://img.shields.io/pypi/v/botocore.svg?color=blue&label=botocore)](https://pypi.org/project/botocore) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/botocore-stubs.svg?color=blue)](https://pypi.org/project/botocore-stubs) [![PyPI - Downloads](https://img.shields.io/pypi/dm/botocore-stubs?color=blue)](https://pypistats.org/packages/botocore-stubs) ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png) Type annotations and code completion for [botocore](https://pypi.org/project/botocore/) package. This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project. ## Installation ```bash python -m pip install botocore-stubs ``` ## Usage Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking. ### Latest changes Full changelog can be found in [Releases](https://github.com/youtype/botocore-stubs/releases). ## Versioning `botocore-stubs` version is the same as related `botocore` version and follows [PEP 440](https://www.python.org/dev/peps/pep-0440/) format. ## Support and contributing Please reports any bugs or request new features in [botocore-stubs](https://github.com/youtype/botocore-stubs/issues/) repository. %prep %autosetup -n botocore-stubs-1.29.117 %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-botocore-stubs -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Fri Apr 21 2023 Python_Bot - 1.29.117-1 - Package Spec generated