31 buildPythonPackage rec {
36 disabled = pythonOlder "3.8";
38 src = fetchFromGitHub {
41 rev = "refs/tags/${version}";
42 hash = "sha256-g7gg2qdLKl7bg/nNXRWN9wZaNShOOc38sVASZrIycMU=";
45 propagatedBuildInputs = [
72 pythonImportsCheck = [ "subliminal" ];
75 # Tests require network access
82 description = "Python library to search and download subtitles";
83 homepage = "https://github.com/Diaoul/subliminal";
84 changelog = "https://github.com/Diaoul/subliminal/blob/${version}/HISTORY.rst";
85 license = lib.licenses.mit;
86 maintainers = with lib.maintainers; [ doronbehar ];