Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release-src > by-pkgid > f3339fd73c3dab15268a229c0994baa9 > files > 2

python-proselint-0.12.0-3.mga9.src.rpm

# Created by pyp2rpm-3.3.7
%global pypi_name proselint
%global pypi_version 0.12.0

Name:           python-%{pypi_name}
Version:        %{pypi_version}
Release:        %mkrel 3
Summary:        A linter for prose
Group:          Development/Python
License:        None
URL:            https://proselint.com
Source0:        %{pypi_source}
BuildArch:      noarch

BuildRequires:  python3-devel
BuildRequires:  python3dist(click) >= 8
BuildRequires:  python3dist(future) >= 0.18.2
BuildRequires:  python3dist(pytest)
BuildRequires:  python3dist(setuptools)
BuildRequires:  python3dist(six) >= 1.15

%description
proselint, a linter for English prose. A linter is a computer program that,
akin to a spell checker, scans through a file and detects issues — like how a
real lint roller helps you get unwanted lint off of your shirt.

%package -n     python3-%{pypi_name}
Summary:        %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
proselint, a linter for English prose. A linter is a computer program that,
akin to a spell checker, scans through a file and detects issues — like how a
real lint roller helps you get unwanted lint off of your shirt.

%prep
%autosetup -n %{pypi_name}-%{pypi_version}

%build
%py3_build

%install
%py3_install

%check
%pytest

%files -n python3-%{pypi_name}
%license LICENSE.md
%doc README.md
%{_bindir}/proselint
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info


%changelog
* Tue Mar 29 2022 umeabot <umeabot> 0.12.0-3.mga9
+ Revision: 1833297
- Mageia 9 Mass Rebuild

* Wed Feb 23 2022 mrambo3501 <mrambo3501> 0.12.0-2.mga9
+ Revision: 1783287
- rebuild for python-3.10

* Fri Sep 03 2021 wally <wally> 0.12.0-1.mga9
+ Revision: 1744225
- imported package python-proselint