gnu: python-doxyqml: Update to 0.5.3.

* gnu/packages/python-xyz.scm (python-doxyqml): Update to 0.5.3.
[build-system]: Use pyproject.
[native-inputs]: Add python-setuptools, and python-wheel.

Change-Id: I9cff64d4b2985160c495e1a04bc746f00063596d
This commit is contained in:
Sharlatan Hellseher 2025-07-01 13:56:07 +01:00
parent 98d48a6da9
commit 9eec08944f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5966,14 +5966,17 @@ other Python program.")
(define-public python-doxyqml
(package
(name "python-doxyqml")
(version "0.5.1")
(version "0.5.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "doxyqml" version))
(sha256
(base32
"1f0jjqvamly4hn7f1palvq27z6yr694rfzyxrb6g0ysbbawxkvq9"))))
(build-system python-build-system)
"0skrs5i5pvpzvihgxw766zi1c9bbp33aisdldxgj470mlchvdgyy"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools
python-wheel))
(home-page "https://agateau.com/projects/doxyqml")
(synopsis "Doxygen input filter for QML files")
(description