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 (>= 11),
               dh-python,
               pylint,
               pylint3,
               python-all (>= 2.6.6-3~),
               python-setuptools,
               python3-all,
               python3-setuptools
Standards-Version: 4.1.3
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
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: python-pylint-plugin-utils
Architecture: all
Depends: pylint, python-astroid (>= 1.2.0), ${misc:Depends}, ${python:Depends}
Description: Utilities and helpers for writing Pylint plugins (Python 2)
 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.
 .
 This is the Python 2 version of the package.

Package: python3-pylint-plugin-utils
Architecture: all
Depends: pylint3,
         python3-astroid (>= 1.2.0),
         ${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.
 .
 This is the Python 3 version of the package.
