python3Packages: adopt tts leaf packages

This commit is contained in:
Martin Weinelt 2021-06-04 14:38:01 +02:00
parent 841dd58a15
commit f937103c9a
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
5 changed files with 5 additions and 3 deletions

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -29,5 +29,6 @@ buildPythonPackage rec {
description = "Chinese Words Segementation Utilities";
homepage = "https://github.com/fxsjy/jieba";
license = licenses.mit;
maintainers = teams.tts.members;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}