9 buildPythonPackage rec{
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-AJMz+gt8Wa45aFZSLm15RjiiJlJnkWC4Lobk8o8Pu8Y=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [
31 description = "Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions";
32 homepage = "http://scorreia.com/software/panflute";
33 license = licenses.bsd3;
34 maintainers = with maintainers; [ synthetica ];