6 python3.pkgs.buildPythonApplication rec {
12 inherit pname version;
13 hash = "sha256-v0PJY0Ahxa4k011AwtWSIAWBXvt3Aybrd382j1SIT6M=";
17 sed -i '/name = "zeekscript"/a version = "${version}"' pyproject.toml
20 nativeBuildInputs = with python3.pkgs; [
25 propagatedBuildInputs = with python3.pkgs; [
29 pythonImportsCheck = [
34 description = "Zeek script formatter and analyzer";
35 homepage = "https://github.com/zeek/zeekscript";
36 changelog = "https://github.com/zeek/zeekscript/blob/v${version}/CHANGES";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ fab tobim ];
39 # Incompatible with tree-sitter > 0.21.