Loading pkgs/development/python-modules/razdel/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "razdel"; version = "0.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-QzTA/f401OiIzw7YVJaMnfFPClR9+Qmnf0Y0+f/mJuY="; }; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "razdel" ]; pythonImportCheck = [ "razdel" ]; meta = with lib; { description = "Rule-based system for Russian sentence and word tokenization"; homepage = "https://github.com/natasha/razdel"; license = licenses.mit; maintainers = with maintainers; [ npatsakula ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11013,6 +11013,8 @@ self: super: with self; { ray = callPackage ../development/python-modules/ray { redis = pkgs.redis; }; razdel = callPackage ../development/python-modules/razdel { }; rbtools = callPackage ../development/python-modules/rbtools { }; rchitect = callPackage ../development/python-modules/rchitect { }; Loading Loading
pkgs/development/python-modules/razdel/default.nix 0 → 100644 +27 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "razdel"; version = "0.5.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-QzTA/f401OiIzw7YVJaMnfFPClR9+Qmnf0Y0+f/mJuY="; }; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "razdel" ]; pythonImportCheck = [ "razdel" ]; meta = with lib; { description = "Rule-based system for Russian sentence and word tokenization"; homepage = "https://github.com/natasha/razdel"; license = licenses.mit; maintainers = with maintainers; [ npatsakula ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11013,6 +11013,8 @@ self: super: with self; { ray = callPackage ../development/python-modules/ray { redis = pkgs.redis; }; razdel = callPackage ../development/python-modules/razdel { }; rbtools = callPackage ../development/python-modules/rbtools { }; rchitect = callPackage ../development/python-modules/rchitect { }; Loading