12 buildPythonPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-e9YEr8IwttMlj6FOxk+/kw79qiF1N8/e2qusfw3WH00=";
34 propagatedBuildInputs = [
41 pythonImportsCheck = [ "comicon" ];
44 changelog = "https://github.com/potatoeggy/comicon/releases/tag/v${version}";
45 description = "Lightweight comic converter library between CBZ, PDF, and EPUB";
46 homepage = "https://github.com/potatoeggy/comicon";
47 license = licenses.agpl3Only;
48 maintainers = with maintainers; [ Scrumplex ];