Name: pyflakes Version: 2.1.0 Release: 2 Summary: A simple program which checks Python source files for errors License: MIT URL: https://github.com/PyCQA/pyflakes Source0: https://files.pythonhosted.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz Source1: http://cdn.debian.net/debian/pool/main/p/pyflakes/pyflakes_2.0.0-1.debian.tar.xz Patch0001: %{name}-1.1.0-python3-man.patch BuildArch: noarch %description This is a safe program which analyze programs and detects various errors.\ It works by parsing the source file and check for error.\ it's also much faster. %package -n python3-pyflakes Summary: A simple program which checks Python source files for errors BuildRequires: python3-devel python3-setuptools Requires: python3-setuptools %{?python_provide:%python_provide python%{python3_pkgversion}-%{name}} %description -n python3-pyflakes This is a safe program which analyze programs and detects various errors.\ It works by parsing the source file and check for error.\ it's also much faster. %package help Summary: help document and man info %description help Help document and man info for pyflakes package %prep %autosetup -a 1 -p1 %build %py3_build %install %py3_install mv %{buildroot}%{_bindir}/pyflakes %{buildroot}%{_bindir}/pyflakes-%{python3_version} ln -s pyflakes-%{python3_version} %{buildroot}%{_bindir}/pyflakes-3 mkdir -p %{buildroot}%{_mandir}/man1 cp debian/pyflakes3.1 %{buildroot}%{_mandir}/man1/pyflakes-%{python3_version}.1 chmod 644 %{buildroot}%{_mandir}/man1/pyflakes-%{python3_version}.1 touch %{buildroot}%{_mandir}/man1/pyflakes-%{python3_version}.1 ln -s pyflakes-%{python3_version}.1 %{buildroot}%{_mandir}/man1/pyflakes-3.1 ln -s pyflakes-3 %{buildroot}%{_bindir}/python3-pyflakes ln -s pyflakes-3.1 %{buildroot}%{_mandir}/man1/python3-pyflakes.1 %check %{__python3} -Wall setup.py test %files -n python3-pyflakes %license LICENSE %{_bindir}/pyflakes-3* %{_bindir}/python3-pyflakes %{python3_sitelib}/pyflakes* %exclude %{python3_sitelib}/pyflakes/test/ #%{_bindir}/pyflakes %files help %doc AUTHORS README.rst NEWS.rst %{_mandir}/man1/* %changelog * Wed Oct 21 2020 wutao - 2.1.0-2 - delete python2 modules * Tue Jun 23 2020 yanan li - 2.1.0-1 - Package update * Fri Nov 15 2019 zhujunhao - 2.0.0-8 - package init