10 buildPythonPackage rec {
11 pname = "mecab-python3";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-cJiLqyY2lkVvddPYkQx1rqR3qdCAVK1++FvlRw3T9ls=";
23 mecab # for mecab-config
34 pythonImportsCheck = [
39 description = "A python wrapper for mecab: Morphological Analysis engine";
40 homepage = "https://github.com/SamuraiT/mecab-python3";
41 changelog = "https://github.com/SamuraiT/mecab-python3/releases/tag/v${version}";
42 license = with licenses; [ gpl2 lgpl21 bsd3 ]; # any of the three