Loading pkgs/development/python-modules/yargy/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pymorphy2 , pytestCheckHook }: buildPythonPackage rec { pname = "yargy"; version = "0.16.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-yRfu+zKkDCPEa2yojWiScHLdAKuU6Q/V3GqwpitZtZM="; }; propagatedBuildInputs = [ pymorphy2 ]; pythonImportCheck = [ "yargy" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests" ]; meta = with lib; { description = "Rule-based facts extraction for Russian language"; homepage = "https://github.com/natasha/yargu"; license = licenses.mit; maintainers = with maintainers; [ npatsakula ]; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14012,6 +14012,8 @@ self: super: with self; { yarg = callPackage ../development/python-modules/yarg { }; yagry = callPackage ../development/python-modules/yargy { }; yark = callPackage ../development/python-modules/yark { }; yarl = callPackage ../development/python-modules/yarl { }; Loading Loading
pkgs/development/python-modules/yargy/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , pymorphy2 , pytestCheckHook }: buildPythonPackage rec { pname = "yargy"; version = "0.16.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-yRfu+zKkDCPEa2yojWiScHLdAKuU6Q/V3GqwpitZtZM="; }; propagatedBuildInputs = [ pymorphy2 ]; pythonImportCheck = [ "yargy" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests" ]; meta = with lib; { description = "Rule-based facts extraction for Russian language"; homepage = "https://github.com/natasha/yargu"; license = licenses.mit; maintainers = with maintainers; [ npatsakula ]; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -14012,6 +14012,8 @@ self: super: with self; { yarg = callPackage ../development/python-modules/yarg { }; yagry = callPackage ../development/python-modules/yargy { }; yark = callPackage ../development/python-modules/yark { }; yarl = callPackage ../development/python-modules/yarl { }; Loading