From dd3b7f4e2cb449831969e71ac22f7e611683c83a Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Apr 2023 12:17:50 +0000 Subject: automatic import of python-botocore-stubs --- .gitignore | 1 + python-botocore-stubs.spec | 182 +++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 184 insertions(+) create mode 100644 python-botocore-stubs.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..ca324ff 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/botocore_stubs-1.29.109.tar.gz diff --git a/python-botocore-stubs.spec b/python-botocore-stubs.spec new file mode 100644 index 0000000..c593405 --- /dev/null +++ b/python-botocore-stubs.spec @@ -0,0 +1,182 @@ +%global _empty_manifest_terminate_build 0 +Name: python-botocore-stubs +Version: 1.29.109 +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/1b/3e/a516d7cb0b94d150c83183ba933e79270c28cf0f0cc8233520422e255ab5/botocore_stubs-1.29.109.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.109 + +%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 +* Mon Apr 10 2023 Python_Bot - 1.29.109-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..aa16248 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +b5813ba0e0e6d1adc68a99be61f8b2f6 botocore_stubs-1.29.109.tar.gz -- cgit v1.2.3