9 buildPythonPackage rec {
14 src = fetchFromGitHub {
15 owner = "wasi-master";
17 rev = "refs/tags/v${version}";
18 hash = "sha256-jFPboZ5/T2I6EuyVM+45lrLWen8Kqf94gWXS1WDf1qU=";
25 propagatedBuildInputs = [ docutils rich ];
30 pythonImportsCheck = [ "rich_rst" ];
33 description = "A beautiful reStructuredText renderer for rich";
34 homepage = "https://github.com/wasi-master/rich-rst";
35 license = licenses.mit;
36 maintainers = with maintainers; [ joelkoen ];