File: control

package info (click to toggle)
pylint-plugin-utils 0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 108 kB
  • sloc: python: 110; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 1,043 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 Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joseph Herlant <herlantj@gmail.com>,
           ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 11),
               dh-python,
               pylint3,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.1
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python
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: pylint3,
         ${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.