9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "6f6f643b3fa5c0f72fbe9f07e246f8e138052b9f689e14c7c64d582c59709ae4";
18 doCheck = false; # tests aren't installed thus aren't found, so skip
19 propagatedBuildInputs = [ jinja2 pyyaml setuptools ];
22 homepage = "https://github.com/kolypto/j2cli";
23 description = "Jinja2 Command-Line Tool";
24 license = licenses.bsd2;
26 J2Cli is a command-line tool for templating in shell-scripts,
27 leveraging the Jinja2 library.
29 maintainers = with maintainers; [ rushmorem SuperSandro2000 ];