1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: vim-autopep8
Section: editors
Priority: optional
Maintainer: Balasankar C <balasankarc@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 12),
python3-sphinx
Standards-Version: 4.5.0
Homepage: https://github.com/tell-k/vim-autopep8
Vcs-Git: https://salsa.debian.org/python-team/packages/vim-autopep8.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/vim-autopep8
Rules-Requires-Root: no
Package: vim-autopep8
Architecture: all
Depends: python3-autopep8 (>> 1.4.4-1),
vim,
vim-addon-manager,
${misc:Depends},
${sphinxdoc:Depends}
Description: vim plugin to apply autopep8
This package provides vim-autopep8, a Vim plugin that applies autopep8 to your
current file. autopep8 automatically formats Python code to conform to the
PEP 8 style guide.
|