11 buildPythonPackage rec {
12 pname = "pylint-celery";
14 format = "setuptools";
17 src = fetchFromGitHub {
21 sha256 = "05fhwraq12c2724pn4py1bjzy5rmsrb1x68zck73nlp5icba6yap";
24 propagatedBuildInputs = [ pylint-plugin-utils ];
26 # Testing requires a very old version of pylint, incompatible with other dependencies
30 description = "Pylint plugin to analyze Celery applications";
31 homepage = "https://github.com/PyCQA/pylint-celery";
32 license = licenses.gpl2;
33 maintainers = with maintainers; [ kamadorueda ];