%global srcname setuptools-lint
Name: python-%{srcname}
Version: 0.6.0
Release: 9%{?dist}
Summary: This package expose pylint as a lint command into setup.py
License: BSD
URL: https://github.com/johnnoone/setuptools-pylint
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pylint
%description
This package expose pylint as a lint command into setup.py
%package -n python3-%{srcname}
Summary: This package expose pylint as a lint command into setup.py
Requires: python3-pylint
%description -n python3-%{srcname}
This package expose pylint as a lint command into setup.py
%prep
%autosetup -n %{srcname}-%{version}
%build
%py3_build
%install
%py3_install
%check
%{__python3} setup.py test
%files -n python3-%{srcname}
%doc README.rst NEWS.txt
%{python3_sitelib}/setuptools_lint
%{python3_sitelib}/setuptools_lint-%{version}-py%{python3_version}.egg-info
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-7
- Rebuilt for Python 3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-5
- Rebuilt for Python 3.8.0rc1 (#1748018)
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-4
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Apr 11 2019 Mairi Dulaney <jdulaney@fedoraproject.org> - 0.6.0-2
- Minor tweak from package review
* Thu Apr 11 2019 Mairi Dulaney <jdulaney@fedoraproject.org> - 0.6.0-1
- Initial Packaging