| 12
 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
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 
 | Source: pylint-celery
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Daniel Stender <stender@debian.org>
Build-Depends:
 debhelper (>= 9),
 dh-python,
 python-all,
 python-astroid,
 pylint (>= 1.0.0),
 python-pylint-plugin-utils,
 python-setuptools,
 python-logilab-common,
 python-celery,
 python3-all,
 python3-astroid,
 pylint3,
 python3-pylint-plugin-utils,
 python3-setuptools,
 python3-logilab-common,
 python3-celery
Standards-Version: 3.9.8
Homepage: https://github.com/landscapeio/pylint-celery
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pylint-celery.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pylint-celery.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Package: python-pylint-celery
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: Pylint plugin for code using the Celery library
 Pylint is a source code bug and quality checker for the Python programming
 language. This package provides a plugin for checking code using the Celery
 library (distributed task queue).
 .
 This package contains the module for Python2.
Package: python3-pylint-celery
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: Pylint plugin for code using the Celery library (Python3)
 Pylint is a source code bug and quality checker for the Python programming
 language. This package provides a plugin for checking code using the Celery
 library (distributed task queue).
 .
 This package contains the module for Python3.
 |