pyflakes 1.0.0-4 source package in Ubuntu

Changelog

pyflakes (1.0.0-4) unstable; urgency=medium

  * d/copyright: Add upstream author copyright notice.

 -- Barry Warsaw <email address hidden>  Tue, 10 Nov 2015 10:35:42 -0500

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_1.0.0-4.dsc 2.2 KiB 2bf72ff0514d5eb2835183780dc61639cb65bd7347bc433aad413ca3f37d43d6
pyflakes_1.0.0.orig.tar.gz 34.5 KiB f39e33a4c03beead8774f005bd3ecf0c3f2f264fa0201de965fce0aff1d34263
pyflakes_1.0.0-4.debian.tar.xz 5.9 KiB 572ce69d7812aa8658ca151e60dc4f3147c1da750c9b54441839020aa71c4e9e

Available diffs

No changes file available.

Binary packages built by this source

pyflakes: passive checker of Python 2 and 3 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.
 .
 This is the Python 2 command line `pyflakes3` program.

python-pyflakes: passive checker of Python 2 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.
 .
 This is the Python 2 library version.

python3-pyflakes: passive checker of Python 3 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.
 .
 This is the Python 3 library version.