Loading pkgs/development/python-modules/rich-theme-manager/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, poetry-core, rich, pytestCheckHook, }: buildPythonPackage rec { pname = "rich-theme-manager"; version = "0.11.0"; pyproject = true; src = fetchFromGitHub { owner = "RhetTbull"; repo = "rich_theme_manager"; rev = "refs/tags/v${version}"; hash = "sha256-nSNG+lWOPmh66I9EmPvWqbeceY/cu+zBpgVlDTNuHc0="; }; build-system = [ poetry-core ]; dependencies = [ rich ]; pythonImportsCheck = [ "rich_theme_manager" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Define custom styles and themes for use with rich"; license = lib.licenses.mit; homepage = "https://github.com/RhetTbull/rich_theme_manager"; maintainers = with lib.maintainers; [ sigmanificient ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13573,6 +13573,8 @@ self: super: with self; { rich-rst = callPackage ../development/python-modules/rich-rst { }; rich-theme-manager = callPackage ../development/python-modules/rich-theme-manager { }; ring-doorbell = callPackage ../development/python-modules/ring-doorbell { }; rio-tiler = callPackage ../development/python-modules/rio-tiler { }; Loading Loading
pkgs/development/python-modules/rich-theme-manager/default.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, poetry-core, rich, pytestCheckHook, }: buildPythonPackage rec { pname = "rich-theme-manager"; version = "0.11.0"; pyproject = true; src = fetchFromGitHub { owner = "RhetTbull"; repo = "rich_theme_manager"; rev = "refs/tags/v${version}"; hash = "sha256-nSNG+lWOPmh66I9EmPvWqbeceY/cu+zBpgVlDTNuHc0="; }; build-system = [ poetry-core ]; dependencies = [ rich ]; pythonImportsCheck = [ "rich_theme_manager" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = { description = "Define custom styles and themes for use with rich"; license = lib.licenses.mit; homepage = "https://github.com/RhetTbull/rich_theme_manager"; maintainers = with lib.maintainers; [ sigmanificient ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -13573,6 +13573,8 @@ self: super: with self; { rich-rst = callPackage ../development/python-modules/rich-rst { }; rich-theme-manager = callPackage ../development/python-modules/rich-theme-manager { }; ring-doorbell = callPackage ../development/python-modules/ring-doorbell { }; rio-tiler = callPackage ../development/python-modules/rio-tiler { }; Loading