8 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "9ee0a66053e2267aba772c71e06891fa8f1af6d4b01d5e84e267b4570d4d9808";
27 pythonImportsCheck = [ "mistune" ];
30 description = "A sane Markdown parser with useful plugins and renderers";
31 homepage = "https://github.com/lepture/mistune";
32 license = licenses.bsd3;
33 maintainers = with maintainers; [ dotlambda ];