Loading pkgs/by-name/rs/rst2html5/package.nix +7 −10 Original line number Diff line number Diff line { lib , python3 , fetchPypi { lib, python3, fetchPypi, }: python3.pkgs.buildPythonPackage rec { Loading @@ -13,9 +14,7 @@ python3.pkgs.buildPythonPackage rec { hash = "sha256-MJmYyF+rAo8vywGizNyIbbCvxDmCYueVoC6pxNDzKuk="; }; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ beautifulsoup4 Loading @@ -27,9 +26,7 @@ python3.pkgs.buildPythonPackage rec { # Tests are not shipped as PyPI releases doCheck = false; pythonImportsCheck = [ "rst2html5" ]; pythonImportsCheck = [ "rst2html5" ]; meta = with lib; { description = "Converts ReSTructuredText to (X)HTML5"; Loading Loading
pkgs/by-name/rs/rst2html5/package.nix +7 −10 Original line number Diff line number Diff line { lib , python3 , fetchPypi { lib, python3, fetchPypi, }: python3.pkgs.buildPythonPackage rec { Loading @@ -13,9 +14,7 @@ python3.pkgs.buildPythonPackage rec { hash = "sha256-MJmYyF+rAo8vywGizNyIbbCvxDmCYueVoC6pxNDzKuk="; }; build-system = with python3.pkgs; [ poetry-core ]; build-system = with python3.pkgs; [ poetry-core ]; dependencies = with python3.pkgs; [ beautifulsoup4 Loading @@ -27,9 +26,7 @@ python3.pkgs.buildPythonPackage rec { # Tests are not shipped as PyPI releases doCheck = false; pythonImportsCheck = [ "rst2html5" ]; pythonImportsCheck = [ "rst2html5" ]; meta = with lib; { description = "Converts ReSTructuredText to (X)HTML5"; Loading