19 buildPythonPackage rec {
24 disabled = pythonOlder "3.8";
27 inherit pname version;
28 hash = "sha256-C3vYiiNrst39faXdcTBY6Xt0kYXp0SV0E7J71M/n2Co=";
36 propagatedBuildInputs = [
45 optional-dependencies.plot = [ matplotlib ];
50 ] ++ optional-dependencies.plot;
52 pythonImportsCheck = [ "cantools" ];
55 description = "Tools to work with CAN bus";
56 mainProgram = "cantools";
57 homepage = "https://github.com/cantools/cantools";
58 changelog = "https://github.com/cantools/cantools/releases/tag/${version}";
59 license = licenses.mit;
60 maintainers = with maintainers; [ gray-heron ];