Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > efe40e4a834f086235c42ae23512d12f > files > 2

python-pydocstyle-6.1.1-3.mga9.src.rpm

# Created by pyp2rpm-3.3.1
%global pypi_name pydocstyle

Name:           python-%{pypi_name}
Version:        6.1.1
Release:        %mkrel 3
Summary:        Python docstring style checker
Group:          Development/Python
License:        MIT
URL:            https://github.com/PyCQA/pydocstyle/
Source0:        %{pypi_source}
BuildArch:      noarch
BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)

%description
pydocstyle is a static analysis tool for checking compliance with Python
docstring conventions. pydocstyle supports most of PEP 257 out of the box, but
it should not be considered a reference implementation.

%package -n     python3-%{pypi_name}
Summary:        Python docstring style checker
Group:          Development/Python
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
pydocstyle is a static analysis tool for checking compliance with Python
docstring conventions. pydocstyle supports most of PEP 257 out of the box, but
it should not be considered a reference implementation.

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

# Remove bundled egg-info
rm -rf src/*.egg-info

%build
%py3_build

%install
%py3_install

%files -n python3-%{pypi_name}
%license LICENSE-MIT
%doc README.rst
%{_bindir}/pydocstyle
%{python3_sitelib}/%{pypi_name}
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info


%changelog
* Wed Mar 23 2022 umeabot <umeabot> 6.1.1-3.mga9
+ Revision: 1822797
- Mageia 9 Mass Rebuild

* Tue Feb 15 2022 mrambo3501 <mrambo3501> 6.1.1-2.mga9
+ Revision: 1775481
- fix files list
- rebuild for python-3.10

* Tue Aug 31 2021 wally <wally> 6.1.1-1.mga9
+ Revision: 1743780
- new version 6.1.1

* Sun Mar 21 2021 daviddavid <daviddavid> 5.0.2-2.mga9
+ Revision: 1706463
- rebuild for python 3.9

* Thu Apr 09 2020 kekepower <kekepower> 5.0.2-1.mga8
+ Revision: 1565697
- Update to version 5.0.2

* Sun Feb 16 2020 umeabot <umeabot> 4.0.1-2.mga8
+ Revision: 1530965
- Mageia 8 Mass Rebuild

* Fri Sep 06 2019 wally <wally> 4.0.1-1.mga8
+ Revision: 1437968
- new version 4.0.1
- drop python2 support
- rebuild for python3.8

* Sat Jan 05 2019 wally <wally> 2.1.1-3.mga7
+ Revision: 1349778
- rebuild for python3.7

* Thu Sep 20 2018 umeabot <umeabot> 2.1.1-2.mga7
+ Revision: 1289773
- Mageia 7 Mass Rebuild

* Thu Apr 05 2018 kekepower <kekepower> 2.1.1-1.mga7
+ Revision: 1215404
- imported package python-pydocstyle