14 buildPythonPackage rec {
18 disabled = pythonOlder "3.8";
22 src = fetchFromGitHub {
25 rev = "refs/tags/${version}";
26 hash = "sha256-XN83L6WsRyl9G0ia4uz3SCVcwwUNUyfNMB64RfZh+PA=";
33 propagatedBuildInputs = [
39 passthru.optional-dependencies = {
40 transcript = [ nltk ];
49 changelog = "https://github.com/pbs/pycaption/blob/${version}/docs/changelog.rst";
50 description = "Closed caption converter";
51 homepage = "https://github.com/pbs/pycaption";
52 license = licenses.asl20;
53 maintainers = with maintainers; [ dotlambda ];