13 buildPythonPackage rec {
16 format = "setuptools";
19 inherit pname version;
20 sha256 = "15gv78m17g958gfka6rr3rg230g6b5ssgk8bfpsp7k2iajhxdbhs";
23 propagatedBuildInputs = [ requests ];
29 doCheck = isPy3k; # fails on linting
32 sed -i 's#^_mystem_info = .*#_mystem_info = ["${mystem}/bin", "${mystem}/bin/mystem"]#' pymystem3/constants.py
36 description = "Python wrapper for the Yandex MyStem 3.1 morpholocial analyzer of the Russian language";
37 homepage = "https://github.com/nlpub/pymystem3";
38 license = licenses.mit;
39 maintainers = with maintainers; [ abbradar ];