Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 123479

Summary: pyflakes-0.2.1.ebuild (new package)
Product: Gentoo Linux Reporter: Qiangning Hong <hongqn>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: python
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://divmod.org/projects/pyflakes
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pyflakes-0.2.1.ebuild
pyflakes-0.2.1.ebuild

Description Qiangning Hong 2006-02-20 04:40:32 UTC
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.

Homepage: http://divmod.org/projects/pyflakes

Suggest dev-python.
Comment 1 Qiangning Hong 2006-02-20 04:41:23 UTC
Created attachment 80266 [details]
pyflakes-0.2.1.ebuild
Comment 2 Marien Zwart (RETIRED) gentoo-dev 2006-02-20 06:30:56 UTC
Couple of minor comments on the ebuild:

- It's not necessary to install LICENSE, the LICENSE= field in the ebuild and
  the copy in /usr/portage/licenses is considered sufficient.
- Why are you calling distutils_python_version without using the variables it
  sets? If you move the DOCS= setting to global scope you can omit src_install
  entirely.
- and a final uber-nitpick: it's 2006, update the year in the copyright header :)
Comment 3 Qiangning Hong 2006-02-20 06:49:58 UTC
Created attachment 80282 [details]
pyflakes-0.2.1.ebuild

Removed src_install section and updated the year in the header.  Thank marienz:)
Comment 4 Marien Zwart (RETIRED) gentoo-dev 2006-02-20 07:09:33 UTC
Committed, thanks for contributing!