pyflakes 3.2.0-ok1 source package in openKylin

Changelog

pyflakes (3.2.0-ok1) nile; urgency=medium

  * Build for openKylin

 -- liwenjun <email address hidden>  Fri, 07 Jun 2024 14:41:22 +0800

Upload details

Uploaded by:
liwenjun
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyflakes_3.2.0.orig.tar.gz 158.0 KiB 51d2c119458d737b926e8937acbefc74072649ddf5f3d3c668862735383e0f14
pyflakes_3.2.0-ok1.debian.tar.xz 3.3 KiB ca2c78086ac7bd784450fa6983c335cc8b5b8f48c1a0f488db2195c6fc60ee16
pyflakes_3.2.0-ok1.dsc 1.8 KiB a99c8648efd07b6a5d9645abc15d9f7ddfa9ccf2e1418c6829f89090ab633764

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 Python 3 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.