# Created by pyp2rpm-3.3.6
%global pypi_name furo
Name: python-%{pypi_name}
Version: 2021.9.8
Release: 1%{?dist}
Summary: A clean customisable Sphinx documentation theme
License: None
URL: https://github.com/pradyunsg/furo
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
%description
Furo
A clean customisable Sphinx
documentation theme.
## Elevator pitch
- **Intentionally minimal** --- the most...
%package -n python3-%{pypi_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name}
Furo
A clean customisable Sphinx
documentation theme.
## Elevator pitch
- **Intentionally minimal** --- the most...
%prep
%autosetup -n %{pypi_name}-%{version}
%build
%py3_build
%install
%py3_install
%files -n python3-%{pypi_name}
%license LICENSE
%doc README.md
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
%changelog
* Tue Sep 21 2021 mockbuilder - 2021.9.8-1
- Initial package.