diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 14:16:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 14:16:18 +0000 |
commit | 6d17484ec6769bf2daadf5ad9158aa4072febca9 (patch) | |
tree | 41aff4d5616478b6e181c6dc074c9d79da76b0f4 | |
parent | cc7ee92054da373e48068dbd4b64f710e418c36e (diff) |
automatic import of python-types-toml
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-types-toml.spec | 114 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 116 insertions, 0 deletions
@@ -0,0 +1 @@ +/types-toml-0.10.8.6.tar.gz diff --git a/python-types-toml.spec b/python-types-toml.spec new file mode 100644 index 0000000..43d72f2 --- /dev/null +++ b/python-types-toml.spec @@ -0,0 +1,114 @@ +%global _empty_manifest_terminate_build 0 +Name: python-types-toml +Version: 0.10.8.6 +Release: 1 +Summary: Typing stubs for toml +License: Apache-2.0 license +URL: https://github.com/python/typeshed +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/7a/cc/935b70ca52a18ef08dc77e0a622ac6b602bea52a794fe033e78b5c9e8e7e/types-toml-0.10.8.6.tar.gz +BuildArch: noarch + + +%description +## Typing stubs for toml + +This is a PEP 561 type stub package for the `toml` package. It +can be used by type-checking tools like +[mypy](https://github.com/python/mypy/), +[pyright](https://github.com/microsoft/pyright), +[pytype](https://github.com/google/pytype/), +PyCharm, etc. to check code that uses +`toml`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/toml. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/main/README.md for more details. +This package was generated from typeshed commit `6b485a882325829dcbb6dd1d59c5e54b0bcfece1`. + + +%package -n python3-types-toml +Summary: Typing stubs for toml +Provides: python-types-toml +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-types-toml +## Typing stubs for toml + +This is a PEP 561 type stub package for the `toml` package. It +can be used by type-checking tools like +[mypy](https://github.com/python/mypy/), +[pyright](https://github.com/microsoft/pyright), +[pytype](https://github.com/google/pytype/), +PyCharm, etc. to check code that uses +`toml`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/toml. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/main/README.md for more details. +This package was generated from typeshed commit `6b485a882325829dcbb6dd1d59c5e54b0bcfece1`. + + +%package help +Summary: Development documents and examples for types-toml +Provides: python3-types-toml-doc +%description help +## Typing stubs for toml + +This is a PEP 561 type stub package for the `toml` package. It +can be used by type-checking tools like +[mypy](https://github.com/python/mypy/), +[pyright](https://github.com/microsoft/pyright), +[pytype](https://github.com/google/pytype/), +PyCharm, etc. to check code that uses +`toml`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/toml. All fixes for +types and metadata should be contributed there. + +See https://github.com/python/typeshed/blob/main/README.md for more details. +This package was generated from typeshed commit `6b485a882325829dcbb6dd1d59c5e54b0bcfece1`. + + +%prep +%autosetup -n types-toml-0.10.8.6 + +%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-toml -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.10.8.6-1 +- Package Spec generated @@ -0,0 +1 @@ +211c922329cce24ecac5c3e4245871f9 types-toml-0.10.8.6.tar.gz |