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 28 29
|
Source: pylint-celery
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-sequence-python3,
pybuild-plugin-pyproject,
pylint,
python3-all,
python3-astroid,
python3-celery,
python3-logilab-common,
python3-pylint-plugin-utils,
python3-setuptools,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: https://github.com/pylint-dev/pylint-celery
Vcs-Git: https://salsa.debian.org/python-team/packages/pylint-celery.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pylint-celery
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).
|