Source: python-flake8
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/PyCQA/flake8/tags
Vcs-Browser: https://github.com/alvistack/PyCQA-flake8
Vcs-Git: https://github.com/alvistack/PyCQA-flake8.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-flake8
Architecture: all
Description: Python code checking using pyflakes, pycodestyle, and mccabe
 Flake8 is a wrapper around PyFlakes, pycodestyle, and Ned's McCabe
 script. It runs all the tools by launching the single flake8 script, and
 displays the warnings in a per-file, merged output.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-importlib-metadata,
 python3-mccabe (>= 0.7.0),
 python3-pycodestyle (>= 2.9.0),
 python3-pyflakes (>= 2.5.0),

Package: flake8
Architecture: all
Description: Python code checking using pyflakes, pycodestyle, and mccabe
 This package provides flake8 binary.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3-flake8 (= ${source:Version}),
