8 buildPythonPackage rec {
9 pname = "markdown-macros";
13 inherit pname version;
14 sha256 = "1lzvrb7nci22yp21ab2qqc9p0fhkazqj29vw0wln2r4ckb2nbawv";
18 # Fixes a bug with markdown>2.4
20 url = "https://github.com/wnielson/markdown-macros/pull/1.patch";
21 sha256 = "17njbgq2srzkf03ar6yn92frnsbda3g45cdi529fdh0x8mmyxci0";
26 substituteInPlace setup.py --replace "distribute" "setuptools"
29 propagatedBuildInputs = [ markdown ];
34 description = "An extension for python-markdown that makes writing trac-like macros easy";
35 homepage = "https://github.com/wnielson/markdown-macros";
36 license = licenses.mit;
37 maintainers = [ maintainers.abigailbuccaneer ];