From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ID4sB34nWmXqEQAAG6o9tA:P1 (envelope-from ) for ; Sun, 19 Nov 2023 16:19:26 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id ID4sB34nWmXqEQAAG6o9tA (envelope-from ) for ; Sun, 19 Nov 2023 16:19:26 +0100 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 077595FAA6 for ; Sun, 19 Nov 2023 16:19:26 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=Spp5AdRZ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700407166; h=from:from:sender:sender:reply-to: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=C8YaEwSA5W2pSMXoruTuyTeYHoghtmVR2yDDy4QZwok=; b=bJuy01tAOV9asiyCeRv8nS8r7sYWt83GylHs0jxKrB4V1o2k6K1+QFnRQgoEHJa59FvoHx pM9BSJgDkF1g7JGznK/fWf2KcNoNtiGh3WHmtQkEfwOUZJ43T4bOTKjdiVxlmwUgy7iGL0 ojWsWlWilUqtSbJvxqVf01in3PwKR6PVFr2KOFbedACCMKvZXwvadL2/b5xeyHvKhC5DmW 0mjgMpEOmj9otHITdG6nxA0LLOjUTJFNUWoY96HwaU9wXtIz/ijLugKz7us+PZ08PIBrZS P0FuILCGvrQ7CbRGKzuPX/I4V3kEn/W04IDFhLCygr6+SXG/E+4Fi9FHKFQ8Qg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=rimm.ee header.s=herman header.b=Spp5AdRZ; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700407166; a=rsa-sha256; cv=none; b=JXfROC2SRzR7Mj77e17uFZOFBo7xia0ak5qnj4/5TSkxlX7ucQtle8FgdINyCU2V7rqQ5d yHQ+a6ObFASZ7Xe+Mp9hvMXNl0DhkM+3/YdFsXCW+CwfblnTq6qip1O5fO8vjShN7lL5Yx H2gmRE5k1IHVbkvjjCK1//B6V+x5IzH1j7uMqiuV/m4fzy9EJk5BDlytO9+PHVsPXyR8xL rzK+HHywf9I0crpM2xr6shem1qzxMuWUNB8eggnSt8jw5aitAlkIIWPRx36pe7g1H/kXvU rrIxd218lBIf2HbJwEEBiQElmREpO7AKuaE3GinVXqEB9t3kRZ/sd1kjypV/Qg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r4jZh-0000fK-JE; Sun, 19 Nov 2023 10:19:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4jZg-0000eU-IL for guix-patches@gnu.org; Sun, 19 Nov 2023 10:19:04 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r4jZg-0006d7-AU for guix-patches@gnu.org; Sun, 19 Nov 2023 10:19:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r4jZe-0001Cd-CO; Sun, 19 Nov 2023 10:19:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#57431] [PATCH v1 3/3] gnu: Add python-pyqtwebengine, version 6.6.0. Resent-From: Herman Rimm Original-Sender: "Debbugs-submit" Resent-CC: andreas@enge.fr, maxim.cournoyer@gmail.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Sun, 19 Nov 2023 15:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57431 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57431@debbugs.gnu.org Cc: Zhu Zihao , Andreas Enge , Maxim Cournoyer , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Andreas Enge , Maxim Cournoyer , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 57431-submit@debbugs.gnu.org id=B57431.17004071354596 (code B ref 57431); Sun, 19 Nov 2023 15:19:02 +0000 Received: (at 57431) by debbugs.gnu.org; 19 Nov 2023 15:18:55 +0000 Received: from localhost ([127.0.0.1]:51913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4jZX-0001C4-07 for submit@debbugs.gnu.org; Sun, 19 Nov 2023 10:18:55 -0500 Received: from 81-205-150-117.fixed.kpn.net ([81.205.150.117]:54089 helo=email.rimm.ee) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4jZU-0001BS-5n for 57431@debbugs.gnu.org; Sun, 19 Nov 2023 10:18:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rimm.ee; s=herman; t=1700407119; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C8YaEwSA5W2pSMXoruTuyTeYHoghtmVR2yDDy4QZwok=; b=Spp5AdRZVvZFxepoPdY3+/vIK2nZFTrJxVLX9sFPorIOHMqS4pKfGm05ii+KzmFKB3X6Gz UeYoU5GvGvfyVl1lzBzxYReOaeaLGRbD5vMqu0zSnmpPBB6Wa79Ps8sOsZ6A8fIHzxBH4e LF/5eVnLxpHLX/7jiFDXfzqLAMYiN1ezUy5cY37yJ1or8Gre+SiuPWsbKa2Cbm4PB+2UpI 5Fk+wUB1HL5dGvaQOp8bZdWbRPO2slcBfgpYnZKqtywsKG/eQD+tX7NoR2YrYE+vrIRVAW opSgWzD2Oml32nIdlADlO37914aCu/HD7UNJxmDJ4WwnzvcdikyzLZIk5n/fPg== Received: by 81-205-150-117.fixed.kpn.net (OpenSMTPD) with ESMTPSA id 830041e6 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); Sun, 19 Nov 2023 15:18:39 +0000 (UTC) Date: Sun, 19 Nov 2023 16:18:15 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: 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: , Reply-to: Herman Rimm X-ACL-Warn: , Herman Rimm via Guix-patches From: Herman Rimm via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.61 X-Spam-Score: -4.61 X-Migadu-Queue-Id: 077595FAA6 X-Migadu-Scanner: mx13.migadu.com X-TUID: xz6lxdh8hXl1 From: Zhu Zihao * gnu/packages/qt.scm (python-pyqtwebengine-6): New variable. --- gnu/packages/qt.scm | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index eea13d1ea2..3418900d16 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -3796,6 +3796,50 @@ (define-public python-pyqtwebengine itself.") (license license:gpl3))) +(define-public python-pyqtwebengine-6 + (package + (inherit python-pyqtwebengine) + (version "6.6.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "PyQt6_WebEngine" version)) + (sha256 + (base32 + "11wlnggs5vi7z465xhmnz664wbaj44ki6mmijbk0kr457x69h2ym")))) + (native-inputs + (list python python-sip + python-pyqt-builder + ;; qtbase is required for qmake + qtbase)) + (inputs + `(("python-pyqt" ,python-pyqt-6) + ("qtbase" ,qtbase) + ("qtdeclarative" ,qtdeclarative) + ("qtwebchannel" ,qtwebchannel) + ("qtwebengine" ,qtwebengine))) + (arguments + (list + #:tests? #f ; No tests. + #:configure-flags + #~`(@ ("--verbose" . "") ; Print commands run. + ("--jobs" . ,(number->string (parallel-job-count)))) + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'set-include-dirs + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((python (assoc-ref inputs "python")) + (python-pyqt (assoc-ref inputs "python-pyqt")) + (sip-include-dirs (string-append + python-pyqt "/lib/python" + (python-version python) + "/site-packages/PyQt6/bindings"))) + (setenv "SIP_INCLUDE_DIRS" sip-include-dirs))))))) + (description + "PyQtWebEngine is a set of Python bindings for The Qt Company's Qt +WebEngine libraries. The bindings sit on top of PyQt6 and are implemented as a +set of three modules."))) + (define-public python-pyqt-builder (package (name "python-pyqt-builder") -- 2.41.0