13 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
19 format = "setuptools";
22 inherit pname version;
23 hash = "sha256-W/sD/Nh2k1z7YvFVnQB9dGa1bXoCTb4QrPk/1mi4Hdk=";
26 propagatedBuildInputs = [
32 passthru.optional-dependencies = {
33 transcript = [ nltk ];
44 changelog = "https://github.com/pbs/pycaption/blob/${version}/docs/changelog.rst";
45 description = "Closed caption converter";
46 homepage = "https://github.com/pbs/pycaption";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ dotlambda ];