Loading pkgs/development/python-modules/pyspellchecker/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "pyspellchecker"; version = "0.7.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-zKbDJCjuOI0Vsbh+lK/Dv5T7GGK6hIo7RJvs1inSatM="; }; # no tests in PyPI doCheck = false; meta = with lib; { description = "Pure python spell checking"; homepage = "https://github.com/barrust/pyspellchecker"; license = licenses.mit; maintainers = with maintainers; [ zendo ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8608,6 +8608,8 @@ self: super: with self; { pyspcwebgw = callPackage ../development/python-modules/pyspcwebgw { }; pyspellchecker = callPackage ../development/python-modules/pyspellchecker { }; pyspf = callPackage ../development/python-modules/pyspf { }; pyspice = callPackage ../development/python-modules/pyspice { }; Loading Loading
pkgs/development/python-modules/pyspellchecker/default.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi }: buildPythonPackage rec { pname = "pyspellchecker"; version = "0.7.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-zKbDJCjuOI0Vsbh+lK/Dv5T7GGK6hIo7RJvs1inSatM="; }; # no tests in PyPI doCheck = false; meta = with lib; { description = "Pure python spell checking"; homepage = "https://github.com/barrust/pyspellchecker"; license = licenses.mit; maintainers = with maintainers; [ zendo ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -8608,6 +8608,8 @@ self: super: with self; { pyspcwebgw = callPackage ../development/python-modules/pyspcwebgw { }; pyspellchecker = callPackage ../development/python-modules/pyspellchecker { }; pyspf = callPackage ../development/python-modules/pyspf { }; pyspice = callPackage ../development/python-modules/pyspice { }; Loading