pyflakes 0.4.0-1 source package in Ubuntu Linaro Evaluation Build

Changelog

pyflakes (0.4.0-1) unstable; urgency=low

  * New upstream release
  * debian/patches/always_close_fd.diff
    - refreshed to reflect new code
  * debian/{control, rules}
    - use 'dh --with quilt $@', b-depending on the minimum version of quilt that
      supports it, also adjusting XS-P-V to '>= 2.5' so it will be compatible
      with Python 2.6; code changes inspired by Ubuntu diff
 -- Michael Bienia <email address hidden>   Mon,  04 Jan 2010 19:41:32 +0000

Upload details

Uploaded by:
Michael Bienia
Uploaded to:
Lucid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe interpreters

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyflakes_0.4.0.orig.tar.gz 14.4 KiB f12d98ebabae0e8da3e069d9c70621d154f688bd06e076681b3599ed79fb26c4
pyflakes_0.4.0-1.diff.gz 5.2 KiB ee546f797a4ce04c77fecc2874c55cac5cc1a38b607191f5bec6c4c5d9fbc272
pyflakes_0.4.0-1.dsc 1.4 KiB f56d853f9f7261891ed2a3a2a6aa8d52e1d22d37c5323685e167e47bb884f817

Available diffs

View changes file

Binary packages built by this source

pyflakes: passive checker of Python programs

 Pyflakes is program to analyze Python programs and detect various
 errors. It works by parsing the source file, not importing it, so it
 is safe to use on modules with side effects. It's also much faster.
 .
 Unlike PyLint, Pyflakes checks only for logical errors in programs;
 it does not perform any checks on style.