File: control

package info (click to toggle)
pylint-plugin-utils 0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 128 kB
  • sloc: python: 133; makefile: 4; sh: 2
file content (26 lines) | stat: -rw-r--r-- 803 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
Source: pylint-plugin-utils
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pylint,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/PyCQA/pylint-plugin-utils
Vcs-Git: https://salsa.debian.org/python-team/packages/pylint-plugin-utils.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/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.