Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 667881 Details for
Bug 839056
Review Request: python-flake8 - code checking using pep8 and pyflakes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
new version of the SPEC file
python-flake8.spec (text/plain), 1.53 KB, created by
Matěj Cepl
on 2012-12-22 23:37:51 UTC
(
hide
)
Description:
new version of the SPEC file
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2012-12-22 23:37:51 UTC
Size:
1.53 KB
patch
obsolete
>%global modname flake8 > >Name: python-%{modname} >Version: 1.7 >Release: 1%{?dist} >Summary: Code checking using pep8 and pyflakes > >Group: Development/Languages >License: MIT >URL: http://pypi.python.org/pypi/%{modname} >Source0: http://pypi.python.org/packages/source/f/%{modname}/%{modname}-%{version}.tar.gz > >BuildArch: noarch >BuildRequires: python2-devel python-nose > >%description >Flake8 is a wrapper around these tools: > >- PyFlakes - pep8 - Ned's McCabe script > >Flake8 runs all tools by launching the single 'flake8' script, but ignores >pep8 and PyFlakes extended options and just uses defaults. It displays the >warnings in a per-file, merged output. > >It also adds a few features: > >- files that contains with this header are skipped:: > ># flake8: noqa > >- lines that contains a "# NOQA" comment at the end will not issue a >warning. - a Mercurial hook. > >- a McCabe complexity checker. > > >%prep >%setup -q -n %{modname}-%{version} > >sed -i -e '/^#!\s*\/.*bin\/.*python/d' flake8/pep8.py >chmod -x flake8/pep8.py > > >%build >%{__python} setup.py build > > >%install >%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT > > >%check >%{__python} setup.py nosetests --verbosity=2 > >%files >%doc README CONTRIBUTORS.txt > >%{_bindir}/%{modname} >%{python_sitelib}/%{modname}* > > >%changelog >* Sat Sep 08 2012 Matej Cepl <mcepl@redhat.com> - 1.4-2 >- Update .spec file according to ongoing packaging review. > >* Tue Jul 10 2012 Matej Cepl <mcepl@redhat.com> - 1.4-1 >- initial package for Fedora >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839056
: 667881