From unknown Tue Jun 17 01:37:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1. Resent-From: Ryan Prior Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 19 Oct 2020 04:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 44074 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 44074@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Reply-To: Ryan Prior Received: via spool by submit@debbugs.gnu.org id=B.160308178920195 (code B ref -1); Mon, 19 Oct 2020 04:30:02 +0000 Received: (at submit) by debbugs.gnu.org; 19 Oct 2020 04:29:49 +0000 Received: from localhost ([127.0.0.1]:39554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUMnt-0005Ff-A3 for submit@debbugs.gnu.org; Mon, 19 Oct 2020 00:29:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:40954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUMnr-0005FX-CN for submit@debbugs.gnu.org; Mon, 19 Oct 2020 00:29:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUMnq-0005Sd-Bb for guix-patches@gnu.org; Mon, 19 Oct 2020 00:29:47 -0400 Received: from mail-03.mail-europe.com ([91.134.188.129]:37434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUMnm-0004qK-P5 for guix-patches@gnu.org; Mon, 19 Oct 2020 00:29:45 -0400 Date: Mon, 19 Oct 2020 04:29:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1603081776; bh=6uP8k3B4ykHz4QwtRrl5dn6LGVPFBS04FTxoD5BNZbs=; h=Date:To:From:Reply-To:Subject:From; b=pit9Ul97dqkXzPncCh2CWgKVwrTsdlE5oFIBh9elqQBLhHVGOysVW/6hGzvHgUGjR srGUS05WcooBJQs/vhSxThbHnqyrSngOJiB779zlcNk1+OE+lVUaWeExEk5UYLpCiV HJryAW72g5ofO9841hQ+Z+XqEjIs/WPXCWyLQxEw= From: Ryan Prior Message-ID: <20201019042926.30701-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=91.134.188.129; envelope-from=rprior@protonmail.com; helo=mail-03.mail-europe.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/19 00:29:40 X-ACL-Warn: Detected OS = Linux 3.11 and newer 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, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) 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/visidata.scm (visidata): Update to 2.0.1. --- gnu/packages/visidata.scm | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm index 68ea401362..667aea172e 100644 --- a/gnu/packages/visidata.scm +++ b/gnu/packages/visidata.scm @@ -17,13 +17,13 @@ ;;; along with GNU Guix. If not, see . =20 (define-module (gnu packages visidata) - #:use-module (gnu packages databases) - #:use-module (gnu packages python-science) + #:use-module (gnu packages check) + #:use-module (gnu packages time) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) - #:use-module (gnu packages time) #:use-module (gnu packages xml) #:use-module (guix build-system python) + #:use-module (guix build utils) #:use-module (guix download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) @@ -31,34 +31,34 @@ (define-public visidata (package (name "visidata") - (version "1.5.2") + (version "2.0.1") (source (origin (method url-fetch) (uri (pypi-uri "visidata" version)) (sha256 (base32 - "10adfyn4gkisvciqawgh2lakkhhnjjxiyp7mzbgcwkq1b3sigpf1")))) + "1p4x9fz59ablyjvp18y50zdsapavhzx7w5hk2v8rsar5ill8947v")))) (build-system python-build-system) - ;; Tests disabled because they are not packaged with the source tarbal= l. - ;; Upstream suggests tests will be packaged with tarball around 2.0 re= lease. - (arguments '(#:tests? #f)) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? (invoke "pytest")) + #t))))) (inputs - `(("python-dateutil" ,python-dateutil) - ("python-fonttools" ,python-fonttools) - ("python-h5py" ,python-h5py) - ("python-lxml" ,python-lxml) - ("python-openpyxl" ,python-openpyxl) - ("python-pandas" ,python-pandas) - ("python-psycopg2" ,python-psycopg2) - ("python-pyyaml" ,python-pyyaml) - ("python-requests" ,python-requests) - ("python-xlrd" ,python-xlrd))) + `(("dateutil" ,python-dateutil) + ("requests" ,python-requests) + ("lxml" ,python-lxml) + ("openpyxl" ,python-openpyxl) + ("xlrd" ,python-xlrd))) + (native-inputs + `(("pytest" ,python-pytest))) (synopsis "Terminal spreadsheet multitool for discovering and arrangin= g data") (description "VisiData is an interactive multitool for tabular data. It combines = the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows.") (home-page "https://www.visidata.org/") - (license (list license:gpl3 - license:expat)))) ;; visidata/vdtui.py + (license license:gpl3))) --=20 2.17.1 From unknown Tue Jun 17 01:37:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 21 Oct 2020 17:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44074 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ryan Prior Cc: 44074@debbugs.gnu.org Received: via spool by 44074-submit@debbugs.gnu.org id=B44074.160330041629075 (code B ref 44074); Wed, 21 Oct 2020 17:14:01 +0000 Received: (at 44074) by debbugs.gnu.org; 21 Oct 2020 17:13:36 +0000 Received: from localhost ([127.0.0.1]:50410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVHg7-0007Yt-MF for submit@debbugs.gnu.org; Wed, 21 Oct 2020 13:13:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVHg5-0007Yb-Os for 44074@debbugs.gnu.org; Wed, 21 Oct 2020 13:13:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53740) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVHg0-0002yq-HZ; Wed, 21 Oct 2020 13:13:28 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=44350 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kVHfm-0005fO-Ka; Wed, 21 Oct 2020 13:13:18 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20201019042926.30701-1-rprior@protonmail.com> Date: Wed, 21 Oct 2020 19:13:13 +0200 In-Reply-To: <20201019042926.30701-1-rprior@protonmail.com> (Ryan Prior's message of "Mon, 19 Oct 2020 04:29:31 +0000") Message-ID: <87zh4fzemu.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.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: -3.3 (---) --=-=-= Content-Type: text/plain Arf, forgot the diff: --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm index 667aea172e..6ba2939b4f 100644 --- a/gnu/packages/visidata.scm +++ b/gnu/packages/visidata.scm @@ -45,7 +45,7 @@ (modify-phases %standard-phases (replace 'check (lambda* (#:key tests? #:allow-other-keys) - (if tests? (invoke "pytest")) + (when tests? (invoke "pytest")) #t))))) (inputs `(("dateutil" ,python-dateutil) --=-=-=-- From unknown Tue Jun 17 01:37:21 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: Ryan Prior Subject: bug#44074: closed (Re: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1.) Message-ID: References: <874kmn1p0r.fsf@gnu.org> <20201019042926.30701-1-rprior@protonmail.com> X-Gnu-PR-Message: they-closed 44074 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 44074@debbugs.gnu.org Date: Wed, 21 Oct 2020 17:14:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1603300442-29126-1" This is a multi-part message in MIME format... ------------=_1603300442-29126-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #44074: [PATCH] gnu: visidata: Update to 2.0.1. 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 44074@debbugs.gnu.org. --=20 44074: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D44074 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1603300442-29126-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 44074-done) by debbugs.gnu.org; 21 Oct 2020 17:13:02 +0000 Received: from localhost ([127.0.0.1]:50407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVHfa-0007Y1-Di for submit@debbugs.gnu.org; Wed, 21 Oct 2020 13:13:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37828) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kVHfZ-0007XX-35 for 44074-done@debbugs.gnu.org; Wed, 21 Oct 2020 13:13:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53735) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kVHfT-0002tN-Fq; Wed, 21 Oct 2020 13:12:55 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=44348 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kVHfR-0005cs-SX; Wed, 21 Oct 2020 13:12:54 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ryan Prior Subject: Re: [bug#44074] [PATCH] gnu: visidata: Update to 2.0.1. References: <20201019042926.30701-1-rprior@protonmail.com> Date: Wed, 21 Oct 2020 19:12:52 +0200 In-Reply-To: <20201019042926.30701-1-rprior@protonmail.com> (Ryan Prior's message of "Mon, 19 Oct 2020 04:29:31 +0000") Message-ID: <874kmn1p0r.fsf@gnu.org> 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 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44074-done Cc: 44074-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: -3.3 (---) Hi, Ryan Prior skribis: > * gnu/packages/visidata.scm (visidata): Update to 2.0.1. Applied with the change below, thanks! Ludo=E2=80=99. ------------=_1603300442-29126-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 19 Oct 2020 04:29:49 +0000 Received: from localhost ([127.0.0.1]:39554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUMnt-0005Ff-A3 for submit@debbugs.gnu.org; Mon, 19 Oct 2020 00:29:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:40954) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kUMnr-0005FX-CN for submit@debbugs.gnu.org; Mon, 19 Oct 2020 00:29:48 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48426) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUMnq-0005Sd-Bb for guix-patches@gnu.org; Mon, 19 Oct 2020 00:29:47 -0400 Received: from mail-03.mail-europe.com ([91.134.188.129]:37434) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUMnm-0004qK-P5 for guix-patches@gnu.org; Mon, 19 Oct 2020 00:29:45 -0400 Date: Mon, 19 Oct 2020 04:29:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1603081776; bh=6uP8k3B4ykHz4QwtRrl5dn6LGVPFBS04FTxoD5BNZbs=; h=Date:To:From:Reply-To:Subject:From; b=pit9Ul97dqkXzPncCh2CWgKVwrTsdlE5oFIBh9elqQBLhHVGOysVW/6hGzvHgUGjR srGUS05WcooBJQs/vhSxThbHnqyrSngOJiB779zlcNk1+OE+lVUaWeExEk5UYLpCiV HJryAW72g5ofO9841hQ+Z+XqEjIs/WPXCWyLQxEw= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: visidata: Update to 2.0.1. Message-ID: <20201019042926.30701-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=91.134.188.129; envelope-from=rprior@protonmail.com; helo=mail-03.mail-europe.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/19 00:29:40 X-ACL-Warn: Detected OS = Linux 3.11 and newer 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, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.4 (/) X-Debbugs-Envelope-To: submit 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/visidata.scm (visidata): Update to 2.0.1. --- gnu/packages/visidata.scm | 40 +++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm index 68ea401362..667aea172e 100644 --- a/gnu/packages/visidata.scm +++ b/gnu/packages/visidata.scm @@ -17,13 +17,13 @@ ;;; along with GNU Guix. If not, see . =20 (define-module (gnu packages visidata) - #:use-module (gnu packages databases) - #:use-module (gnu packages python-science) + #:use-module (gnu packages check) + #:use-module (gnu packages time) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) - #:use-module (gnu packages time) #:use-module (gnu packages xml) #:use-module (guix build-system python) + #:use-module (guix build utils) #:use-module (guix download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) @@ -31,34 +31,34 @@ (define-public visidata (package (name "visidata") - (version "1.5.2") + (version "2.0.1") (source (origin (method url-fetch) (uri (pypi-uri "visidata" version)) (sha256 (base32 - "10adfyn4gkisvciqawgh2lakkhhnjjxiyp7mzbgcwkq1b3sigpf1")))) + "1p4x9fz59ablyjvp18y50zdsapavhzx7w5hk2v8rsar5ill8947v")))) (build-system python-build-system) - ;; Tests disabled because they are not packaged with the source tarbal= l. - ;; Upstream suggests tests will be packaged with tarball around 2.0 re= lease. - (arguments '(#:tests? #f)) + (arguments + '(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda* (#:key tests? #:allow-other-keys) + (if tests? (invoke "pytest")) + #t))))) (inputs - `(("python-dateutil" ,python-dateutil) - ("python-fonttools" ,python-fonttools) - ("python-h5py" ,python-h5py) - ("python-lxml" ,python-lxml) - ("python-openpyxl" ,python-openpyxl) - ("python-pandas" ,python-pandas) - ("python-psycopg2" ,python-psycopg2) - ("python-pyyaml" ,python-pyyaml) - ("python-requests" ,python-requests) - ("python-xlrd" ,python-xlrd))) + `(("dateutil" ,python-dateutil) + ("requests" ,python-requests) + ("lxml" ,python-lxml) + ("openpyxl" ,python-openpyxl) + ("xlrd" ,python-xlrd))) + (native-inputs + `(("pytest" ,python-pytest))) (synopsis "Terminal spreadsheet multitool for discovering and arrangin= g data") (description "VisiData is an interactive multitool for tabular data. It combines = the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows.") (home-page "https://www.visidata.org/") - (license (list license:gpl3 - license:expat)))) ;; visidata/vdtui.py + (license license:gpl3))) --=20 2.17.1 ------------=_1603300442-29126-1--