Source: python-flake8 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Chris Johnston , Ondřej Nový , Barry Warsaw , Build-Depends: debhelper (>= 11~), dh-python, pycodestyle, python-all, python-configparser, python-enum34, python-mccabe (>= 0.6.0), python-mock (>= 2.0.0), python-nose, python-pycodestyle (>= 2.4.0), python-pyflakes (>= 2.0.0), python-pytest, python-pytest-runner, python-setuptools (>= 30), python3-all, python3-mccabe (>= 0.6.0), python3-mock (>= 2.0.0), python3-nose, python3-pycodestyle (>= 2.4.0), python3-pyflakes (>= 2.0.0), python3-pytest, python3-pytest-runner, python3-setuptools (>= 30), Standards-Version: 4.2.1 Homepage: https://gitlab.com/pycqa/flake8 Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/python-team/modules/python-flake8.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flake8 Package: flake8 Architecture: all Depends: python3-flake8 (=${binary:Version}), python3-pkg-resources, python3-pycodestyle (>= 2.4.0), ${misc:Depends}, ${python3:Depends}, Replaces: python-flake8 (<< 2.5.4-1), Breaks: python-flake8 (<< 2.5.4-1), 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: python-flake8 Architecture: all Depends: python-configparser, python-enum34, python-mccabe (>= 0.6.0), python-pycodestyle (>= 2.4.0), python-pyflakes (>= 1.5.0), python-setuptools (>= 30), ${misc:Depends}, ${python:Depends}, Suggests: python-mock, Description: code checker using pycodestyle and pyflakes - Python 2.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 2 module bindings only. Package: python3-flake8 Architecture: all Depends: python3-mccabe (>= 0.6.0), python3-pyflakes (>= 1.5.0), python3-setuptools (>= 30), ${misc:Depends}, ${python3:Depends}, 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.