diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-08-03 22:40:15 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-08-06 19:03:09 -0300 |
| commit | 4bd7bba67c4f831a22621ee2ed77305306062706 (patch) | |
| tree | d2f9df3c0b3f073fb80757a80a095be6dbfadd28 /gnu/packages/python-xyz.scm | |
| parent | e6ecce221c1ee9da63cf5229aab223e980225f06 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e7b3b98c966..742a95f09d4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
