11 buildPythonPackage rec {
14 format = "setuptools";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-ybC8G1AOIZWkS3uQSErXctIJKq9Y7xBjRbBrO8/yAj4=";
33 pythonImportsCheck = [ "ipadic" ];
36 description = "Contemporary Written Japanese dictionary";
37 homepage = "https://github.com/polm/ipadic-py";
38 license = licenses.mit;
39 maintainers = with maintainers; [ laurent-f1z1 ];