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

Package: python3-pyflakes
Architecture: all
Description: Passive checker of Python 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,

Package: pyflakes3
Architecture: all
Description: Passive checker of Python programs
 This is the Python 3 command line `pyflakes3` program.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3-pyflakes (= ${source:Version}),
