summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-01 13:56:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-02 23:16:28 +0100
commit9eec08944f5ec9ca1f955d7fb40921b42f3b60a5 (patch)
tree050733f44b7f6cbeb094eb23e5ec8e22f529a4e5 /gnu/packages/python-xyz.scm
parent98d48a6da93677c91e5df2dc4bea317132886749 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9709a905ba..7422ece9fd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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