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

Package: python3-pycodestyle
Architecture: all
Description: Python style guide checker
 pycodestyle is a tool to check your Python code against some of the
 style conventions in PEP 8. It has a plugin architecture, making new
 checks easy, and its output is parseable, making it easy to jump to an
 error location in your editor.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,

Package: pycodestyle
Architecture: all
Description: Python style guide checker
 This package provides pycodestyle binary.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3-pycodestyle (= ${source:Version}),
