From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id mNlMIwpmfmAFDQAAgWs5BA (envelope-from ) for ; Tue, 20 Apr 2021 07:26:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id IMIJHgpmfmCOYwAAbx9fmQ (envelope-from ) for ; Tue, 20 Apr 2021 05:26:34 +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 445C315400 for ; Tue, 20 Apr 2021 07:26:34 +0200 (CEST) Received: from localhost ([::1]:42338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lYiu9-000421-Et for larch@yhetil.org; Tue, 20 Apr 2021 01:26:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lYisl-0002G6-KO for guix-patches@gnu.org; Tue, 20 Apr 2021 01:25:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41133) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lYisl-0003by-DN for guix-patches@gnu.org; Tue, 20 Apr 2021 01:25:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lYisl-0007fo-97 for guix-patches@gnu.org; Tue, 20 Apr 2021 01:25:07 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47906] [PATCH 13/22] gnu: Add python-qtawesome. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 20 Apr 2021 05:25:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47906 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47906@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 47906-submit@debbugs.gnu.org id=B47906.161889630529462 (code B ref 47906); Tue, 20 Apr 2021 05:25:07 +0000 Received: (at 47906) by debbugs.gnu.org; 20 Apr 2021 05:25:05 +0000 Received: from localhost ([127.0.0.1]:52674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYisi-0007ew-Va for submit@debbugs.gnu.org; Tue, 20 Apr 2021 01:25:05 -0400 Received: from mout01.posteo.de ([185.67.36.65]:37347) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lYish-0007da-0C for 47906@debbugs.gnu.org; Tue, 20 Apr 2021 01:25:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 77088240027 for <47906@debbugs.gnu.org>; Tue, 20 Apr 2021 07:24:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1618896297; bh=yvCvTuqkbPYPoNBei3/FbBeodtne/OE+0hoD89iJw/o=; h=From:To:Cc:Subject:Date:From; b=nlleKiXnX8iCHCuFfpr0d7jv5CnWGiPQtM1VohyQsmRl4es2lT+UsILmHI6wT6NPI TUx9yXgIqtRrJbB5H+bAriLwGHRXHouaNxK48sEzVOyXBwT4Tn1EeJYtN5LrLwHvne zpsh1efitOPrCj6fmEdaddarTuZPBAQIY7dHhQ8wgeTbClex4BKN3Iu8GWgUqpJ53p kiuHtRF6buBIfyhrqlyhO0de8K2O5qvMHatqL1oJ+J4KvKR/BKieXbCtx4GlIbLKDd KIS/t401FLoCK9pK4tBi+EFjhuET42tCCLTElVBe2RhDRXi4/06IkLEyRKOm0gaWXt 3TKh+VzEp4goQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FPXF41BFzz6tmK; Tue, 20 Apr 2021 07:24:55 +0200 (CEST) From: Vinicius Monego Date: Tue, 20 Apr 2021 05:22:37 +0000 Message-Id: <20210420052246.470690-13-monego@posteo.net> In-Reply-To: <20210420052246.470690-1-monego@posteo.net> References: <20210420052246.470690-1-monego@posteo.net> 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1618896394; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=KVdv/4zmfw1Ku0yvj+N5upSK7D7wC/9ko8fad1pyXls=; b=SWuZUT0h+5641aPq4VlApBfywMXVI/2pEm7uEOIhRDbEYONsdlYFeXY7lDzICI7J05r+xr 0dVt+KaafP4XRHwHZsLHux8scGQ9wIq9agDAnSGd5wKaTW9HUj4KIztVXNo+SdwyKGSIcd hzzanDh9Y1UDD3YR3LD9Pz0q5jBzFe6XcRtBa9J4w/ZW/FlAWDuD85HfNAJvU4YgUnwFiK hkc8/LUc5zmbbymFMW111Di1mjAs0fuTsvaILWVduqUX+hOfS4dwhop7Xm44XC5srmnPTe iJY82/8emsd7pNfF97CVP06Oni7tRaSTJzdG+8eXNgZZ5MjJcaR8b0NVdn6XqQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1618896394; a=rsa-sha256; cv=none; b=sXMAWV3Ps+aGAXKZbv6/eXsw2JdNn5GseFIJfB5RBi6Pm6IZZ16LNQPG2AppWd2hmpYIxo ABHVWp8iFRYbF9jMzyHKpzunA5zQ8hA9nPPvh54OZBuF+xXe0hTz0oUXAldFQ9VRvbm0yw 2QViHtOs/RcZZLZucjzsbj9L8+XKhSxKsD3eAwshIY112HboXDgQCPTARq8NfcoAvw2S8x LQivKZcNVP4h3cYuEeefPXAbE+ZsRNAFY5u+fL1JLpwMraJMOcXWOIx+cQmhwlA9H4xWwA 0K6lTH+tP2sv4y/F6lsX/Isnt7Sf8JcniDN9fea6RBy22ZCxRw0AdR6McoqJBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=nlleKiXn; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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-Spam-Score: 3.66 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=nlleKiXn; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=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: 445C315400 X-Spam-Score: 3.66 X-Migadu-Scanner: scn0.migadu.com X-TUID: ZdKxuiyQMGfO * gnu/packages/python-xyz.scm (python-qtawesome): New variable. --- gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6e2ac8b87b..5c7fd02289 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11167,6 +11167,39 @@ for atomic file system operations.") the construction of PyQt/PySide stylesheets.") (license license:expat))) +(define-public python-qtawesome + (package + (name "python-qtawesome") + (version "1.0.2") + (source + (origin + (method url-fetch) + (uri (pypi-uri "QtAwesome" version)) + (sha256 + (base32 "11yqvy9qajdkqxa6aisqs9b0nn0a67yr5s5l31yn83gmqiddj7bp")))) + (build-system python-build-system) + (arguments + `(#:test-target "pytest" + #:phases + (modify-phases %standard-phases + (add-before 'check 'set-qpa + (lambda _ + (setenv "QT_QPA_PLATFORM" "offscreen") + #t))))) + (native-inputs + `(("python-pyqt" ,python-pyqt) + ("python-pytest" ,python-pytest) + ("python-pytest-qt" ,python-pytest-qt) + ("python-pytest-runner" ,python-pytest-runner))) + (propagated-inputs + `(("python-qtpy" ,python-qtpy))) + (home-page "https://github.com/spyder-ide/qtawesome") + (synopsis "FontAwesome icons in PyQt and PySide applications") + (description + "QtAwesome enables iconic fonts such as Font Awesome and Elusive Icons in +PyQt and PySide applications.") + (license license:expat))) + (define-public python-click-threading (package (name "python-click-threading") -- 2.31.1