26 buildPythonPackage rec {
31 inherit pname version;
32 sha256 = "12v2clnbic8320fjsvkg3xfxfa7x8inhjk61z00pzwx46g3rqhy6";
35 propagatedBuildInputs = [
36 guessit babelfish enzyme beautifulsoup4 requests
37 click dogpile-cache stevedore chardet pysrt six
42 sympy vcrpy pytest pytest-flakes
43 pytest-cov pytest-runner
46 # https://github.com/Diaoul/subliminal/pull/963
48 pythonImportsCheck = [ "subliminal" ];
51 homepage = "https://github.com/Diaoul/subliminal";
52 description = "Python library to search and download subtitles";
53 license = licenses.mit;