From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 4PdjHosH6V9tQQAA0tVLHw (envelope-from ) for ; Sun, 27 Dec 2020 22:15:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uD0sGosH6V+HdgAA1q6Kng (envelope-from ) for ; Sun, 27 Dec 2020 22:15:39 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 20F409401CD for ; Sun, 27 Dec 2020 22:15:39 +0000 (UTC) Received: from localhost ([::1]:39196 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kteKA-0005Ka-30 for larch@yhetil.org; Sun, 27 Dec 2020 17:15:38 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:33038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kteJc-00051s-Nx for guix-patches@gnu.org; Sun, 27 Dec 2020 17:15:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50422) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kteJc-0004e0-GQ for guix-patches@gnu.org; Sun, 27 Dec 2020 17:15:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kteJc-0007gE-C6 for guix-patches@gnu.org; Sun, 27 Dec 2020 17:15:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44990] [PATCH v3 3/8] gnu: Add python-qdarkstyle. Resent-From: John Doe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 27 Dec 2020 22:15:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44990 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: efraim@flashner.co.il Received: via spool by 44990-submit@debbugs.gnu.org id=B44990.160910728229416 (code B ref 44990); Sun, 27 Dec 2020 22:15:04 +0000 Received: (at 44990) by debbugs.gnu.org; 27 Dec 2020 22:14:42 +0000 Received: from localhost ([127.0.0.1]:33723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kteJG-0007eO-3z for submit@debbugs.gnu.org; Sun, 27 Dec 2020 17:14:42 -0500 Received: from smtp2-g21.free.fr ([212.27.42.2]:5387) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kteJE-0007eF-FG for 44990@debbugs.gnu.org; Sun, 27 Dec 2020 17:14:40 -0500 Received: from localhost.localdomain (unknown [IPv6:2a01:e0a:2a2:1350:cd10:777c:7b57:3bb6]) (Authenticated sender: dftxbs3e) by smtp2-g21.free.fr (Postfix) with ESMTPSA id EDD2920039C; Sun, 27 Dec 2020 23:14:33 +0100 (CET) From: John Doe Date: Sun, 27 Dec 2020 23:13:28 +0100 Message-Id: <20201227221333.23351-4-dftxbs3e@free.fr> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201227221333.23351-1-dftxbs3e@free.fr> References: <20201227221333.23351-1-dftxbs3e@free.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 44990@debbugs.gnu.org, John Doe Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 2.68 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 20F409401CD X-Spam-Score: 2.68 X-Migadu-Scanner: scn0.migadu.com X-TUID: 6O+tM8SAO30e * gnu/packages/python-xyz.scm (python-qdarkstyle): New variable. --- 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 47edaabc0c..2df26dffbf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23224,3 +23224,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 if you + ;; add them 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))) -- 2.29.2