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