11 buildPythonPackage rec {
12 pname = "pylint-plugin-utils";
16 src = fetchFromGitHub {
20 sha256 = "1zapmbczxs1phrwbd0yvpfxhljd2pyv4pi9rwggaq38lcnc325s7";
23 propagatedBuildInputs = [
32 description = "Utilities and helpers for writing Pylint plugins";
33 homepage = "https://github.com/PyCQA/pylint-plugin-utils";
34 license = licenses.gpl2;
35 maintainers = with maintainers; [