Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 123479 - pyflakes-0.2.1.ebuild (new package)
Summary: pyflakes-0.2.1.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://divmod.org/projects/pyflakes
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-20 04:40 UTC by Qiangning Hong
Modified: 2006-02-20 07:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pyflakes-0.2.1.ebuild (pyflakes-0.2.1.ebuild,464 bytes, text/plain)
2006-02-20 04:41 UTC, Qiangning Hong
Details
pyflakes-0.2.1.ebuild (pyflakes-0.2.1.ebuild,380 bytes, text/plain)
2006-02-20 06:49 UTC, Qiangning Hong
Details

Note You need to log in before you can comment on or make changes to this bug.
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!