File: control

package info (click to toggle)
autopep8 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,272 kB
  • sloc: python: 14,130; makefile: 127; sh: 16
file content (25 lines) | stat: -rw-r--r-- 1,137 bytes parent folder | download
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
Source: autopep8
Maintainer: Sylvestre Ledru <sylvestre@debian.org>
Uploaders: Debian Python Team <team+python@tracker.debian.org>
Section: python
Priority: optional
Build-Depends: python3-setuptools, python3-all, dh-sequence-python3,
 debhelper-compat (= 12), pycodestyle, python3-pycodestyle (>= 2.3.1), dh-python,
 help2man, python3-toml
Standards-Version: 4.2.1
Homepage: https://pypi.python.org/pypi/autopep8/
Vcs-Git: https://salsa.debian.org/python-team/packages/autopep8.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/autopep8

Package: python3-autopep8
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pep8,
 python3-pkg-resources,
 python3-lib2to3
Breaks: python-autopep8 (<< 1.4.4-2)
Replaces: python-autopep8 (<< 1.4.4-2)
Description: tool that automatically formats Python code to conform to PEP 8
 autopep8 automatically formats Python code to conform to the PEP 8 style
 guide. It uses the pep8 utility to determine what parts of the code needs to
 be formatted. autopep8 is capable of fixing most of the formatting issues that
 can be reported by pep8. This package is for Python3.