12 buildPythonPackage rec {
17 inherit pname version;
18 sha256 = "15gv78m17g958gfka6rr3rg230g6b5ssgk8bfpsp7k2iajhxdbhs";
21 propagatedBuildInputs = [ requests ];
22 checkInputs = [ flake8 mock pytest ];
23 doCheck = isPy3k; # fails on linting
26 sed -i 's#^_mystem_info = .*#_mystem_info = ["${mystem}/bin", "${mystem}/bin/mystem"]#' pymystem3/constants.py
30 description = "Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language";
31 homepage = "https://github.com/nlpub/pymystem3";
32 license = licenses.mit;
33 maintainers = with maintainers; [ abbradar ];