11 buildPythonPackage rec {
14 format = "setuptools";
15 disabled = pythonAtLeast "3.12";
18 inherit pname version;
19 sha256 = "6f6f643b3fa5c0f72fbe9f07e246f8e138052b9f689e14c7c64d582c59709ae4";
22 doCheck = false; # tests aren't installed thus aren't found, so skip
23 propagatedBuildInputs = [
30 homepage = "https://github.com/kolypto/j2cli";
31 description = "Jinja2 Command-Line Tool";
33 license = licenses.bsd2;
35 J2Cli is a command-line tool for templating in shell-scripts,
36 leveraging the Jinja2 library.
38 maintainers = with maintainers; [