Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 94f5fa92e0955a2e6a45cdd016d13788 > files > 2

pyflakes-0.5.0-2.mga3.src.rpm

Name:           pyflakes
Version:        0.5.0
Release:        %mkrel 2
Summary:        Simple program which checks Python source files for errors
License:        MIT
Group:          Development/Python
URL:            https://launchpad.net/pyflakes
Source:         https://launchpad.net/pyflakes/+download/%{name}-%{version}.tar.gz
Buildrequires:  python-devel
BuildArch:      noarch

%description
Pyflakes is a simple program which checks Python source files for errors. It is
similar to PyChecker in scope, but differs in that it does not execute the
modules to check them. This is both safer and faster, although it does not
perform as many checks.
Unlike PyLint, Pyflakes checks only for logical errors in programs; it does
not perform any checks on style.

%prep
%setup -q

%build

%install
%__rm -rf %{buildroot}
%__python setup.py install --root %buildroot

%clean
%__rm -rf %{buildroot}

%files
%defattr(-,root,root)
%{_bindir}/*
%{py_puresitedir}/%{name}
%{py_puresitedir}/*.egg-info




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.5.0-2.mga3
+ Revision: 378401
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Sep 08 2011 grenoya <grenoya> 0.5.0-1.mga2
+ Revision: 141241
- upgrade to 0.5.0
- clean spec
- fix url and licence
- use macro when possible
- imported package pyflakes