From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id mMGXLJV5wWIpHQAAbAwnHQ (envelope-from ) for ; Sun, 03 Jul 2022 13:12:21 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id qEedLJV5wWLm5gAA9RJhRA (envelope-from ) for ; Sun, 03 Jul 2022 13:12:21 +0200 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 408D63B6E8 for ; Sun, 3 Jul 2022 13:12:21 +0200 (CEST) Received: from localhost ([::1]:59752 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o7xWW-0000wL-Dc for larch@yhetil.org; Sun, 03 Jul 2022 07:12:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7xWF-0000uY-1Z for guix-patches@gnu.org; Sun, 03 Jul 2022 07:12:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49514) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o7xWE-0006qO-PJ for guix-patches@gnu.org; Sun, 03 Jul 2022 07:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o7xWE-0005iR-LA for guix-patches@gnu.org; Sun, 03 Jul 2022 07:12:02 -0400 Subject: bug#56186: [PATCH] gnu: Add python-deepdish. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 03 Jul 2022 11:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56186 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Antero Mejr Cc: 56186-done@debbugs.gnu.org Mail-Followup-To: 56186@debbugs.gnu.org, ludo@gnu.org, antero@mailbox.org Received: via spool by 56186-done@debbugs.gnu.org id=D56186.165684668321920 (code D ref 56186); Sun, 03 Jul 2022 11:12:02 +0000 Received: (at 56186-done) by debbugs.gnu.org; 3 Jul 2022 11:11:23 +0000 Received: from localhost ([127.0.0.1]:43410 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7xVb-0005hU-0Y for submit@debbugs.gnu.org; Sun, 03 Jul 2022 07:11:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37716) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7xVY-0005hG-Ty for 56186-done@debbugs.gnu.org; Sun, 03 Jul 2022 07:11:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36152) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7xVT-0006mU-84; Sun, 03 Jul 2022 07:11:15 -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=GwZTy9c0hj4wb2+btb22+/8Yi+mRCGrQeruce1nxCw4=; b=r5UnXmOHCNim8HIZuH+m 83E4veU/dm33YhMaTrnZ+IO0ZrHxH5DVheLdyRQjzh8QsrDo3jiNHEMUgXpXVUV8AjuoTqaAnHkxy Z47kLZsc8aPG/dXSEmJw4cOIQ5JxyVqOsellPSQHrOGxAPSS9/0lCXxfwSKB4sckpg53NeHeXE7Dn chs0Csff5FjmIvE3DTp/X6izUz3tp/XjCRQcyEj3puUF1XIzhwfXZmGn+gT3fU57b6osG88sd2ORp UDfrxLQlrKpXaW8DMu0+xHaoYFAQfwUcu1eu0YWazdi/r4HrHFDsN+E+Z5x9GYiBRwiihiBrZXf1X jaw5LGDmFyo94g==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59396 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7xVS-0006ql-Ol; Sun, 03 Jul 2022 07:11:14 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220624125033.5605-1-antero@mailbox.org> Date: Sun, 03 Jul 2022 13:11:12 +0200 In-Reply-To: <20220624125033.5605-1-antero@mailbox.org> (Antero Mejr's message of "Fri, 24 Jun 2022 12:50:33 +0000") Message-ID: <87r132zc1b.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656846741; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to: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=GwZTy9c0hj4wb2+btb22+/8Yi+mRCGrQeruce1nxCw4=; b=rO2N3GtUJhyYFKWxXJMC8uroGhq99PJ/AefNrDoQr2zXNwvnbz9Bb87GfuVPwNV1LkOfkf poaEaIoISnBqu/QwM0WMF824vQ+JrxItif8OXoqRI1wYjq0b1GGNHU73s3FA26GEvvD+PS VulhqCvjc+bxTZ9mTnpCPIUyUoS9Mpfd7ClXYLSDgUZLEf/NxazytuUtsgM7Yjj/vjcxwB poI9xQ/T/NRkYjQifDJ6nVzWwxRZk85Z3rSGP9ICKtZi0igzGa7BnAW8MxliI1Y1XinGz6 8ioAAhJ0SmmUO5KKN+YyIYiKJeTsFO3fvnOMv1+29etmbIE/833fwOYDLrFPyw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656846741; a=rsa-sha256; cv=none; b=mKeZR4xs4Lse/a+lxtx8tFwaeQBMYn0qQD1WZwoFFT3ZqTcg1ytpIYYdyxWXwtstezQa03 PXpkxZ2preizgg86vCDliZ4nAQ7jyMLessKawaWUnjJDqNTL5GqaxyFiBfsnNpGhuQB6Gz JM+72S5vIvLXNJsG+ZNw22L4V7QcKdaKZaCrkmknOXDdZTy7oIXgWfOVwAKlL3CU9BhQFD 2fqSgOY76DDn+RsrkmrlWWM7RV9wN2eXJk32Y6PZjwe3Uj5t3TS8+0GpaQJWKovc+PAGev LFmAomxpLCC6Qm9dxVIlXE095ImSjE6BezTP0Bz4kOwZNGDTjFETf2Yz+k8pSg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=r5UnXmOH; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Spam-Score: -2.84 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=r5UnXmOH; dmarc=pass (policy=none) header.from=gnu.org; 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" X-Migadu-Queue-Id: 408D63B6E8 X-Spam-Score: -2.84 X-Migadu-Scanner: scn1.migadu.com X-TUID: qKYhYahY+TeW --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Antero, Antero Mejr skribis: > * gnu/packages/python-science.scm (python-deepdish): New variable. Applied with the changes below (inspired by =E2=80=98README.rst=E2=80=99), = as per . Thanks, Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 135c6a99ff..747c84d493 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1396,5 +1396,10 @@ (define-public python-deepdish python-tables)) (home-page "https://github.com/uchicago-cs/deepdish") (synopsis "Python library for HDF5 file saving and loading") - (description "HDF5 saving/loading and other data science tools.") + (description + "Deepdish is a Python library to load and save HDF5 files. +The primary feature of deepdish is its ability to save and load all kinds of +data as HDF5. It can save any Python data structure, offering the same ease +of use as pickling or @code{numpy.save}, but with the language +interoperability offered by HDF5.") (license license:bsd-3))) --=-=-=--