# Created by pyp2rpm-3.3.4 %global pypi_name starlette Name: python-%{pypi_name} Version: 0.13.8 Release: 1%{?dist} Summary: The little ASGI library that shines License: BSD URL: https://github.com/encode/starlette Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3dist(setuptools) %description

✨ The little ASGI framework that shines. ✨

**Documentation**: [ %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} Requires: python3dist(aiofiles) Requires: python3dist(graphene) Requires: python3dist(itsdangerous) Requires: python3dist(jinja2) Requires: python3dist(python-multipart) Requires: python3dist(pyyaml) Requires: python3dist(requests) Requires: python3dist(ujson) %description -n python3-%{pypi_name}

✨ The little ASGI framework that shines. ✨

**Documentation**: [ %prep %autosetup -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %py3_build %install %py3_install %files -n python3-%{pypi_name} %license LICENSE.md %doc README.md %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/starlette/middleware %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Wed Sep 30 2020 Itamar Reis Peixoto - 0.13.8-1 - Initial package.