File: control

package info (click to toggle)
pylint-plugin-utils 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: python: 114; makefile: 4; sh: 2
file content (24 lines) | stat: -rw-r--r-- 992 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
Source: pylint-plugin-utils
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joseph Herlant <aerostitch@debian.org>,
           ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               pylint,
               python3-all,
               python3-setuptools
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/PyCQA/pylint-plugin-utils
Vcs-Git: https://salsa.debian.org/python-team/modules/pylint-plugin-utils.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pylint-plugin-utils

Package: python3-pylint-plugin-utils
Architecture: all
Depends: pylint, ${misc:Depends}, ${python3:Depends}
Description: Utilities and helpers for writing Pylint plugins (Python 3)
 This is not a direct Pylint plugin, but rather a set of tools
 and functions used by other plugins such as pylint-django
 and pylint-celery.