5 python3Packages.buildPythonApplication rec {
6 pname = "addic7ed-cli";
9 src = python3Packages.fetchPypi {
10 inherit pname version;
11 sha256 = "182cpwxpdybsgl1nps850ysvvjbqlnx149kri4hxhgm58nqq0qf5";
14 propagatedBuildInputs = with python3Packages; [
19 # Tests require network access
21 pythonImportsCheck = [ "addic7ed_cli" ];
24 description = "A commandline access to addic7ed subtitles";
25 homepage = "https://github.com/BenoitZugmeyer/addic7ed-cli";
26 license = licenses.mit;
27 maintainers = with maintainers; [ aethelz ];
28 platforms = platforms.unix;