6 python3Packages.buildPythonApplication rec {
7 pname = "addic7ed-cli";
11 inherit pname version;
12 sha256 = "182cpwxpdybsgl1nps850ysvvjbqlnx149kri4hxhgm58nqq0qf5";
15 propagatedBuildInputs = with python3Packages; [
20 # Tests require network access
22 pythonImportsCheck = [ "addic7ed_cli" ];
25 description = "Commandline access to addic7ed subtitles";
26 homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli";
27 license = licenses.mit;
28 maintainers = with maintainers; [ aethelz ];
29 platforms = platforms.unix;
30 mainProgram = "addic7ed";