gnu: python-qdarkstyle: Update to 3.2.3.

* gnu/packages/python-xyz.scm (python-qdarkstyle): Update to 3.2.3.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-qtsass, python-setuptools, python-watchdog,
python-wheel.
[propagated-inputs]: Remove python-helpdev. Add python-pyqt-6.
[home-page]: Do not break line.

Change-Id: I6774c7ba3c98a28f66c4f3e80238b5c08d9259e6
This commit is contained in:
Vinicius Monego 2025-08-03 22:40:15 -03:00
parent e6ecce221c
commit 4bd7bba67c
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -35271,23 +35271,26 @@ handling those variations.")
(define-public python-qdarkstyle
(package
(name "python-qdarkstyle")
(version "2.8.1")
(version "3.2.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "QDarkStyle" version))
(sha256
(base32
"0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym"))))
(build-system python-build-system)
"1bpi0asa7sd5ch6x6b60n5yias04nsx6kcwji40228g9lrs7y2qc"))))
(build-system pyproject-build-system)
(arguments
`(;; Fails unable to detect valid Qt bindings even when
;; added as native-inputs.
#:tests? #f))
(native-inputs (list python-qtsass
python-setuptools
python-watchdog
python-wheel))
(propagated-inputs
(list python-helpdev python-qtpy))
(home-page
"https://github.com/ColinDuquesnoy/QDarkStyleSheet")
(list python-qtpy python-pyqt-6))
(home-page "https://github.com/ColinDuquesnoy/QDarkStyleSheet")
(synopsis
"Complete dark stylesheet for Python and Qt applications")
(description "QDarkStyle is the most complete dark stylesheet for Python and