8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-yRfu+zKkDCPEa2yojWiScHLdAKuU6Q/V3GqwpitZtZM=";
18 propagatedBuildInputs = [ pymorphy2 ];
19 pythonImportsCheck = [ "yargy" ];
20 nativeCheckInputs = [ pytestCheckHook ];
21 pytestFlagsArray = [ "tests" ];
24 description = "Rule-based facts extraction for Russian language";
25 homepage = "https://github.com/natasha/yargu";
26 license = licenses.mit;
27 maintainers = with maintainers; [ npatsakula ];