7 python3.pkgs.buildPythonPackage rec {
13 inherit pname version;
14 hash = "sha256-MJmYyF+rAo8vywGizNyIbbCvxDmCYueVoC6pxNDzKuk=";
17 build-system = with python3.pkgs; [ poetry-core ];
19 dependencies = with python3.pkgs; [
26 # Tests are not shipped as PyPI releases
29 pythonImportsCheck = [ "rst2html5" ];
32 description = "Converts ReSTructuredText to (X)HTML5";
33 homepage = "https://rst2html5.readthedocs.io/";
34 license = licenses.mit;
35 maintainers = with maintainers; [ AndersonTorres ];
36 mainProgram = "rst2html5";