11 buildPythonPackage rec {
14 format = "setuptools";
17 inherit pname version;
18 hash = "sha256-AtIle9ybnMHSQr007iyGHGSPcIPveJj+FGirzDge95k=";
21 propagatedBuildInputs = [
26 nativeCheckInputs = [ pytestCheckHook ];
27 pytestFlagsArray = [ "tests/" ];
29 # Tries to download model binary artifacts:
32 pythonImportsCheck = [ "slovnet" ];
35 description = "Deep-learning based NLP modeling for Russian language";
36 homepage = "https://github.com/natasha/slovnet";
37 license = licenses.mit;
38 maintainers = with maintainers; [ npatsakula ];