9 buildPythonPackage rec {
13 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-OoTiqJ7hsFP1Yx+7xW3rL+Yc/O2lCMdhBBbaZucyZXM=";
32 pythonImportsCheck = [ "mistune" ];
35 changelog = "https://github.com/lepture/mistune/blob/${src.rev}/docs/changes.rst";
36 description = "A sane Markdown parser with useful plugins and renderers";
37 homepage = "https://github.com/lepture/mistune";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ dotlambda ];