8 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "mull-project";
15 repo = "FileCheck.py";
16 rev = "refs/tags/v${version}";
17 hash = "sha256-VbMlCqGd3MVpj0jEKjSGC2L0s/3e/d53b+2eZcXZneo=";
28 pythonImportsCheck = [
33 changelog = "https://github.com/mull-project/FileCheck.py/releases/tag/v${version}";
34 homepage = "https://github.com/mull-project/FileCheck.py";
35 license = licenses.asl20;
36 description = "Python port of LLVM's FileCheck, flexible pattern matching file verifier";
37 mainProgram = "filecheck";
38 maintainers = with maintainers; [ yorickvp ];