10 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed13cb38";
20 propagatedBuildInputs = [ django smartypants jinja2 ];
22 # Wants to set up Django
26 description = "Filters to enhance web typography, including support for Django & Jinja templates";
27 homepage = "https://github.com/mintchaos/typogrify";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ ];