11 buildPythonPackage rec {
16 src = fetchFromGitHub {
17 owner = "wasi-master";
19 rev = "refs/tags/v${version}";
20 hash = "sha256-jbzGTEth5Qoc0ORFCS3sZMrGUpoQQOVsd+l3/zMWy20=";
23 build-system = [ setuptools ];
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "rich_rst" ];
35 description = "Beautiful reStructuredText renderer for rich";
36 homepage = "https://github.com/wasi-master/rich-rst";
37 license = licenses.mit;