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 3FyzLF0vxl/0RwAA0tVLHw (envelope-from ) for ; Tue, 01 Dec 2020 11:56:13 +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 UCN4KF0vxl9AHgAA1q6Kng (envelope-from ) for ; Tue, 01 Dec 2020 11:56:13 +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 447E6940253 for ; Tue, 1 Dec 2020 11:56:11 +0000 (UTC) Received: from localhost ([::1]:36810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kk4GQ-0005B4-7H for larch@yhetil.org; Tue, 01 Dec 2020 06:56:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35106) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kk4GI-0005Aq-MC for guix-patches@gnu.org; Tue, 01 Dec 2020 06:56:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46612) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kk4GI-0007R6-FW for guix-patches@gnu.org; Tue, 01 Dec 2020 06:56:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kk4GI-00048V-Ev for guix-patches@gnu.org; Tue, 01 Dec 2020 06:56:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#44990] [PATCH 1/8] gnu: Add python-qtpy. References: In-Reply-To: Resent-From: dftxbs3e@free.fr Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 01 Dec 2020 11:56:02 +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: 44990@debbugs.gnu.org Cc: John Doe Received: via spool by 44990-submit@debbugs.gnu.org id=B44990.160682374215826 (code B ref 44990); Tue, 01 Dec 2020 11:56:02 +0000 Received: (at 44990) by debbugs.gnu.org; 1 Dec 2020 11:55:42 +0000 Received: from localhost ([127.0.0.1]:58138 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk4Fk-00046L-Q6 for submit@debbugs.gnu.org; Tue, 01 Dec 2020 06:55:42 -0500 Received: from smtp4-g21.free.fr ([212.27.42.4]:4558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kk4Fh-000465-Ja for 44990@debbugs.gnu.org; Tue, 01 Dec 2020 06:55:26 -0500 Received: from localhost.localdomain (unknown [IPv6:2a01:e0a:2a2:1350:9527:5c74:ee6c:113c]) by smtp4-g21.free.fr (Postfix) with ESMTP id 43F3B19F574; Tue, 1 Dec 2020 12:55:21 +0100 (CET) From: dftxbs3e@free.fr Date: Tue, 1 Dec 2020 12:55:09 +0100 Message-Id: <20201201115516.265593-1-dftxbs3e@free.fr> X-Mailer: git-send-email 2.28.0 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 5.49 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: 447E6940253 X-Spam-Score: 5.49 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: Tr4V78zoNrrc From: John Doe * gnu/packages/python-xyz.scm (python-qtpy): New variable. --- gnu/packages/python-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1086d724f1..ad51498050 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23232,3 +23232,27 @@ process.") "Gamera is a toolkit for building document image recognition systems.") (home-page "https://gamera.informatik.hsnr.de/") (license license:gpl2+))) + +(define-public python-qtpy + (package + (name "python-qtpy") + (version "1.9.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "QtPy" version)) + (sha256 + (base32 + "13cw8l7zrhbdi03k1wl1pg9xdl4ahdfa7yz8gd0f23sxnm22rdrd")))) + (build-system python-build-system) + (propagated-inputs + `(("python-pyside2" ,python-pyside-2))) + (arguments + `(;; Not all supported bindings are packaged. Especially PyQt4. + #:tests? #f)) + (home-page "https://github.com/spyder-ide/qtpy") + (synopsis + "Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.") + (description + "Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.") + (license license:expat))) -- 2.28.0