8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-mV5b/J9wX9niiYtlmAUouaAm9mY2zTtDmex7FNWcezQ=";
21 # Update dependencies, https://github.com/Textualize/rich-cli/pull/94
23 name = "update-dependencies.patch";
24 url = "https://github.com/Textualize/rich-cli/pull/94/commits/1e9a11af7c1c78a5a44a207b1e0dce4c4b3c39f0.patch";
25 hash = "sha256-cU+s/LK2GDVWXLZob0n5J6sLjflCr8w10hRLgeWN5Vg=";
28 name = "markdown.patch";
29 url = "https://github.com/Textualize/rich-cli/pull/94/commits/0a8e77d724ace88ce88ee9d68a46b1dc8464fe0b.patch";
30 hash = "sha256-KXvRG36Qj5kCj1RiAJsNkoJY7t41zUfJFgHeCtc0O4w=";
38 build-system = with python3.pkgs; [
42 nativeBuildInputs = with python3.pkgs; [
45 dependencies = with python3.pkgs; [
53 pythonImportsCheck = [
58 description = "Command Line Interface to Rich";
59 homepage = "https://github.com/Textualize/rich-cli";
60 changelog = "https://github.com/Textualize/rich-cli/releases/tag/v${version}";
61 license = licenses.mit;