9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-YarV1Btn1x3Sm4Vw/JDSyJy3ZJMXAQHZJJJklSG0R+Q=";
19 propagatedBuildInputs = [
24 pythonImportsCheck = [ "g2pkk" ];
29 description = "Cross-platform g2p for Korean";
30 homepage = "https://github.com/harmlessman/g2pkk";
31 license = licenses.asl20;
32 maintainers = teams.tts.members;