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