tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages: adopt tts leaf packages
Martin Weinelt
4 years ago
f937103c
841dd58a
+5
-3
5 changed files
expand all
collapse all
unified
split
pkgs
development
python-modules
coqpit
default.nix
inflect
default.nix
jieba
default.nix
pypinyin
default.nix
pysbd
default.nix
+1
-1
pkgs/development/python-modules/coqpit/default.nix
reviewed
···
32
32
'';
33
33
homepage = "https://github.com/coqui-ai/coqpit";
34
34
license = licenses.mit;
35
35
-
maintainers = with maintainers; [ hexa mic92 ];
35
35
+
maintainers = teams.tts.members;
36
36
};
37
37
}
+1
pkgs/development/python-modules/inflect/default.nix
reviewed
···
28
28
homepage = "https://github.com/jaraco/inflect";
29
29
changelog = "https://github.com/jaraco/inflect/blob/v${version}/CHANGES.rst";
30
30
license = licenses.mit;
31
31
+
maintainers = teams.tts.members;
31
32
};
32
33
}
+1
pkgs/development/python-modules/jieba/default.nix
reviewed
···
29
29
description = "Chinese Words Segementation Utilities";
30
30
homepage = "https://github.com/fxsjy/jieba";
31
31
license = licenses.mit;
32
32
+
maintainers = teams.tts.members;
32
33
};
33
34
}
+1
-1
pkgs/development/python-modules/pypinyin/default.nix
reviewed
···
33
33
homepage = "https://github.com/mozillazg/python-pinyin";
34
34
changelog = "https://github.com/mozillazg/python-pinyin/blob/master/CHANGELOG.rst";
35
35
license = licenses.mit;
36
36
-
maintainers = with maintainers; [ hexa mic92 ];
36
36
+
maintainers = teams.tts.members;
37
37
};
38
38
}
+1
-1
pkgs/development/python-modules/pysbd/default.nix
reviewed
···
26
26
description = "Pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages";
27
27
homepage = "https://github.com/nipunsadvilkar/pySBD";
28
28
license = licenses.mit;
29
29
-
maintainers = [ maintainers.mic92 ];
29
29
+
maintainers = teams.tts.members;
30
30
};
31
31
}