16 buildPythonPackage rec {
17 pname = "mkdocs-macros-plugin";
21 inherit pname version;
22 sha256 = "sha256-/jSNdfAckR82K22ZjFez2FtQWHbd5p25JPLFEsOVwyg=";
25 propagatedBuildInputs = [
33 passthru.tests.example-doc = callPackage ./tests.nix { };
35 pythonImportsCheck = [ "mkdocs_macros" ];
38 homepage = "https://github.com/fralau/mkdocs_macros_plugin";
39 description = "Create richer and more beautiful pages in MkDocs, by using variables and calls to macros in the markdown code.";
40 license = licenses.mit;
41 maintainers = with maintainers; [ tljuniper ];