f036c75
Name:       python-rstcheck
5fec79e
Version:    3.3.1
6da19c5
Release:    %autorelease
d4d35e2
Summary:    Checks syntax of reStructuredText and code blocks nested within it
d4d35e2
d4d35e2
License:    MIT
d4d35e2
URL:        https://github.com/myint/rstcheck
f036c75
Source0:    %{pypi_source rstcheck}
d4d35e2
d4d35e2
d4d35e2
BuildArch:  noarch
d4d35e2
%description
d4d35e2
Checks syntax of reStructuredText and code blocks nested within it.
d4d35e2
f036c75
%package -n python3-rstcheck
dd8a3f3
BuildRequires:  python3-devel
d4d35e2
BuildRequires:  python3-setuptools
d4d35e2
Summary:        %{summary}
d4d35e2
f036c75
%description -n python3-rstcheck
d4d35e2
Checks syntax of reStructuredText and code blocks nested within it.
d4d35e2
d4d35e2
d4d35e2
%prep
f036c75
%autosetup -n rstcheck-%{version}
f036c75
# remove shebang
f036c75
sed -i '1d' rstcheck.py
f036c75
f036c75
%generate_buildrequires
f036c75
%pyproject_buildrequires
d4d35e2
d4d35e2
%build
f036c75
%pyproject_wheel
d4d35e2
d4d35e2
%install
f036c75
%pyproject_install
f036c75
f036c75
%pyproject_save_files rstcheck
d4d35e2
d4d35e2
%check
f036c75
%pyproject_check_import
d4d35e2
f036c75
%files -n python3-rstcheck -f %{pyproject_files}
d4d35e2
%doc README.rst AUTHORS.rst
f036c75
%{_bindir}/rstcheck
d4d35e2
d4d35e2
%changelog
6da19c5
%autochangelog