GNU bug report logs - #55188
[PATCH] gnu: Add python-vitables.

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: Peter Polidoro <peter@HIDDEN>; Keywords: patch; dated Fri, 29 Apr 2022 17:16:01 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

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


Received: (at 55188) by debbugs.gnu.org; 9 May 2022 09:29:48 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Mon May 09 05:29:48 2022
Received: from localhost ([127.0.0.1]:56083 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nnzi8-0008V0-D8
	for submit <at> debbugs.gnu.org; Mon, 09 May 2022 05:29:48 -0400
Received: from eggs.gnu.org ([209.51.188.92]:43228)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <othacehe@HIDDEN>) id 1nnzi7-0008Uj-3w
 for 55188 <at> debbugs.gnu.org; Mon, 09 May 2022 05:29:47 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e]:47848)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <othacehe@HIDDEN>)
 id 1nnzi1-0001Mt-KF; Mon, 09 May 2022 05:29:41 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To:
 From; bh=2ByNRVoTQA52eZc9ExERtd4/M/XZwFo3c/1FyOmer2s=; b=DSp7+rtSOrfdzrdlWsxQ
 MoA3AtnJPYrVI4yhA2juiiQxDo2k2VwGJQc+OlGwXSSH2FTwmqcDcPigUA7F+hJQFOftC0VevEx1U
 9+Mkuqg32pMztg+jlHaHG9SPBmui3ZbVkCHzYUM9a3I8357ClaZaW27JX+QYO2Pp057M23V6eQPOh
 Ht1h0iGX2oHGMaZnYDi7DmWcqVi73gS+SfJqdkLRZsJWKqjC/OPPut6lh5RxjsqjpvsezUSAm/TBX
 OKpFTtBEGGA6akmrPfTARQIKtUlZ3uEeMeSe6GqO90rlrH5IjL5GhSae/8OI1Uu/trnAQtfxc6ugA
 dffcZlwqwT26rg==;
Received: from 71.125.192.77.rev.sfr.net ([77.192.125.71]:34014 helo=meije)
 by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <othacehe@HIDDEN>)
 id 1nnzi0-0003Oy-SQ; Mon, 09 May 2022 05:29:41 -0400
From: Mathieu Othacehe <othacehe@HIDDEN>
To: Peter Polidoro <peter@HIDDEN>
Subject: Re: bug#55188: [PATCH] gnu: Add python-vitables.
References: <86levnizgk.fsf@HIDDEN>
Date: Mon, 09 May 2022 11:29:38 +0200
In-Reply-To: <86levnizgk.fsf@HIDDEN> (Peter Polidoro's message of "Fri,
 29 Apr 2022 13:13:38 -0400")
Message-ID: <87tu9zjbp9.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 55188
Cc: 55188 <at> debbugs.gnu.org
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: -3.3 (---)


Hello Peter,

> +    (arguments
> +     `(#:tests? #f))

You should add a comment stating why the tests are disabled. Because
there are no tests or because they are failing, and if so why?

> +    (description "ViTables is a GUI for browsing and editing files in both
> +PyTables and HDF5 formats. ViTables capabilities include easy navigation
> +through the data hierarchy, displaying of real data and its associated
> +metadata, a simple, yet powerful, browsing of multidimensional data and much
> +more. As a viewer, one of the greatest strengths of ViTables is its ability to
> +display very large datasets.")
> +    (license license:gpl3)))

The description could be more neutral: you could remove the "yet
powerful" and "much more" parts. The last sentence could also be
reworded: "As a viewer, ViTables is able to display very large datasets."
feels more factual.

Could you send an updated patch :) ?

Thanks,

Mathieu




Information forwarded to guix-patches@HIDDEN:
bug#55188; Package guix-patches. Full text available.

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


Received: (at submit) by debbugs.gnu.org; 29 Apr 2022 17:15:04 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Apr 29 13:15:03 2022
Received: from localhost ([127.0.0.1]:55265 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1nkUCt-0000IK-IC
	for submit <at> debbugs.gnu.org; Fri, 29 Apr 2022 13:15:03 -0400
Received: from lists.gnu.org ([209.51.188.17]:52552)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <peter@HIDDEN>) id 1nkUCr-0000IA-SV
 for submit <at> debbugs.gnu.org; Fri, 29 Apr 2022 13:15:02 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:39798)
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <peter@HIDDEN>) id 1nkUCr-0006yG-Jq
 for guix-patches@HIDDEN; Fri, 29 Apr 2022 13:15:01 -0400
Received: from cyan.elm.relay.mailchannels.net ([23.83.212.47]:24641)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <peter@HIDDEN>) id 1nkUCp-0006wN-LX
 for guix-patches@HIDDEN; Fri, 29 Apr 2022 13:15:01 -0400
X-Sender-Id: dreamhost|x-authsender|peter@HIDDEN
Received: from relay.mailchannels.net (localhost [127.0.0.1])
 by relay.mailchannels.net (Postfix) with ESMTP id 5926712149F
 for <guix-patches@HIDDEN>; Fri, 29 Apr 2022 17:14:55 +0000 (UTC)
Received: from pdx1-sub0-mail-a309.dreamhost.com (unknown [127.0.0.6])
 (Authenticated sender: dreamhost)
 by relay.mailchannels.net (Postfix) with ESMTPA id 03E16121723
 for <guix-patches@HIDDEN>; Fri, 29 Apr 2022 17:14:47 +0000 (UTC)
ARC-Seal: i=1; s=arc-2022; d=mailchannels.net; t=1651252487; a=rsa-sha256;
 cv=none;
 b=aXEXqdwGnS1Ikdd3XphShIOmvcdDKzehaeuJ1miYhVDXNW6Kq5Y9nM/ZaiS+UtLcmkAvTi
 DQciggQ4xza2F9OixSiqNriuU+qj46tSN4v/5rX4MRmJa9cuZr2gZBGhBfapUDspuvE8nN
 ILakskPGHUuqLLDXZLRP1nJptlfAPgmX+YnccN2xFQlj04ye4IAVxGldLo/3BApBI5ANZe
 1GXGbbrxBXJMXyCYidwWYiSeI2LwiRKQLN39Q3x7ihV0aQFAE5KXhuie2/tool1DByCZmK
 dVQp6WbqFMmAgcjZeoa/mKlPi5bAUWz46OvRhcHKzlMBhMGGUWOv2B3T/Pi6xg==
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed;
 d=mailchannels.net; s=arc-2022; t=1651252487;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 dkim-signature; bh=5wOrNl3pbLp9GD6jbDZu/Owscvm6RfrADggmP9EFaWg=;
 b=qfIWDOIQ/x7zjfR2ghCz1kxiu9JWsIWhEpPKau2gicl/hqhkA2xmKJCeoPXnh7LLBzgK6L
 AQ2/h0/zEwfUPwroFkXFJxJc9Gr7egW+/cWnANl3IDONSo8yzPOyt3eiGA+tsqVXFDCEz2
 FbLL2N3LJFYIBn+Bd77Ant0zldpE4Mp65aLC05eMvPHYKPhDMPJ/B2q4AytTmU52UKbLWA
 nCp9i7V7wrSqS2iJSg9iIfpPD97Tu5ksOB2sU+Yn/y/cYUUoZW7Aomq22etR7wYr7jge7A
 Hyyt+8LszyBJ933DD7wTNtxF0+lDtCH8ol3gJzGCE8t5yn7ps0eP2FrI+lcg3g==
ARC-Authentication-Results: i=1; rspamd-fdd564cbf-97dkj;
 auth=pass smtp.auth=dreamhost smtp.mailfrom=peter@HIDDEN
X-Sender-Id: dreamhost|x-authsender|peter@HIDDEN
Received: from pdx1-sub0-mail-a309.dreamhost.com (pop.dreamhost.com
 [64.90.62.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384)
 by 100.96.96.48 (trex/6.7.1); Fri, 29 Apr 2022 17:14:55 +0000
X-MC-Relay: Neutral
X-MailChannels-SenderId: dreamhost|x-authsender|peter@HIDDEN
X-MailChannels-Auth-Id: dreamhost
X-Stupid-Spill: 30ab628867ae1a26_1651252495142_1211904311
X-MC-Loop-Signature: 1651252495142:2304621704
X-MC-Ingress-Time: 1651252495142
Received: from knave (unknown [206.241.0.254])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest
 SHA256) (No client certificate requested)
 (Authenticated sender: peter@HIDDEN)
 by pdx1-sub0-mail-a309.dreamhost.com (Postfix) with ESMTPSA id 4KqfHV43K7z1fg
 for <guix-patches@HIDDEN>; Fri, 29 Apr 2022 10:14:46 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polidoro.io;
 s=dreamhost; t=1651252486;
 bh=5wOrNl3pbLp9GD6jbDZu/Owscvm6RfrADggmP9EFaWg=;
 h=From:To:Subject:Date:Content-Type;
 b=5Wa1VKggq1jCcaLyHQ6tFDuBgJy7BCr086d5pOWWSmH2aWn69/ZdJLOCjb6okJOrf
 PlHGOciwYk0Z2aPCCr7eCr7BBFw/7+LnpDNG4q5rG/Id5hjtmh9RzpgtxQSuFe2VBB
 p1Axkeu061X4QR8181W2VnYNtu3nUFKLr1aUaGG5uRNj4N1cWS2KgLpdfrU2WZQNrl
 FfbyhHhwIooYmPRaaP3Vf7iBgefOjYJm3KHYC5oRnBnmWP2/cwpbd5Vfr5NzSAOyln
 0QqyICkQ9JsFl2oClaRAQo7iWuxfr3BMoO3TGfpblRQjDOTI/pDa8N/JvFcpwV+iAa
 ImWeYwSw79JKA==
User-agent: mu4e 1.6.10; emacs 27.2
From: Peter Polidoro <peter@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: Add python-vitables.
Date: Fri, 29 Apr 2022 13:13:38 -0400
Message-ID: <86levnizgk.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/x-diff
Content-Disposition: attachment; filename=0001-gnu-Add-python-vitables.patch
Received-SPF: pass client-ip=23.83.212.47; envelope-from=peter@HIDDEN;
 helo=cyan.elm.relay.mailchannels.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,
 RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001,
 T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
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: -2.4 (--)

From 53b4108bf283b4e54da069078f18716dadf91b9b Mon Sep 17 00:00:00 2001
From: Peter Polidoro <peter@HIDDEN>
Date: Fri, 29 Apr 2022 13:12:46 -0400
Subject: [PATCH] gnu: Add python-vitables.

* gnu/packages/python-xyz.scm (python-vitables): New variable.
---
 gnu/packages/python-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8e599a453..20ecb372db 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29587,3 +29587,32 @@ (define-public python-mike
 versions of MkDocs-powered docs to a Git branch.  It is suitable for deploying
 to Github via gh-pages.")
     (license license:bsd-3)))
+
+(define-public python-vitables
+  (package
+    (name "python-vitables")
+    (version "3.0.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "ViTables" version))
+       (sha256
+        (base32 "1vk80a8jbg0phxgf31rnm7gq34mllv7hb5h0bypz4kv7n3150iln"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     (list python-numexpr
+           python-numpy
+           python-pyqt
+           python-qtpy
+           python-tables))
+    (arguments
+     `(#:tests? #f))
+    (home-page "https://vitables.org")
+    (synopsis "GUI for browsing PyTables and HDF5 files")
+    (description "ViTables is a GUI for browsing and editing files in both
+PyTables and HDF5 formats. ViTables capabilities include easy navigation
+through the data hierarchy, displaying of real data and its associated
+metadata, a simple, yet powerful, browsing of multidimensional data and much
+more. As a viewer, one of the greatest strengths of ViTables is its ability to
+display very large datasets.")
+    (license license:gpl3)))
-- 
2.36.0





Acknowledgement sent to Peter Polidoro <peter@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#55188; 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: Mon, 9 May 2022 09:45:01 UTC

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