pyflakes 3.4.0-ok1 source package in openKylin

Changelog

pyflakes (3.4.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 02 Jun 2026 21:23:44 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
pyflakes_3.4.0.orig.tar.gz 63.2 KiB b24f96fafb7d2ab0ec5075b7350b3d2d2218eab42003821c06344973d3ea2f58
pyflakes_3.4.0-ok1.debian.tar.xz 3.4 KiB bf2700b705c5b627ef3ef8a80f4c7b5c20a38a2cd1aa6abc6efa204da62bfda9
pyflakes_3.4.0-ok1.dsc 2.0 KiB e7808464d187f5e3d474a095cc2a201e941207ef99553cd78217942b998bb629

Available diffs

View changes file

Binary packages built by this source

pyflakes3: 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 command line `pyflakes3` program.

python3-pyflakes: passive checker of Python 3 programs - Python modules

 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.