From abac8920b811d93ffc7eb8b956d0b4f95806cf0f Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Apr 2023 10:29:52 +0000 Subject: automatic import of python-types-pytz --- .gitignore | 1 + python-types-pytz.spec | 114 +++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 116 insertions(+) create mode 100644 python-types-pytz.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..b0f87e5 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/types-pytz-2023.3.0.0.tar.gz diff --git a/python-types-pytz.spec b/python-types-pytz.spec new file mode 100644 index 0000000..37335c0 --- /dev/null +++ b/python-types-pytz.spec @@ -0,0 +1,114 @@ +%global _empty_manifest_terminate_build 0 +Name: python-types-pytz +Version: 2023.3.0.0 +Release: 1 +Summary: Typing stubs for pytz +License: Apache-2.0 license +URL: https://github.com/python/typeshed +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/23/3111adc23d3ceb0fa233853ae3c4837aa9adfc5108ec5eed0c60ffc76992/types-pytz-2023.3.0.0.tar.gz +BuildArch: noarch + + +%description +## Typing stubs for pytz + +This is a PEP 561 type stub package for the `pytz` 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 +`pytz`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/pytz. 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 `6f3e568cecbde108354cad3230efd7f0b8e07b3a`. + + +%package -n python3-types-pytz +Summary: Typing stubs for pytz +Provides: python-types-pytz +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-types-pytz +## Typing stubs for pytz + +This is a PEP 561 type stub package for the `pytz` 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 +`pytz`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/pytz. 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 `6f3e568cecbde108354cad3230efd7f0b8e07b3a`. + + +%package help +Summary: Development documents and examples for types-pytz +Provides: python3-types-pytz-doc +%description help +## Typing stubs for pytz + +This is a PEP 561 type stub package for the `pytz` 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 +`pytz`. The source for this package can be found at +https://github.com/python/typeshed/tree/main/stubs/pytz. 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 `6f3e568cecbde108354cad3230efd7f0b8e07b3a`. + + +%prep +%autosetup -n types-pytz-2023.3.0.0 + +%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-pytz -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon Apr 10 2023 Python_Bot - 2023.3.0.0-1 +- Package Spec generated diff --git a/sources b/sources new file mode 100644 index 0000000..998fe91 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +7da1b15fe5da383f134eb59e64324ffa types-pytz-2023.3.0.0.tar.gz -- cgit v1.2.3