7 python3Packages.buildPythonApplication rec {
12 inherit pname version;
13 sha256 = "sha256-mHV/U9Vqv7fSsLYNrCXckkJ1YpsccLd8HsJ78IwLX0Y=";
18 nativeCheckInputs = with python3Packages; [
24 build-system = [ python3Packages.setuptools-scm ];
26 dependencies = with python3Packages; [
36 # need network connect to api.github.com
37 "test_update_available"
38 "test_no_update_available"
44 description = "Comic strip downloader and archiver";
45 mainProgram = "dosage";
46 homepage = "https://dosage.rocks/";
47 license = lib.licenses.mit;
48 maintainers = with lib.maintainers; [ toonn ];