File: control

package info (click to toggle)
pylint-plugin-utils 0.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: python: 95; makefile: 3; sh: 2
file content (27 lines) | stat: -rw-r--r-- 841 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-plugin-utils
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 pylint,
 python3-all,
 python3-poetry-core,
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.