2 , buildPythonApplication
6 buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-W93J3UFUrCqT718zoGcu96ORYFt0NLyYP7iVWbr8FYo=";
18 build-system = [ setuptools ];
20 pythonImportsCheck = [ "djhtml" ];
23 homepage = "https://github.com/rtts/djhtml";
24 description = "Django/Jinja template indenter";
25 changelog = "https://github.com/rtts/djhtml/releases/tag/${version}";
26 license = licenses.gpl3Plus;
28 mainProgram = "djhtml";