16 buildPythonPackage rec {
19 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-srhQDXGgoIMhYuCbyQB3kF4LrODnoOqLbjBQMvhPieY=";
29 patches = [ ./fix-download-directory.patch ];
32 substituteInPlace setup.cfg \
33 --replace "wasabi>=0.6.0,<1.0.0" "wasabi"
39 propagatedBuildInputs = [
53 pythonImportsCheck = [ "unidic" ];
56 description = "Contemporary Written Japanese dictionary";
57 homepage = "https://github.com/polm/unidic-py";
58 license = licenses.mit;
59 maintainers = with maintainers; [ laurent-f1z1 ];