From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Feb 2021 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46823@debbugs.gnu.org Cc: =?UTF-8?Q?L=C3=A9o?= Le Bouter X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16144653104734 (code B ref -1); Sat, 27 Feb 2021 22:36:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Feb 2021 22:35:10 +0000 Received: from localhost ([127.0.0.1]:45519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8B4-0001EI-4x for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:35:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:33568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8B3-0001E9-0N for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:35:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lG8B2-0000bE-PM for guix-patches@gnu.org; Sat, 27 Feb 2021 17:35:08 -0500 Received: from mail.zaclys.net ([178.33.93.72]:42177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lG8B0-0006E4-8H for guix-patches@gnu.org; Sat, 27 Feb 2021 17:35:08 -0500 Received: from localhost.localdomain (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11RMYlVu017497 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 Feb 2021 23:35:02 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11RMYlVu017497 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614465302; bh=G4u3t4XOGM90QNBCPIeNHc3L8wJ3GgY5ebc25mLup2w=; h=From:To:Cc:Subject:Date:From; b=anBcDsIusLzpQ3Oxy6FEZcTule3INHywPVbwwFHM5QNdXyOnYJO4mETMhtL0+r6xj XO37KL4vXMjk+JF6wINAUw+Nt3C5KUuSjdPlzs1gL9mnd16KDi0VqzZ2qwWax680W7 Z/fjZ9EWOFZyHgoDkjiFrkqNLDoyx4xvyWyGkCoI= From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 27 Feb 2021 23:34:38 +0100 Message-Id: <20210227223440.18685-1-lle-bout@zaclys.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.33.93.72; envelope-from=lle-bout@zaclys.net; helo=mail.zaclys.net 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: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-xyz.scm (python-readability): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c10a55e8b6..1ff51d1b2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23985,3 +23985,26 @@ and frame grabber interface.") (description "A screencast tool to display your keys inspired by Screenflick.") (license license:gpl3+))) + +(define-public python-readability + (package + (name "python-readability") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "readability" version)) + (sha256 + (base32 + "1b8gq3g2zwvx0aivvdg56cc0bn7xw6f2v6psmxdx9aiipkw0s0zr")))) + (build-system python-build-system) + (home-page + "https://github.com/andreasvc/readability/") + (synopsis + "Measure the readability of a given text using surface +characteristics") + (description + "An implementation of traditional readability measures based on simple +surface characteristics. These measures are basically linear regressions +based on the number of words, syllables, and sentences.") + (license license:asl2.0))) -- 2.30.1 From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 2/3] gnu: Add python-listparser. References: <20210227223440.18685-1-lle-bout@zaclys.net> In-Reply-To: <20210227223440.18685-1-lle-bout@zaclys.net> Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Feb 2021 22:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46823@debbugs.gnu.org Cc: =?UTF-8?Q?L=C3=A9o?= Le Bouter Received: via spool by 46823-submit@debbugs.gnu.org id=B46823.16144654064895 (code B ref 46823); Sat, 27 Feb 2021 22:37:02 +0000 Received: (at 46823) by debbugs.gnu.org; 27 Feb 2021 22:36:46 +0000 Received: from localhost ([127.0.0.1]:45524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8Cc-0001Gr-GG for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:36:46 -0500 Received: from mail.zaclys.net ([178.33.93.72]:38861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8Ca-0001Gd-6c for 46823@debbugs.gnu.org; Sat, 27 Feb 2021 17:36:44 -0500 Received: from localhost.localdomain (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11RMacmd017646 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 Feb 2021 23:36:38 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11RMacmd017646 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614465398; bh=WCjSmY08bxSdhtxiIVSYCB6YV2VFNnU/ZcNNaySDzR4=; h=From:To:Cc:Subject:Date:From; b=DaY1c5aOiVa2E9UPUvxQHtUQMYlHrZ9z/r2FfrDg9t0zGs35v3tAKawvlvHq5YYtm wjga+bZaasZM3UIXw2f4qZgm6Q6W3zaVccpJrwEnqmvyylNqPKg+TEhOtHUw9UJFtH 5TZ1w/FcYiwv27Y3wDDpUGDSJQ1dNsp/ZcCuWujo= From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 27 Feb 2021 23:36:30 +0100 Message-Id: <20210227223631.18891-2-lle-bout@zaclys.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/python-xyz.scm (python-listparser): New variable. --- gnu/packages/python-xyz.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1ff51d1b2c..569a49ef36 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23932,6 +23932,26 @@ and frame grabber interface.") ;; Yet another variant of the X/MIT license. "https://github.com/python-pillow/Sane/blob/master/COPYING")))) +(define-public python-listparser + (package + (name "python-listparser") + (version "0.18") + (source + (origin + (method url-fetch) + (uri (pypi-uri "listparser" version)) + (sha256 + (base32 + "0hdqs1mmayw1r8yla43hgb4d9y3zqs5483vgf8j9ygczkd2wrq2b")))) + (build-system python-build-system) + (home-page + "https://github.com/kurtmckee/listparser") + (synopsis + "Parse subscription lists in Python") + (description + "Parse OPML, FOAF, and iGoogle subscription lists in Python.") + (license license:expat))) + (define-public python-screenkey (package (name "python-screenkey") -- 2.30.1 From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 3/3] gnu: Add gfeeds. Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Feb 2021 22:37:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46823@debbugs.gnu.org Cc: =?UTF-8?Q?L=C3=A9o?= Le Bouter Received: via spool by 46823-submit@debbugs.gnu.org id=B46823.16144654114911 (code B ref 46823); Sat, 27 Feb 2021 22:37:02 +0000 Received: (at 46823) by debbugs.gnu.org; 27 Feb 2021 22:36:51 +0000 Received: from localhost ([127.0.0.1]:45527 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8Cg-0001H8-PA for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:36:51 -0500 Received: from mail.zaclys.net ([178.33.93.72]:46579) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8Cf-0001Gk-KZ for 46823@debbugs.gnu.org; Sat, 27 Feb 2021 17:36:50 -0500 Received: from localhost.localdomain (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11RMacme017646 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 Feb 2021 23:36:44 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11RMacme017646 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614465404; bh=B5o9xn9TsPyS7OK5ayZVTSa4VWI4TTPfOqN+ZHW/cjg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vcu2qeLqzlh+FIhYDgQyA4mpQRT57Fjcx2JKNBBacDVFox/G8+svYVEk14k/KlF96 Px3W81jZQ056VE4wPpPwNElEUeWcaZTNjkFknMUKKtMU6M+Cx9EvWyrPk2R9EW8uad T6M3DxsX4EbRlKxhdT/atuVmdDvgQPtJxNldNaVY= From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 27 Feb 2021 23:36:31 +0100 Message-Id: <20210227223631.18891-3-lle-bout@zaclys.net> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210227223631.18891-2-lle-bout@zaclys.net> References: <20210227223631.18891-2-lle-bout@zaclys.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/gnome-xyz.scm (gfeeds): New variable. --- gnu/packages/gnome-xyz.scm | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index aa7949478c..47288b76fe 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -31,6 +31,7 @@ #:use-module (guix build-system gnu) #:use-module (guix build-system copy) #:use-module (guix build-system meson) + #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix utils) @@ -45,11 +46,16 @@ #:use-module (gnu packages inkscape) #:use-module (gnu packages image) #:use-module (gnu packages pkg-config) + #:use-module (gnu packages python) + #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages ssh) + #:use-module (gnu packages time) #:use-module (gnu packages tls) #:use-module (gnu packages ruby) + #:use-module (gnu packages video) #:use-module (gnu packages web) + #:use-module (gnu packages webkit) #:use-module (gnu packages xml)) (define-public arc-icon-theme @@ -929,3 +935,65 @@ pallete.") outputs notifications to STDOUT in order to allow the user to process notifications any way they prefer.") (license license:expat)))) + +(define-public gfeeds + (package + (name "gfeeds") + (version "0.16.2") + (source (origin + (method url-fetch) + (uri + (string-append + "https://gitlab.gnome.org/World/gfeeds/-/archive/" version + "/gfeeds-" version ".tar.bz2")) + (sha256 + (base32 + "05gwwzqfz29m477imd5vh84jfla1wnklwpc2sdxnqli72wg08fli")))) + (build-system meson-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'patch-mpv-path + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "gfeeds/confManager.py" + (("mpv") (string-append (assoc-ref inputs "mpv") "/bin/mpv"))) + #t)) + (add-after 'install 'wrap-gfeeds + (lambda* (#:key outputs #:allow-other-keys) + (wrap-program (string-append + (assoc-ref outputs "out") "/bin/gfeeds") + `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))) + `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH"))) + `("XDG_DATA_DIRS" ":" prefix (,(getenv "XDG_DATA_DIRS")))) + #t))))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("gobject-introspection" ,gobject-introspection) + ("glib:bin" ,glib "bin") + ("gtk+:bin" ,gtk+ "bin"))) + (inputs + `(("python-pygobject" ,python-pygobject) + ("python-feedparser" ,python-feedparser) + ("python-pytz" ,python-pytz) + ("python-dateutil" ,python-dateutil) + ("python-requests" ,python-requests) + ("python-lxml" ,python-lxml) + ("python-html5lib" ,python-html5lib) + ("python-pillow" ,python-pillow) + ("python-beautifulsoup4" ,python-beautifulsoup4) + ("python-readability" ,python-readability) + ("python-pygments" ,python-pygments) + ("python-listparser" ,python-listparser) + ("python" ,python) + ("mpv" ,mpv) + ("webkitgtk" ,webkitgtk) + ("libhandy" ,libhandy) + ("glib" ,glib) + ("gtk+" ,gtk+) + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) + ("hicolor-icon-theme" ,hicolor-icon-theme))) + (home-page "https://gfeeds.gabmus.org/") + (synopsis "Easy-to-use GTK+ RSS/Atom feed reader") + (description "An RSS/Atom feed reader made with GTK+ with an +easy-to-use graphical user interface.") + (license license:gpl3+))) -- 2.30.1 From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. References: <20210227223440.18685-1-lle-bout@zaclys.net> In-Reply-To: <20210227223440.18685-1-lle-bout@zaclys.net> Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 27 Feb 2021 22:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46823@debbugs.gnu.org Received: via spool by 46823-submit@debbugs.gnu.org id=B46823.16144657815463 (code B ref 46823); Sat, 27 Feb 2021 22:43:02 +0000 Received: (at 46823) by debbugs.gnu.org; 27 Feb 2021 22:43:01 +0000 Received: from localhost ([127.0.0.1]:45533 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8If-0001Q2-LJ for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:43:01 -0500 Received: from mail.zaclys.net ([178.33.93.72]:34241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8Ie-0001Pq-7m for 46823@debbugs.gnu.org; Sat, 27 Feb 2021 17:43:00 -0500 Received: from guix-xps.local (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11RMgrxM018119 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for <46823@debbugs.gnu.org>; Sat, 27 Feb 2021 23:42:54 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11RMgrxM018119 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614465774; bh=yLH/LSIiAbdl07QDW/Z6dl3q/z13B49leuhFMAHuXFg=; h=Subject:From:To:Date:From; b=N2L9LUgUbGHFl3qomvSwewURNPZBk5OrzEOEdW/nxVDKQ0JD7BRCBCeScUXRRqzJc tHH3X/e16m+UEqY3mXvg+wsM9bO8k5fyaEIPl/c4UVROciob2zvpBeskOB7BxB4WeD eiEqndSMQBym+G3KDw2KwGuyhY9iD8Qr+/0T3Zz0= Message-ID: <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 27 Feb 2021 23:42:53 +0100 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-AtrdC867m6lejBg0gifq" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-AtrdC867m6lejBg0gifq Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello! If I do not wrap XDG_DATA_DIRS, then in a --pure environment gfeeds cannot find gsettings-desktop-schemas and wont start. I also figured I'd depend on mpv and specify it's full path in the config by default (instead of just the PATH's relative "mpv") since it is useful for basic functionality of the software (rss on feeds providing video links). Depending on the user's profile, the user is still free to change it. Does that sound OK to you? Appreciate the review, Thanks! --=-AtrdC867m6lejBg0gifq Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmA6yu0ACgkQRaix6GvN EKZ3hxAAsWBbbSMb1wuLfLWOtSHbl3A48/cdp9uChmOcJH3Cooe29c8YUOh7PyOn 6t1DtSu7JfeEUDCxwHr24JiuSyl8JJp2gzd7+OLFVhOQMgtuJ3q6gpVMIPXeGVEp sl8xqUp4sROmaa9Di7799QW4HX5dIFlr5w4yPY59j7tJhffPgIKdD10v75Iom5S9 e3rqRda3TCeyWz9/oabzJ1oiLU/TmXs4qJWqZQHg5OFddHX3V1J4Tp342ajj/+ti TpYRYb6RnDz9jQ8Qw0OMVVeSSCggIeA31OK+1/YKCNeHJ048KusSMV/1AD/QVGFA nz8TnChex9k6/p4MYjs4H1scRL+uRjf5PTSU0Nh12R2HxB0udxg4Jc2LyfxzmAKV ZeDeJSSjymUvf7lJVluJpvr5TpC4s77kw19NzQ7pHBO/UoMsjvXWBYi2jEEuJI/7 Bhev8L6lzTmgEF1zMc3vwyze9s8l2G69mmVgXZQNJEXTLFI8vcy/4d71geH10+Js 8p2gIIigOLhcCYdERR+Y4T52d7ePuQ4iVo0Gqzkm8xWgcN3tFQqMhHUnmZMdWSAZ JCDjCco/lnikLXdZAk2fadeTdK8JXjA0/yp57tpBdU26PmziWe0t0jx0utOTOqCJ WQJgd6Auy5ym7th2Ke3EIFqdGhjjG7xCxCde41XQ6H9hwZ1RJ9E= =PoIi -----END PGP SIGNATURE----- --=-AtrdC867m6lejBg0gifq-- From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Mar 2021 16:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46823@debbugs.gnu.org Cc: lle-bout@zaclys.net X-Debbugs-Original-To: =?UTF-8?Q?L=C3=A9o?= Le Bouter via Guix-patches via X-Debbugs-Original-Cc: =?UTF-8?Q?L=C3=A9o?= Le Bouter , 46823@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161496197222666 (code B ref -1); Fri, 05 Mar 2021 16:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2021 16:32:52 +0000 Received: from localhost ([127.0.0.1]:35314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDNi-0005tU-Ru for submit@debbugs.gnu.org; Fri, 05 Mar 2021 11:32:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:45374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIDNh-0005tH-EH for submit@debbugs.gnu.org; Fri, 05 Mar 2021 11:32:49 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55046) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIDNh-0002e1-6f for guix-patches@gnu.org; Fri, 05 Mar 2021 11:32:49 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:54199) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIDNf-0004sk-91 for guix-patches@gnu.org; Fri, 05 Mar 2021 11:32:48 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 5E9DB100007; Fri, 5 Mar 2021 16:32:43 +0000 (UTC) From: Nicolas Goaziou References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> Date: Fri, 05 Mar 2021 17:32:42 +0100 In-Reply-To: <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> ("=?UTF-8?Q?L=C3=A9o?= Le Bouter via Guix-patches via"'s message of "Sat, 27 Feb 2021 23:42:53 +0100") Message-ID: <87czwdef2t.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=217.70.178.231; envelope-from=mail@nicolasgoaziou.fr; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, L=C3=A9o Le Bouter via Guix-patches via writes: > If I do not wrap XDG_DATA_DIRS, then in a --pure environment gfeeds > cannot find gsettings-desktop-schemas and wont start. It looks like a common deed across packages. > I also figured I'd depend on mpv and specify it's full path in the > config by default (instead of just the PATH's relative "mpv") since it > is useful for basic functionality of the software (rss on feeds > providing video links). Depending on the user's profile, the user is > still free to change it. Does that sound OK to you? It is better than propagating it anyway. I think that's fine. Note that (native-)inputs should be sorted alphabetically, and descriptions ought to be full sentences. Otherwise, LGTM. Regards, --=20 Nicolas Goaziou From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 Mar 2021 23:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: mail@nicolasgoaziou.fr, 46823@debbugs.gnu.org Cc: 46823-done@debbugs.gnu.org X-Debbugs-Original-To: Nicolas Goaziou , =?UTF-8?Q?L=C3=A9o?= Le Bouter via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.161498639929467 (code B ref -1); Fri, 05 Mar 2021 23:20:01 +0000 Received: (at submit) by debbugs.gnu.org; 5 Mar 2021 23:19:59 +0000 Received: from localhost ([127.0.0.1]:35665 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIJjj-0007fD-9C for submit@debbugs.gnu.org; Fri, 05 Mar 2021 18:19:59 -0500 Received: from lists.gnu.org ([209.51.188.17]:52552) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIJji-0007f6-4N for submit@debbugs.gnu.org; Fri, 05 Mar 2021 18:19:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIJjh-00038b-Uo for guix-patches@gnu.org; Fri, 05 Mar 2021 18:19:57 -0500 Received: from mail.zaclys.net ([178.33.93.72]:36815) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lIJjg-0007qZ-5j for guix-patches@gnu.org; Fri, 05 Mar 2021 18:19:57 -0500 Received: from [192.168.0.27] (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 125NJkvb021460 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 6 Mar 2021 00:19:46 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 125NJkvb021460 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614986387; bh=Njaq0YJgcqtsErgGFXQu1t14yS4i02KRswyfA9CWRJw=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=qxekFXfCVkuXtCvGXpXp5uLeOrEhraUEYvhKZknI7V/9w4KL3+AbHuOlxxpYS+zv7 R6VQAagQ5y5hpaLQA0/fpuPKOM725C8N3L7NSyBMAZxrena66zFNf369b+AYEWL04G ibH+WeIGDU4ElhvMGlXsZM833yZSEdW/LNYB0DFM= Message-ID: <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 06 Mar 2021 00:19:46 +0100 In-Reply-To: <87czwdef2t.fsf@nicolasgoaziou.fr> References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> <87czwdef2t.fsf@nicolasgoaziou.fr> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-b0k8sDXjWCW6DuFp2+u4" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Received-SPF: pass client-ip=178.33.93.72; envelope-from=lle-bout@zaclys.net; helo=mail.zaclys.net 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: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-b0k8sDXjWCW6DuFp2+u4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2021-03-05 at 17:32 +0100, Nicolas Goaziou wrote: Thanks for the review! > Note that (native-)inputs should be sorted alphabetically, and > descriptions ought to be full sentences. I did the descriptions but did not sort all *inputs because it is quite troublesome to do so editing commit history etc.. I don't like doing it manually and don't have any tooling, also don't think it is very worthwhile use of my time, nor do I think it adds much value to GNU Guix. If you have any tooling to suggest to do it easily in Emacs then I'll happily do that in every of my contributions by default. I also moved gfeeds to gnu/packages/syndication.scm as that's where it sits better I think, it not being an official GNOME project. Pushed all in 373e5fc96724fd38bb1263e4af90932ea36f596b. L=C3=A9o --=-b0k8sDXjWCW6DuFp2+u4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBCvJIACgkQRaix6GvN EKZE5hAAsvlb6rLbuDZj1NUAdHLKMnZLe3b0X9bX9lQ/pRkPloPFb7b9MHkornyT oZacdWRdD0ewechXrnFIANdoZSIBw1bY/XP7+INiOgAJ2Opw47bZMwtnFzQKRO0I 3lfebGiaP+c2awxSjgllrPbJYY8ndw186z6Ac3qykGyf60/h1x3hZI90To4RJpBI YVBkVxI2PsFOpB9SmIuZzSeUz4RO50hWCPfH6OUKwZ7LOVDhHyFReLjfyRCLCiqW m3ELziYLXXIxSUnPqddqtisQPrhlR9s1n1fqdG+VaBnOh3/LET2DCcLzgO/M2bnN mnZWY9v20gHVG6tdJDs8CArWosMUlmuoTjSWnwTKg516MlPxrwAJ0nSG50hHEDwJ 4LfCBQ/zVgZfL5NklnwAy3+jCd4KSm/sQOcD1YssMMBlKQNJ1D2RGyYqso1TE9tZ +lh/+hOG7V911e5kHV8EmITcUx4bY9BEfzK7Ivh3flSvDI4mZf3tFXGIwzYhMD+0 nR6bB+3HBR7Bx0MF4hbh4miiJ5bPOgHXZXAby6vb81+iaplS/CU/izSwyjs4aQ9V KA68oTfU0SJ6f4B6ugqEp623+MZjVTLQZ60ZhTOBUiK36Vp/aIvJyYaLcf6IDNBd f+NkqIv3g+ab5aihbW4SNtS3hjQbnAmrKrbZLrUKC3CZ5LOlbkE= =29ad -----END PGP SIGNATURE----- --=-b0k8sDXjWCW6DuFp2+u4-- From unknown Mon Jun 23 02:23:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?L=C3=A9o?= Le Bouter Subject: bug#46823: closed (Re: [bug#46823] [PATCH 1/3] gnu: Add python-readability.) Message-ID: References: <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> <20210227223440.18685-1-lle-bout@zaclys.net> X-Gnu-PR-Message: they-closed 46823 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46823@debbugs.gnu.org Date: Fri, 05 Mar 2021 23:20:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1614986402-29486-1" This is a multi-part message in MIME format... ------------=_1614986402-29486-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46823: [PATCH 1/3] gnu: Add python-readability. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 46823@debbugs.gnu.org. --=20 46823: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46823 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1614986402-29486-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46823-done) by debbugs.gnu.org; 5 Mar 2021 23:19:55 +0000 Received: from localhost ([127.0.0.1]:35662 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIJjf-0007ev-2o for submit@debbugs.gnu.org; Fri, 05 Mar 2021 18:19:55 -0500 Received: from mail.zaclys.net ([178.33.93.72]:56369) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIJjd-0007ej-Ho for 46823-done@debbugs.gnu.org; Fri, 05 Mar 2021 18:19:54 -0500 Received: from [192.168.0.27] (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 125NJkvb021460 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 6 Mar 2021 00:19:46 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 125NJkvb021460 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614986387; bh=Njaq0YJgcqtsErgGFXQu1t14yS4i02KRswyfA9CWRJw=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=qxekFXfCVkuXtCvGXpXp5uLeOrEhraUEYvhKZknI7V/9w4KL3+AbHuOlxxpYS+zv7 R6VQAagQ5y5hpaLQA0/fpuPKOM725C8N3L7NSyBMAZxrena66zFNf369b+AYEWL04G ibH+WeIGDU4ElhvMGlXsZM833yZSEdW/LNYB0DFM= Message-ID: <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> Subject: Re: [bug#46823] [PATCH 1/3] gnu: Add python-readability. From: =?ISO-8859-1?Q?L=E9o?= Le Bouter To: Nicolas Goaziou , =?ISO-8859-1?Q?L=E9o?= Le Bouter via Guix-patches via Date: Sat, 06 Mar 2021 00:19:46 +0100 In-Reply-To: <87czwdef2t.fsf@nicolasgoaziou.fr> References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> <87czwdef2t.fsf@nicolasgoaziou.fr> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-b0k8sDXjWCW6DuFp2+u4" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 46823-done Cc: 46823-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-b0k8sDXjWCW6DuFp2+u4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2021-03-05 at 17:32 +0100, Nicolas Goaziou wrote: Thanks for the review! > Note that (native-)inputs should be sorted alphabetically, and > descriptions ought to be full sentences. I did the descriptions but did not sort all *inputs because it is quite troublesome to do so editing commit history etc.. I don't like doing it manually and don't have any tooling, also don't think it is very worthwhile use of my time, nor do I think it adds much value to GNU Guix. If you have any tooling to suggest to do it easily in Emacs then I'll happily do that in every of my contributions by default. I also moved gfeeds to gnu/packages/syndication.scm as that's where it sits better I think, it not being an official GNOME project. Pushed all in 373e5fc96724fd38bb1263e4af90932ea36f596b. L=C3=A9o --=-b0k8sDXjWCW6DuFp2+u4 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBCvJIACgkQRaix6GvN EKZE5hAAsvlb6rLbuDZj1NUAdHLKMnZLe3b0X9bX9lQ/pRkPloPFb7b9MHkornyT oZacdWRdD0ewechXrnFIANdoZSIBw1bY/XP7+INiOgAJ2Opw47bZMwtnFzQKRO0I 3lfebGiaP+c2awxSjgllrPbJYY8ndw186z6Ac3qykGyf60/h1x3hZI90To4RJpBI YVBkVxI2PsFOpB9SmIuZzSeUz4RO50hWCPfH6OUKwZ7LOVDhHyFReLjfyRCLCiqW m3ELziYLXXIxSUnPqddqtisQPrhlR9s1n1fqdG+VaBnOh3/LET2DCcLzgO/M2bnN mnZWY9v20gHVG6tdJDs8CArWosMUlmuoTjSWnwTKg516MlPxrwAJ0nSG50hHEDwJ 4LfCBQ/zVgZfL5NklnwAy3+jCd4KSm/sQOcD1YssMMBlKQNJ1D2RGyYqso1TE9tZ +lh/+hOG7V911e5kHV8EmITcUx4bY9BEfzK7Ivh3flSvDI4mZf3tFXGIwzYhMD+0 nR6bB+3HBR7Bx0MF4hbh4miiJ5bPOgHXZXAby6vb81+iaplS/CU/izSwyjs4aQ9V KA68oTfU0SJ6f4B6ugqEp623+MZjVTLQZ60ZhTOBUiK36Vp/aIvJyYaLcf6IDNBd f+NkqIv3g+ab5aihbW4SNtS3hjQbnAmrKrbZLrUKC3CZ5LOlbkE= =29ad -----END PGP SIGNATURE----- --=-b0k8sDXjWCW6DuFp2+u4-- ------------=_1614986402-29486-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 27 Feb 2021 22:35:10 +0000 Received: from localhost ([127.0.0.1]:45519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8B4-0001EI-4x for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:35:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:33568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lG8B3-0001E9-0N for submit@debbugs.gnu.org; Sat, 27 Feb 2021 17:35:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46834) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lG8B2-0000bE-PM for guix-patches@gnu.org; Sat, 27 Feb 2021 17:35:08 -0500 Received: from mail.zaclys.net ([178.33.93.72]:42177) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lG8B0-0006E4-8H for guix-patches@gnu.org; Sat, 27 Feb 2021 17:35:08 -0500 Received: from localhost.localdomain (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 11RMYlVu017497 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 Feb 2021 23:35:02 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 11RMYlVu017497 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1614465302; bh=G4u3t4XOGM90QNBCPIeNHc3L8wJ3GgY5ebc25mLup2w=; h=From:To:Cc:Subject:Date:From; b=anBcDsIusLzpQ3Oxy6FEZcTule3INHywPVbwwFHM5QNdXyOnYJO4mETMhtL0+r6xj XO37KL4vXMjk+JF6wINAUw+Nt3C5KUuSjdPlzs1gL9mnd16KDi0VqzZ2qwWax680W7 Z/fjZ9EWOFZyHgoDkjiFrkqNLDoyx4xvyWyGkCoI= From: =?UTF-8?q?L=C3=A9o=20Le=20Bouter?= To: guix-patches@gnu.org Subject: [PATCH 1/3] gnu: Add python-readability. Date: Sat, 27 Feb 2021 23:34:38 +0100 Message-Id: <20210227223440.18685-1-lle-bout@zaclys.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.33.93.72; envelope-from=lle-bout@zaclys.net; helo=mail.zaclys.net 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: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?L=C3=A9o=20Le=20Bouter?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/python-xyz.scm (python-readability): New variable. --- gnu/packages/python-xyz.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c10a55e8b6..1ff51d1b2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23985,3 +23985,26 @@ and frame grabber interface.") (description "A screencast tool to display your keys inspired by Screenflick.") (license license:gpl3+))) + +(define-public python-readability + (package + (name "python-readability") + (version "0.3.1") + (source + (origin + (method url-fetch) + (uri (pypi-uri "readability" version)) + (sha256 + (base32 + "1b8gq3g2zwvx0aivvdg56cc0bn7xw6f2v6psmxdx9aiipkw0s0zr")))) + (build-system python-build-system) + (home-page + "https://github.com/andreasvc/readability/") + (synopsis + "Measure the readability of a given text using surface +characteristics") + (description + "An implementation of traditional readability measures based on simple +surface characteristics. These measures are basically linear regressions +based on the number of words, syllables, and sentences.") + (license license:asl2.0))) -- 2.30.1 ------------=_1614986402-29486-1-- From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Mar 2021 10:15:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?L=C3=A9o?= Le Bouter Cc: 46823-done@debbugs.gnu.org, 46823@debbugs.gnu.org X-Debbugs-Original-Cc: 46823-done@debbugs.gnu.org, =?UTF-8?Q?L=C3=A9o?= Le Bouter via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.161502564324324 (code B ref -1); Sat, 06 Mar 2021 10:15:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Mar 2021 10:14:03 +0000 Received: from localhost ([127.0.0.1]:36063 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITwh-0006KG-Ij for submit@debbugs.gnu.org; Sat, 06 Mar 2021 05:14:03 -0500 Received: from lists.gnu.org ([209.51.188.17]:49160) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lITwe-0006JR-Vz for submit@debbugs.gnu.org; Sat, 06 Mar 2021 05:14:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37458) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITwe-0005EV-R4 for guix-patches@gnu.org; Sat, 06 Mar 2021 05:14:00 -0500 Received: from relay12.mail.gandi.net ([217.70.178.232]:37767) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lITwc-0007dt-Km for guix-patches@gnu.org; Sat, 06 Mar 2021 05:14:00 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay12.mail.gandi.net (Postfix) with ESMTPSA id EB34320000B; Sat, 6 Mar 2021 10:13:53 +0000 (UTC) From: Nicolas Goaziou References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> <87czwdef2t.fsf@nicolasgoaziou.fr> <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> Date: Sat, 06 Mar 2021 11:13:52 +0100 In-Reply-To: <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> ("=?UTF-8?Q?L=C3=A9o?= Le Bouter"'s message of "Sat, 06 Mar 2021 00:19:46 +0100") Message-ID: <8735x8egin.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=217.70.178.232; envelope-from=mail@nicolasgoaziou.fr; helo=relay12.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, L=C3=A9o Le Bouter writes: > On Fri, 2021-03-05 at 17:32 +0100, Nicolas Goaziou wrote: >> Note that (native-)inputs should be sorted alphabetically, and >> descriptions ought to be full sentences. > > I did the descriptions but did not sort all *inputs because it is quite > troublesome to do so editing commit history etc.. I don't like doing it > manually and don't have any tooling, also don't think it is very > worthwhile use of my time, nor do I think it adds much value to GNU > Guix. I obviously cannot tell what is worth of your time.=20 However, sorting inputs alphabetically has some value. For example, it makes it easier to add more inputs later, as it becomes less tedious to check for duplicates. > If you have any tooling to suggest to do it easily in Emacs then > I'll happily do that in every of my contributions by default. What about a basic M-x sort-lines ? Note that you need to be cautious about the first and last inputs, as opening and closing parens should be sent to another line there. If you don't want to special-casing first and last inputs, there's the more "advanced" M-x sort-regexp-fields RET (".+?".*?) RET \& RET while selecting the full input field (with C-M-SPC). HTH, --=20 Nicolas Goaziou From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 06 Mar 2021 17:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 46823-done@debbugs.gnu.org Received: via spool by 46823-done@debbugs.gnu.org id=D46823.16150526935494 (code D ref 46823); Sat, 06 Mar 2021 17:45:01 +0000 Received: (at 46823-done) by debbugs.gnu.org; 6 Mar 2021 17:44:53 +0000 Received: from localhost ([127.0.0.1]:38236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIayz-0001QY-Fk for submit@debbugs.gnu.org; Sat, 06 Mar 2021 12:44:53 -0500 Received: from mail.zaclys.net ([178.33.93.72]:39853) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lIayw-0001QJ-Rf for 46823-done@debbugs.gnu.org; Sat, 06 Mar 2021 12:44:51 -0500 Received: from guix-xps.local (82-64-145-38.subs.proxad.net [82.64.145.38]) (authenticated bits=0) by mail.zaclys.net (8.14.7/8.14.7) with ESMTP id 126HiifI044027 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 6 Mar 2021 18:44:44 +0100 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.zaclys.net 126HiifI044027 Authentication-Results: mail.zaclys.net; dmarc=fail (p=reject dis=none) header.from=zaclys.net Authentication-Results: mail.zaclys.net; spf=fail smtp.mailfrom=lle-bout@zaclys.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zaclys.net; s=default; t=1615052684; bh=VCygobLHFVd1fl4BEiGynQr7pBbD3L1uTPbM+ni3JUM=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=aHR/NtVFKAN5tfUDF/+kxvP3x48MiYFPxwKcXXNs3oO/Sfz+HruELCKTyYq+O98K6 gmOU2jrNCu3/xFshV5TdB+wJCU6eHHQNtGekdLMf8kfCLkEbopJxvHTdnxpTc2deez y8KaIw6nhiuLjtyZAx+X6T+AT3f4eCWF2svjEFXQ= Message-ID: <84123b4698fce44aa18e100a6020c58103c43594.camel@zaclys.net> From: =?UTF-8?Q?L=C3=A9o?= Le Bouter Date: Sat, 06 Mar 2021 18:44:39 +0100 In-Reply-To: <8735x8egin.fsf@nicolasgoaziou.fr> References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> <87czwdef2t.fsf@nicolasgoaziou.fr> <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> <8735x8egin.fsf@nicolasgoaziou.fr> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-RKiFYJknfODsljtLruAo" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-RKiFYJknfODsljtLruAo Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2021-03-06 at 11:13 +0100, Nicolas Goaziou wrote: >=20 > I obviously cannot tell what is worth of your time.=20 What do you mean? > However, sorting inputs alphabetically has some value. For example, > it > makes it easier to add more inputs later, as it becomes less tedious > to > check for duplicates. Agreed but seeing all that has to be done in GNU Guix.. we can massively sort *-inputs another time can't we? Or if there's an automated pre-commit hook or Emacs "guix-packageer-mode" someone can make, I'll happily install it. > What about a basic M-x sort-lines ? Note that you need to be cautious > about the first and last inputs, as opening and closing parens should > be > sent to another line there. That's what I was using and yes first and last lines makes it quite annoying. > If you don't want to special-casing first and last inputs, there's > the > more "advanced" >=20 > M-x sort-regexp-fields RET (".+?".*?) RET \& RET >=20 > while selecting the full input field (with C-M-SPC). Thank you that's really great, will use! L=C3=A9o --=-RKiFYJknfODsljtLruAo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEFIvLi9gL+xax3g6RRaix6GvNEKYFAmBDv4cACgkQRaix6GvN EKZRUw/8DvWDp8j9+/ykxykBEV4IIKxRD5BfiMw181/XO+7yCfJl6fMwq1Ln+Ye4 drFzB5Kk2hFWny7zg0uxhv1L4Yjua3B6jK4Mwkm8u23sIi3/DhVg2quYg9bHIkzO b8wWIoQAGRUB2NdvcWHGOlQlN1xjSSAR/JowRCnJRrXD2HEjHlkfhZMEhyXTo1Xx T9E5/ldMyWGC7ooYZLz20ockr34UcPLDxrcI+QPHkITIH529BOwyjJYWwe8F746E 19klSpuTnmEOgFgBKdMDdBqJLxawk5HdeokthuOuVsaNxnYBGrg9BYyH7+QuI8MQ GZgYOjb8rdzJ7D2Ny6GUKDqvGfQhpva/2hNYIb6gOVQ7A3XG4SAMTArml56je63T huiPmSD3KiRNt4ocqkOyT2UlOD0k2n2Wvjby2ZzZmDRO+QQxVIlZzmLYaXawXV/F s9rOUospYLGxnCn1DOFAiY7dfGhquaZ9c3jQXmZI79vAGpwVZTYmt/4vW0MFNm8o LXM/xoWGAzg3X1MLQvFSrl7IXspTHKuMWbMi5o5WI9N4IaR8G3IFhT8MzLAtnS7t TCdCU+8R+UpTtFOqfCPuWX9K3vIzf6H2rQ566fH4NiLRT4u8aaAi4ZQMIZOdZ49K CobbsSsPrF/mVuKxyebVz8lbAktCnNZkWA037B/eduy94eXQNZg= =e0nw -----END PGP SIGNATURE----- --=-RKiFYJknfODsljtLruAo-- From unknown Mon Jun 23 02:23:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46823] [PATCH 1/3] gnu: Add python-readability. Resent-From: zimoun Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 08 Mar 2021 09:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46823 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: =?UTF-8?Q?L=C3=A9o?= Le Bouter , Nicolas Goaziou Cc: 46823-done@debbugs.gnu.org Received: via spool by 46823-done@debbugs.gnu.org id=D46823.16151951286361 (code D ref 46823); Mon, 08 Mar 2021 09:19:01 +0000 Received: (at 46823-done) by debbugs.gnu.org; 8 Mar 2021 09:18:48 +0000 Received: from localhost ([127.0.0.1]:42123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJC2K-0001eX-7c for submit@debbugs.gnu.org; Mon, 08 Mar 2021 04:18:48 -0500 Received: from mail-wm1-f49.google.com ([209.85.128.49]:55338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lJC2H-0001eI-Al for 46823-done@debbugs.gnu.org; Mon, 08 Mar 2021 04:18:47 -0500 Received: by mail-wm1-f49.google.com with SMTP id w7so5585030wmb.5 for <46823-done@debbugs.gnu.org>; Mon, 08 Mar 2021 01:18:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-transfer-encoding; bh=sPBM7phsb0wYVrtE8Eq76RJytlJk+IoOSz9xKuqZy44=; b=erkvsJhhCI+z8827Cwtddjv0+Tp5Ax45dFyN524k8Y5QbRPPwc1OZ8fL+hO0SADhJl nj+sXt1AJjEtfn3b/dRSn9re1eJzQPujbPpH977GJAWJjPpOrKFk5EYxy13VCs/lXo5i OzWHrA7HOJ5no1bc9ZF3Q0c91bznybZT6EPPh1lxBH4Qcaqy6KByVugW5CZiYQHApgt+ I2/VCEXmfmRoy/IiXmgpkDKlLigKmPmd9oOB2s0BC4PBCc2T8ZJcDT9inSOfXv6OxxeM 8cs4NvrO8+zu44BCJfBClSlAWxRayIlqopwzRwtepgg5quhVpqSay46NVcv8nWBckfDO tN+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=sPBM7phsb0wYVrtE8Eq76RJytlJk+IoOSz9xKuqZy44=; b=lDrbJuQlOUx1G1xhzN3jauFW04xzUhLzgZHQEfCxYwfMYy1flAYjYFXSuFm7ssMvhD /+DFcGh705h/rNzF9lcgSR+n4E+cLJU0ZrRLPfH6Lvi3xyrqOCi/8WRqiNLMO+5gCPS+ 1nVd2wSb5pM0gP4f9Ysr9IAyewSgx+l1PgM60a5L5aq5p10Pj9SqRuq0bVQhc0/wiiVM 8ZB8b0Y6PXUJyPSsaqnk6//7/6cJFEK2gixI7ofVVLdC9CRXhkxoqwpsJ22VaWnL0jtE Q7hZcd+sFwIk1vovNKz1GY8G9e6nXSSqio9qmw/XCP7+HDyeq25T2NAZi6xRnSP60IVR j8XQ== X-Gm-Message-State: AOAM5320BqUF9ccfSeFpEcgRptYrRoonC5lkHTJlt/NiC651IX4O6qPl MkTHwgh7uw0O17s2eMtoJEG03cEDHz4= X-Google-Smtp-Source: ABdhPJwyALKOBI8nOK9qrNQhuUWJP5KIqmw1WGVBibkuB8Fw6F6ukYKOJoPOqTwHYDEEEAi591Dccg== X-Received: by 2002:a1c:3c02:: with SMTP id j2mr21142091wma.92.1615195119396; Mon, 08 Mar 2021 01:18:39 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id b131sm17885600wmb.34.2021.03.08.01.18.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Mar 2021 01:18:38 -0800 (PST) From: zimoun In-Reply-To: <84123b4698fce44aa18e100a6020c58103c43594.camel@zaclys.net> References: <20210227223440.18685-1-lle-bout@zaclys.net> <14e0b89e446e222d9b4cf40eeb5fbdbbdc0576e6.camel@zaclys.net> <87czwdef2t.fsf@nicolasgoaziou.fr> <37b77e5fee4340e717ef8a1105e2dd6d6ac2aa26.camel@zaclys.net> <8735x8egin.fsf@nicolasgoaziou.fr> <84123b4698fce44aa18e100a6020c58103c43594.camel@zaclys.net> Date: Mon, 08 Mar 2021 10:16:21 +0100 Message-ID: <865z2280pm.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Sat, 06 Mar 2021 at 18:44, L=C3=A9o Le Bouter via Guix-patches via wrote: > On Sat, 2021-03-06 at 11:13 +0100, Nicolas Goaziou wrote: >> However, sorting inputs alphabetically has some value. For example, >> it >> makes it easier to add more inputs later, as it becomes less tedious >> to >> check for duplicates. > > Agreed but seeing all that has to be done in GNU Guix.. we can > massively sort *-inputs another time can't we? Or if there's an > automated pre-commit hook or Emacs "guix-packageer-mode" someone can > make, I'll happily install it. I am not convinced tooling for sorting inputs is worth here. I mean sorting the inputs (if there are not) or keeping sorted the inputs list is so quick and easy compared to other parts of the packaging that sorting is more a discipline than a concrete issue, similarly as two spaces for the description=E2=80=99s sentences. IMHO. However, =E2=80=9Cguix lint=E2=80=9D could warn when the inputs are not sor= ted. And it remembers me this bug report: Cheers, simon