1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: dosage: Update to 3.1.

* gnu/packages/python-xyz.scm (dosage): Update to 3.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Remove python-pytest-cov. Add python-pytest,
python-setuptools, python-wheel.
[propagated-inputs]: Remove python-cached-property, python-colorama,
python-importlib-metadata, python-six. Add python-platformdirs,
python-rich.

Change-Id: I607c182a1f5741a3e196474a586c3be6c56a762e
This commit is contained in:
Vinicius Monego 2025-06-25 20:28:57 -03:00
parent ad88d96662
commit 20ab9d8ce9
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -5283,26 +5283,26 @@ files are easily readable and they work nicely with version control systems.")
(define-public dosage (define-public dosage
(package (package
(name "dosage") (name "dosage")
(version "2.17") (version "3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "dosage" version)) (uri (pypi-uri "dosage" version))
(sha256 (sha256
(base32 (base32
"0vmxgn9wd3j80hp4gr5iq06jrl4gryz5zgfdd2ah30d12sfcfig0")))) "03sv1cwjw4zr06h1qqsmqg38lg6sq5hbhzrywq2wsplmq9dpxpfg"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (native-inputs (list python-pytest
(list python-cached-property python-pytest-xdist
python-colorama python-responses
python-imagesize python-setuptools
python-importlib-metadata python-setuptools-scm
python-lxml python-wheel))
python-requests (propagated-inputs (list python-imagesize
python-six)) python-lxml
(native-inputs python-platformdirs
(list python-pytest-cov python-pytest-xdist python-responses python-requests
python-setuptools-scm)) python-rich))
(home-page "https://github.com/webcomics/dosage") (home-page "https://github.com/webcomics/dosage")
(synopsis "Comic strip downloader and archiver") (synopsis "Comic strip downloader and archiver")
(description "Dosage is designed to keep a local copy of specific webcomics and other (description "Dosage is designed to keep a local copy of specific webcomics and other