Loading pkgs/development/python-modules/textual-plotext/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, lib, plotext, poetry-core, textual, }: buildPythonPackage rec { pname = "textual-plotext"; version = "1.0.1"; pyproject = true; # GitHub is missing tags: https://github.com/Textualize/textual-plotext/issues/18 src = fetchPypi { pname = "textual_plotext"; inherit version; hash = "sha256-g29TozFnVmCeGUEpo1wodWOOeVjCYfVB4KeU98mAEb4="; }; build-system = [ poetry-core ]; dependencies = [ plotext textual ]; pythonImportsCheck = [ "textual_plotext" ]; meta = { description = "Textual widget wrapper for the Plotext plotting library"; homepage = "https://github.com/Textualize/textual-plotext"; changelog = "https://github.com/Textualize/textual-plotext/blob/main/ChangeLog.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ andersk ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18916,6 +18916,8 @@ self: super: with self; { textual-image = callPackage ../development/python-modules/textual-image { }; textual-plotext = callPackage ../development/python-modules/textual-plotext { }; textual-serve = callPackage ../development/python-modules/textual-serve { }; textual-slider = callPackage ../development/python-modules/textual-slider { }; Loading
pkgs/development/python-modules/textual-plotext/default.nix 0 → 100644 +38 −0 Original line number Diff line number Diff line { buildPythonPackage, fetchPypi, lib, plotext, poetry-core, textual, }: buildPythonPackage rec { pname = "textual-plotext"; version = "1.0.1"; pyproject = true; # GitHub is missing tags: https://github.com/Textualize/textual-plotext/issues/18 src = fetchPypi { pname = "textual_plotext"; inherit version; hash = "sha256-g29TozFnVmCeGUEpo1wodWOOeVjCYfVB4KeU98mAEb4="; }; build-system = [ poetry-core ]; dependencies = [ plotext textual ]; pythonImportsCheck = [ "textual_plotext" ]; meta = { description = "Textual widget wrapper for the Plotext plotting library"; homepage = "https://github.com/Textualize/textual-plotext"; changelog = "https://github.com/Textualize/textual-plotext/blob/main/ChangeLog.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ andersk ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -18916,6 +18916,8 @@ self: super: with self; { textual-image = callPackage ../development/python-modules/textual-image { }; textual-plotext = callPackage ../development/python-modules/textual-plotext { }; textual-serve = callPackage ../development/python-modules/textual-serve { }; textual-slider = callPackage ../development/python-modules/textual-slider { };