16 buildPythonPackage rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-hQnFHi85Rifco0afLF8kKNOy9oPxKoupfmdm+fht6Cg=";
27 propagatedBuildInputs = [
37 checkInputs = [ pytest mock testfixtures ];
39 # majority of tests just try to call out to Google's Translate API endpoint
45 pythonImportsCheck = [ "gtts" ];
48 description = "A Python library and CLI tool to interface with Google Translate text-to-speech API";
49 homepage = "https://gtts.readthedocs.io";
50 changelog = "https://gtts.readthedocs.io/en/latest/changelog.html";
51 license = licenses.mit;
52 maintainers = with maintainers; [ unode ];