diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-10 12:17:50 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 12:17:50 +0000 |
| commit | dd3b7f4e2cb449831969e71ac22f7e611683c83a (patch) | |
| tree | ebe62fd49dfb6fe46f1f43792632f4d938d43bef | |
| parent | b41c22143d8a0215c958e3b6bdaf61b2d2e64db4 (diff) | |
automatic import of python-botocore-stubs
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-botocore-stubs.spec | 182 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 184 insertions, 0 deletions
@@ -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 + +[](https://pypi.org/project/botocore-stubs) +[](https://pypi.org/project/botocore) +[](https://pypi.org/project/botocore-stubs) +[](https://pypistats.org/packages/botocore-stubs) + + + +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 + +[](https://pypi.org/project/botocore-stubs) +[](https://pypi.org/project/botocore) +[](https://pypi.org/project/botocore-stubs) +[](https://pypistats.org/packages/botocore-stubs) + + + +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 + +[](https://pypi.org/project/botocore-stubs) +[](https://pypi.org/project/botocore) +[](https://pypi.org/project/botocore-stubs) +[](https://pypistats.org/packages/botocore-stubs) + + + +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 <Python_Bot@openeuler.org> - 1.29.109-1 +- Package Spec generated @@ -0,0 +1 @@ +b5813ba0e0e6d1adc68a99be61f8b2f6 botocore_stubs-1.29.109.tar.gz |
