1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-flake8
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Chris Johnston <chrisjohnston@ubuntu.com>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pycodestyle,
python3-all,
python3-mccabe (<< 0.8),
python3-mccabe (>= 0.7),
python3-pycodestyle (<< 2.13),
python3-pycodestyle (>= 2.12),
python3-pyflakes (<< 3.3),
python3-pyflakes (>= 3.2),
python3-pytest,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/pycqa/flake8
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/python-flake8.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flake8
Rules-Requires-Root: no
Package: flake8
Architecture: all
Depends: python3-flake8 (=${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: code checker using pycodestyle and pyflakes
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
Flake8 runs all tools by launching the single 'flake8' script, but ignores
pycodestyle and PyFlakes extended options and just uses defaults. It displays
the warnings in a per-file, merged output.
.
This package provides flake8 binary.
Package: python3-flake8
Architecture: all
Depends: python3-mccabe (<< 0.8),
python3-mccabe (>= 0.7),
python3-pycodestyle (<< 2.13),
python3-pycodestyle (>= 2.12),
python3-pyflakes (<< 3.3),
python3-pyflakes (>= 3.2),
${misc:Depends},
${python3:Depends},
Breaks: python3-flake8-polyfill (<< 1.0.2-3~),
python3-pytest-flake8 (<< 1.1.1-1~),
Description: code checker using pycodestyle and pyflakes - Python 3.x
Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe script.
Flake8 runs all tools by launching the single 'flake8' script, but ignores
pycodestyle and PyFlakes extended options and just uses defaults. It displays
the warnings in a per-file, merged output.
.
This package provides Python 3 module bindings only.
|