1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: dosage
Section: net
Priority: optional
Maintainer: Alexandre Detiste <tchet@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3,
python3-colorama,
python3-setuptools,
python3-setuptools-scm
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://dosage.rocks
Vcs-Git: https://salsa.debian.org/debian/dosage.git
Vcs-Browser: https://salsa.debian.org/debian/dosage
Package: dosage
Architecture: all
Depends: python3-requests,
python3-packaging,
${python3:Depends},
${misc:Depends}
Suggests: python3-argcomplete
Provides: ${python3:Provides}
Description: comic strip downloader and archiver
Dosage downloads comic strips. It can retrieve just the latest
strip in a comic, catch-up to the last strip downloaded, or download a
strip for a particular date/index if the website layout allows it.
|