16 buildPythonPackage rec {
17 pname = "neoteroi-mkdocs";
21 src = fetchFromGitHub {
23 repo = "mkdocs-plugins";
24 rev = "refs/tags/v${version}";
25 hash = "sha256-qizF1Y3BUyr0ekoATJVa62q7gvpbMW3fIKViov2tFTI=";
28 buildInputs = [ hatchling ];
36 propagatedBuildInputs = [
46 "test_contribs" # checks against its own git repository
49 pythonImportsCheck = [ "neoteroi.mkdocs" ];
52 homepage = "https://github.com/Neoteroi/mkdocs-plugins";
53 description = "Plugins for MkDocs";
54 changelog = "https://github.com/Neoteroi/mkdocs-plugins/releases/v${version}";
55 license = licenses.mit;
56 maintainers = with maintainers; [