10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "456f8c1be99da268554b29c6b5383532e58119def5a65d85270bc6a0ecc26aaf";
19 propagatedBuildInputs = [ jinja2 mistune pygments setuptools ];
21 pythonImportsCheck = [ "mrkd" ];
24 description = "Write man pages using Markdown, and convert them to Roff or HTML";
25 homepage = "https://github.com/refi64/mrkd";
26 license = licenses.bsd2;
27 # https://github.com/refi64/mrkd/pull/6
28 broken = versionAtLeast mistune.version "2";