Loading pkgs/development/python-modules/sphinxcontrib-log-cabinet/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, sphinx }: buildPythonPackage rec { pname = "sphinxcontrib-log-cabinet"; version = "1.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "davidism"; repo = "sphinxcontrib-log-cabinet"; rev = "refs/tags/${version}"; sha256 = "03cxspgqsap9q74sqkdx6r6b4gs4hq6dpvx4j58hm50yfhs06wn1"; }; propagatedBuildInputs = [ sphinx ]; pythonImportsCheck = [ "sphinxcontrib.log_cabinet" ]; doCheck = false; # no tests meta = with lib; { homepage = "https://github.com/davidism/sphinxcontrib-log-cabinet"; description = "Sphinx extension to organize changelogs"; license = licenses.mit; maintainers = with maintainers; [ kaction ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11227,6 +11227,8 @@ self: super: with self; { inherit (pkgs) mscgen; }; sphinxcontrib-log-cabinet = callPackage ../development/python-modules/sphinxcontrib-log-cabinet { }; sphinxcontrib-nwdiag = callPackage ../development/python-modules/sphinxcontrib-nwdiag { }; sphinxcontrib_newsfeed = callPackage ../development/python-modules/sphinxcontrib_newsfeed { }; Loading Loading
pkgs/development/python-modules/sphinxcontrib-log-cabinet/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, sphinx }: buildPythonPackage rec { pname = "sphinxcontrib-log-cabinet"; version = "1.0.1"; format = "setuptools"; src = fetchFromGitHub { owner = "davidism"; repo = "sphinxcontrib-log-cabinet"; rev = "refs/tags/${version}"; sha256 = "03cxspgqsap9q74sqkdx6r6b4gs4hq6dpvx4j58hm50yfhs06wn1"; }; propagatedBuildInputs = [ sphinx ]; pythonImportsCheck = [ "sphinxcontrib.log_cabinet" ]; doCheck = false; # no tests meta = with lib; { homepage = "https://github.com/davidism/sphinxcontrib-log-cabinet"; description = "Sphinx extension to organize changelogs"; license = licenses.mit; maintainers = with maintainers; [ kaction ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11227,6 +11227,8 @@ self: super: with self; { inherit (pkgs) mscgen; }; sphinxcontrib-log-cabinet = callPackage ../development/python-modules/sphinxcontrib-log-cabinet { }; sphinxcontrib-nwdiag = callPackage ../development/python-modules/sphinxcontrib-nwdiag { }; sphinxcontrib_newsfeed = callPackage ../development/python-modules/sphinxcontrib_newsfeed { }; Loading