8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "1f5hxyzlh5mdvvi52qapys9qcinffr6ghgivb6k4jxa92cbs3mfg";
19 nativeCheckInputs = [ nose ];
24 propagatedBuildInputs = [ chardet ];
27 homepage = "https://github.com/byroot/pysrt";
28 license = licenses.gpl3;
29 description = "Python library used to edit or create SubRip files";