16 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-6tIhKCa8wg01gNFygCS6GdUHfbWBu7wOZeMkCExRR34=";
27 propagatedBuildInputs = [ six charset-normalizer ];
45 description = "PugJS syntax template adapter for Django, Jinja2, Mako and Tornado templates";
46 homepage = "https://github.com/kakulukia/pypugjs";
47 license = licenses.mit;
48 maintainers = with maintainers; [ lopsided98 ];