13 buildPythonPackage rec {
14 pname = "mkdocs-macros-plugin";
18 inherit pname version;
19 hash = "sha256-/jSNdfAckR82K22ZjFez2FtQWHbd5p25JPLFEsOVwyg=";
22 propagatedBuildInputs = [
30 passthru.tests.example-doc = callPackage ./tests.nix { };
32 pythonImportsCheck = [ "mkdocs_macros" ];
35 homepage = "https://github.com/fralau/mkdocs_macros_plugin";
36 description = "Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code";
37 license = licenses.mit;
38 maintainers = with maintainers; [ tljuniper ];