9 buildPythonPackage rec{
16 inherit pname version;
17 sha256 = "1ssmqcyr91f0gpl49lz6a9jkl17l06h6qcik24rlmva28ii6aszz";
20 propagatedBuildInputs = [ click pyyaml ];
23 description = "A Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions";
24 homepage = "http://scorreia.com/software/panflute";
25 license = licenses.bsd3;
26 maintainers = with maintainers; [ synthetica ];