guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: Add python-qdarkstyle.


From: guix-commits
Subject: 03/10: gnu: Add python-qdarkstyle.
Date: Mon, 28 Dec 2020 06:22:41 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 51ad28ae71fd4b3d724003f334c0bbd15f60ca65
Author: John Doe <dftxbs3e@free.fr>
AuthorDate: Sun Dec 27 23:26:48 2020 +0100

    gnu: Add python-qdarkstyle.
    
    * gnu/packages/python-xyz.scm (python-qdarkstyle): New variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8ff0090..ccd597d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23273,3 +23273,30 @@ query Watchman to discover file changes.")
      "Helpdev is a library to easily extract information about the Python
 environment.")
     (license license:expat)))
+
+(define-public python-qdarkstyle
+  (package
+    (name "python-qdarkstyle")
+    (version "2.8.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "QDarkStyle" version))
+        (sha256
+         (base32
+          "0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym"))))
+    (build-system python-build-system)
+    (arguments
+     `(;; Fails unable to detect valid Qt bindings even when
+       ;; added as native-inputs.
+       #:tests? #f))
+    (propagated-inputs
+     `(("python-helpdev" ,python-helpdev)
+       ("python-qtpy" ,python-qtpy)))
+    (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
+Qt applications.")
+    (license license:expat)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]