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
|
Source: pycodestyle
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ondřej Nový <onovy@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.5.0
Homepage: https://pypi.python.org/pypi/pycodestyle
Vcs-Git: https://salsa.debian.org/python-team/modules/pycodestyle.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pycodestyle
Rules-Requires-Root: no
Package: pycodestyle
Architecture: all
Multi-Arch: foreign
Depends: python3-pkg-resources,
python3-pycodestyle (=${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: Python style guide checker (formerly called pep8)
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
Package: python3-pycodestyle
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Breaks: python3-flake8 (<< 3.5.0-2~)
Description: Python style guide checker (formerly called pep8) - Python 3.x
Features a plugin architecture allowing for adding new checks is easily.
Parseable output listing line numbers of the error location. Consists of
just one Python file, and requires only stdlib.
.
This package contains the Python 3.x module.
|