10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99";
20 # fix tests in python 3.10
22 url = "https://github.com/miyakogi/m2r/commit/58ee9cabdadf5e3deb13037f3052238f0f2bffcd.patch";
23 sha256 = "sha256-CN3PWmnk7xsn1wngRHuEWmDTP3HtVNxkFv0xzD2Zjlo=";
25 ./docutils-0.19-compat.patch
29 substituteInPlace tests/test_cli.py \
30 --replace "optional" "positional"
33 propagatedBuildInputs = [ mistune docutils ];
35 checkInputs = [ pygments ];
38 homepage = "https://github.com/miyakogi/m2r";
39 description = "Markdown to reStructuredText converter";
40 license = licenses.mit;
41 maintainers = with maintainers; [ AndersonTorres SuperSandro2000 ];
42 # https://github.com/miyakogi/m2r/issues/66
43 broken = versionAtLeast mistune.version "2";