14 python3.pkgs.buildPythonApplication rec {
19 src = fetchFromGitHub {
20 owner = "mattrobenolt";
23 hash = "sha256-67gYt0nZX+VTVaoSxVXGzbRiXD7EMsVBFWC8wHo+Vw0=";
27 python3.pkgs.setuptools
32 python3.pkgs.pytestCheckHook
35 propagatedBuildInputs =
40 ++ lib.attrVals extras optional-dependencies;
42 pythonImportsCheck = [ "jinja2cli" ];
44 optional-dependencies = with python3.pkgs; {
53 description = "CLI for Jinja2";
54 homepage = "https://github.com/mattrobenolt/jinja2-cli";
55 license = licenses.bsd2;
56 maintainers = with maintainers; [ figsoda ];
57 mainProgram = "jinja2";