File: control

package info (click to toggle)
pylint-common 0.2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: python: 86; makefile: 7; sh: 2
file content (27 lines) | stat: -rw-r--r-- 1,081 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
Source: pylint-common
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               pylint3,
               python3-all,
               python3-pylint-plugin-utils,
               python3-setuptools,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/landscapeio/pylint-common
Vcs-Git: https://salsa.debian.org/python-team/modules/pylint-common.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pylint-common

Package: python3-pylint-common
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Pylint plugin for the standard Python library (Python 3)
 Pylint is a source code bug and quality checker for the Python programming
 language. This package provides a plugin for augmenting and improving error
 detection and analysis of the standard Python library.
 .
 This package contains the modules for Python 3.