Loading maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -10303,6 +10303,13 @@ githubId = 2502736; name = "James Hillyerd"; }; jhol = { name = "Joel Holdsworth"; email = "joel@airwebreathe.org.uk"; github = "jhol"; githubId = 1449493; keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ]; }; jhollowe = { email = "jhollowe@johnhollowell.com"; github = "jhollowe"; Loading pkgs/development/python-modules/sphinxcontrib-moderncmakedomain/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, defusedxml, fetchPypi, hatchling, pytestCheckHook, sphinx, }: buildPythonPackage rec { pname = "sphinxcontrib-moderncmakedomain"; version = "3.29.0"; pyproject = true; src = fetchPypi { inherit version; pname = "sphinxcontrib_moderncmakedomain"; hash = "sha256-NYfe8kH/JXfQu+8RgQoILp3sG3ij1LSgZiQLXz3BtbI="; }; build-system = [ hatchling ]; dependencies = [ sphinx ]; nativeCheckInputs = [ defusedxml pytestCheckHook sphinx ]; pythonNamespaces = [ "sphinxcontrib" ]; meta = with lib; { description = "Sphinx extension which renders CMake documentation"; homepage = "https://github.com/scikit-build/moderncmakedomain"; license = licenses.bsd3; maintainers = with maintainers; [ jhol ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14993,6 +14993,8 @@ self: super: with self; { sphinxcontrib-log-cabinet = callPackage ../development/python-modules/sphinxcontrib-log-cabinet { }; sphinxcontrib-moderncmakedomain = callPackage ../development/python-modules/sphinxcontrib-moderncmakedomain { }; sphinxcontrib-nwdiag = callPackage ../development/python-modules/sphinxcontrib-nwdiag { }; sphinxcontrib-newsfeed = callPackage ../development/python-modules/sphinxcontrib-newsfeed { }; Loading
maintainers/maintainer-list.nix +7 −0 Original line number Diff line number Diff line Loading @@ -10303,6 +10303,13 @@ githubId = 2502736; name = "James Hillyerd"; }; jhol = { name = "Joel Holdsworth"; email = "joel@airwebreathe.org.uk"; github = "jhol"; githubId = 1449493; keys = [ { fingerprint = "08F7 2546 95DE EAEF 03DE B0E4 D874 562D DC99 D889"; } ]; }; jhollowe = { email = "jhollowe@johnhollowell.com"; github = "jhollowe"; Loading
pkgs/development/python-modules/sphinxcontrib-moderncmakedomain/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, defusedxml, fetchPypi, hatchling, pytestCheckHook, sphinx, }: buildPythonPackage rec { pname = "sphinxcontrib-moderncmakedomain"; version = "3.29.0"; pyproject = true; src = fetchPypi { inherit version; pname = "sphinxcontrib_moderncmakedomain"; hash = "sha256-NYfe8kH/JXfQu+8RgQoILp3sG3ij1LSgZiQLXz3BtbI="; }; build-system = [ hatchling ]; dependencies = [ sphinx ]; nativeCheckInputs = [ defusedxml pytestCheckHook sphinx ]; pythonNamespaces = [ "sphinxcontrib" ]; meta = with lib; { description = "Sphinx extension which renders CMake documentation"; homepage = "https://github.com/scikit-build/moderncmakedomain"; license = licenses.bsd3; maintainers = with maintainers; [ jhol ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14993,6 +14993,8 @@ self: super: with self; { sphinxcontrib-log-cabinet = callPackage ../development/python-modules/sphinxcontrib-log-cabinet { }; sphinxcontrib-moderncmakedomain = callPackage ../development/python-modules/sphinxcontrib-moderncmakedomain { }; sphinxcontrib-nwdiag = callPackage ../development/python-modules/sphinxcontrib-nwdiag { }; sphinxcontrib-newsfeed = callPackage ../development/python-modules/sphinxcontrib-newsfeed { };