9 buildPythonPackage rec{
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-XxvQKjTvOYLuAl7FtY+zpu7fwx2ZS4rjnY3JkVotjx8=";
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 changelog = "https://github.com/sergiocorreia/panflute/releases/tag/${version}";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ synthetica ];