python3Packages: adopt tts leaf packages
This commit is contained in:
parent
841dd58a15
commit
f937103c9a
5 changed files with 5 additions and 3 deletions
|
@ -32,6 +32,6 @@ buildPythonPackage rec {
|
|||
'';
|
||||
homepage = "https://github.com/coqui-ai/coqpit";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hexa mic92 ];
|
||||
maintainers = teams.tts.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -28,5 +28,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/jaraco/inflect";
|
||||
changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.tts.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,5 +29,6 @@ buildPythonPackage rec {
|
|||
description = "Chinese Words Segementation Utilities";
|
||||
homepage = "https://github.com/fxsjy/jieba";
|
||||
license = licenses.mit;
|
||||
maintainers = teams.tts.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/mozillazg/python-pinyin";
|
||||
changelog = "https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ hexa mic92 ];
|
||||
maintainers = teams.tts.members;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -26,6 +26,6 @@ buildPythonPackage rec {
|
|||
description = "Pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages";
|
||||
homepage = "https://github.com/nipunsadvilkar/pySBD";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.mic92 ];
|
||||
maintainers = teams.tts.members;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue