11 buildPythonPackage rec {
12 pname = "mecab-python3";
14 format = "setuptools";
16 disabled = pythonOlder "3.7";
19 pname = "mecab_python3";
21 hash = "sha256-LYkfSgEZ+3Zvp5bijYgaVXk6DDVE5EbP9k3JRq1yJ8w=";
25 mecab # for mecab-config
30 buildInputs = [ mecab ];
34 pythonImportsCheck = [ "MeCab" ];
37 description = "Python wrapper for mecab: Morphological Analysis engine";
38 homepage = "https://github.com/SamuraiT/mecab-python3";
39 changelog = "https://github.com/SamuraiT/mecab-python3/releases/tag/v${version}";
40 license = with licenses; [