File: control

package info (click to toggle)
pycodestyle 2.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: python: 4,697; makefile: 135; sh: 12
file content (38 lines) | stat: -rw-r--r-- 1,329 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
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: pycodestyle
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/PyCQA/pycodestyle
Vcs-Git: https://salsa.debian.org/python-team/packages/pycodestyle.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pycodestyle
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
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: pycodestyle
Architecture: all
Multi-Arch: foreign
Depends: python3-pycodestyle (=${binary:Version}),
         ${misc:Depends},
         ${python3:Depends},
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: python3-pycodestyle
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Breaks: python3-flake8 (<< 4.0.1-1~)
Description: ${source:Synopsis} - Python 3.x
 ${source:Extended-Description}
 .
 This package contains the Python 3.x module.