Blame SPECS/python-sphinx-epytext.spec

68190a
%global pypi_name sphinx-epytext
68190a
Name:           python-%{pypi_name}
68190a
Version:        0.0.4
68190a
Release:        7%{?dist}
68190a
Summary:        Sphinx epytext extension
68190a
68190a
License:        MIT
68190a
URL:            https://github.com/jayvdb/sphinx-epytext
68190a
Source0:        %{pypi_source}
68190a
BuildArch:      noarch
68190a
68190a
BuildRequires:  python3-devel
68190a
BuildRequires:  python3-setuptools
68190a
68190a
%global _description %{expand:
68190a
This package provides basic support for epytext docstrings in Sphinx autodoc.}
68190a
68190a
%description %_description
68190a
68190a
68190a
%package -n     python3-%{pypi_name}
68190a
Summary:        %{summary}
68190a
%{?python_provide:%python_provide python3-%{pypi_name}}
68190a
68190a
%description -n python3-%{pypi_name} %_description
68190a
68190a
68190a
%prep
68190a
%autosetup -n %{pypi_name}-%{version}
68190a
68190a
%build
68190a
%py3_build
68190a
68190a
%install
68190a
%py3_install
68190a
68190a
%files -n python3-%{pypi_name}
68190a
%license LICENSE
68190a
%doc README.rst
68190a
%{python3_sitelib}/sphinx_epytext/
68190a
%{python3_sitelib}/sphinx_epytext-%{version}-py%{python3_version}.egg-info/
68190a
68190a
%changelog
68190a
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-7
68190a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
68190a
68190a
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 0.0.4-6
68190a
- Rebuilt for Python 3.10
68190a
68190a
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-5
68190a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
68190a
68190a
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-4
68190a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
68190a
68190a
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 0.0.4-3
68190a
- Rebuilt for Python 3.9
68190a
68190a
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-2
68190a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
68190a
68190a
* Wed Sep 18 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.4-1
68190a
- Initial package