12 buildPythonPackage rec {
20 hash = "sha256-QriIfVcwHcVWNDaPjVSenEnJE9r7TRnJtUw922BPzPQ=";
23 build-system = [ setuptools ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "grep_ast" ];
35 homepage = "https://github.com/paul-gauthier/grep-ast";
36 license = lib.licenses.asl20;
37 maintainers = with lib.maintainers; [ greg ];
38 description = "Python implementation of the ast-grep tool";
39 mainProgram = "grep-ast";