GNU bug report logs - #70506
[PATCH] gnu: qutebrowser: Add python-tldextract to inputs.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Wilko Meyer <w@HIDDEN>; Keywords: patch; dated Sun, 21 Apr 2024 22:03:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 21 Apr 2024 22:02:32 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Apr 21 18:02:32 2024
Received: from localhost ([127.0.0.1]:45118 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1ryfGa-0007BS-7F
	for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 18:02:32 -0400
Received: from lists.gnu.org ([2001:470:142::17]:51422)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <w@HIDDEN>) id 1ryfGY-0007A0-Bx
 for submit <at> debbugs.gnu.org; Sun, 21 Apr 2024 18:02:31 -0400
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 <w@HIDDEN>) id 1ryfGC-0003Gm-13
 for guix-patches@HIDDEN; Sun, 21 Apr 2024 18:02:08 -0400
Received: from mail.wmeyer.eu ([95.216.196.112])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <w@HIDDEN>) id 1ryfGA-0001F6-88
 for guix-patches@HIDDEN; Sun, 21 Apr 2024 18:02:07 -0400
From: Wilko Meyer <w@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail;
 t=1713736923; bh=OLEGneR9agHgvAnIKGvTyP8aOYeOT2wPU4lW9keCBV4=;
 h=From:To:Cc:Subject:Date;
 b=hJM0wJbcoHAIvANrD3vCEMSXtqaoB3WAkBFGXDonT1nslv+/S38f5cO2wlxxFUZOP
 ExcuFEE2ocCoL5iJFESaxPTH0aDg9ICaB/K9BR8Zv/4YS0d1g5qadt/JA5dcR9pY2o
 pahLg7YTW1yMXrs8zuMKcf3+UirOT9kktl2Fnu/g=
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: qutebrowser: Add python-tldextract to inputs.
Date: Sun, 21 Apr 2024 23:56:16 +0200
Message-ID: <9a2f35fe835719a4d726bdda1e105152febb2a9f.1713736575.git.w@HIDDEN>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=95.216.196.112; envelope-from=w@HIDDEN;
 helo=mail.wmeyer.eu
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
Cc: Wilko Meyer <w@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)

* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Add python-tldextract.

Change-Id: I2c1cf1c71cf0e6ba01711d36fd38d3b09e242caa
---
Hi Guix,

We include the qute-pass userscript in the qutebrowser package we ship, which
currently doesn't work properly as it depends on python-tldextract.


 gnu/packages/web-browsers.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 0cd2d9972c..816a30c60e 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -490,6 +490,7 @@ (define-public qutebrowser
            python-pyyaml
            python-pyqt-6
            python-pyqtwebengine-6
+           python-tldextract
            ;; While qtwebengine is provided by python-pyqtwebengine-6, it's
            ;; included here so we can wrap QTWEBENGINEPROCESS_PATH.
            qtwebengine))

base-commit: a1d711c92e119f6b5b8e99a620cdba92a4ca3bfb
-- 
2.41.0





Acknowledgement sent to Wilko Meyer <w@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#70506; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 21 Apr 2024 22:15:01 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.