11 buildPythonPackage rec {
14 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
21 hash = "sha256-4jq6gXpI1hFtX7ka2c/qQ+S6vZCThKOGhQwJ2FOYItY=";
24 propagatedBuildInputs = [ jinja2 ];
32 # re.error: global flags not at the start of the expression at position 14
33 "test/test_languages/testFortran.py"
36 pythonImportsCheck = [ "lizard" ];
39 changelog = "https://github.com/terryyin/lizard/blob/${version}/CHANGELOG.md";
40 description = "Code analyzer without caring the C/C++ header files";
41 mainProgram = "lizard";
42 downloadPage = "https://github.com/terryyin/lizard";
43 homepage = "http://www.lizard.ws";
44 license = licenses.mit;
45 maintainers = with maintainers; [ jpetrucciani ];