From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id a4p/JSwnWGL8PAAAgWs5BA (envelope-from ) for ; Thu, 14 Apr 2022 15:52:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id eOIFIiwnWGK9VQAA9RJhRA (envelope-from ) for ; Thu, 14 Apr 2022 15:52:44 +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 3407E2759B for ; Thu, 14 Apr 2022 15:52:44 +0200 (CEST) Received: from localhost ([::1]:46522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neztq-0008Rg-U6 for larch@yhetil.org; Thu, 14 Apr 2022 09:52:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38932) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neztD-0007Yp-7N for guix-patches@gnu.org; Thu, 14 Apr 2022 09:52:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33527) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1neztC-0005So-EP for guix-patches@gnu.org; Thu, 14 Apr 2022 09:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1neztC-0003i8-Cn for guix-patches@gnu.org; Thu, 14 Apr 2022 09:52:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54937] [PATCH] gnu: Add cl-numpy-file-format. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 14 Apr 2022 13:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54937 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54937@debbugs.gnu.org Cc: "Paul A. Patience" X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.164994426914175 (code B ref -1); Thu, 14 Apr 2022 13:52:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Apr 2022 13:51:09 +0000 Received: from localhost ([127.0.0.1]:55651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nezsL-0003gZ-CI for submit@debbugs.gnu.org; Thu, 14 Apr 2022 09:51:09 -0400 Received: from lists.gnu.org ([209.51.188.17]:60076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nezsJ-0003gQ-NM for submit@debbugs.gnu.org; Thu, 14 Apr 2022 09:51:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38698) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nezsJ-0006sF-Fo for guix-patches@gnu.org; Thu, 14 Apr 2022 09:51:07 -0400 Received: from mail-4022.proton.ch ([185.70.40.22]:15015) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nezsC-0005Fl-Sg for guix-patches@gnu.org; Thu, 14 Apr 2022 09:51:06 -0400 Date: Thu, 14 Apr 2022 13:50:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649944256; bh=Lb/q6FeBktT7TrotNPMuWUZNHcWBzF4ZxXbEZG64Z8k=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID; b=gWQ9EUQGeeQo2D2HtgX582HyVysOPApZs4lBqIwUx3KxpIXTVxhbi7TAmz+toquRJ VXBVU89WvXoVzOg0JbB6eg72B9ShXCIVxQjpw5UyiVUVHHex9sTz8CYupDVc/HQg5s wzCrJG3ZuYJC7b5b4YtJCQmU3BOJIKLejNyHZIH+XNhTTyxyfy3l37x07M0e9OL2ad qOxoFDsTZUQGcBtJzJ/0MsxLf2dBI5WQQldgkv41181OIZx1fjjpdJ0t790WGgUrmv RJ36BwS8qAkAJCH/DhwPAmuhL+hUbqs9yLyr+pRWUE4hd9JPiYlUtw/+aNgs2MwlW0 xqZYgvc6wQFMw== From: "Paul A. Patience" Message-ID: <20220414135037.32233-1-paul@apatience.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.22; envelope-from=paul@apatience.com; helo=mail-4022.proton.ch 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_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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-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: , Reply-To: "Paul A. Patience" 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=1649944364; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Lb/q6FeBktT7TrotNPMuWUZNHcWBzF4ZxXbEZG64Z8k=; b=LA5yUpUQHNKhmquG3TqxqlTGVrWLWJRaC36YkYOlt7ixiVoQ8jlTXZWuhge4GwWDiXmor5 X1b2mNkkGD9BUiW+Sij4Vcef5oR2/Hti0T7ttIrjYd3CXbMUDI4cKPnxsjYnjp1JfzNIqY zvu4oXbd1SYwlFvVLTBhz8ybBnsqGXp6cxfdXh29bge9d0fVKYx48vGCYuNsyerAOO7BLj ojEId5jz6+KgKedfO9TdePLICU1nacttrgooSrxINhQFiqzs6md/2EnhO3IR3q4QBaqJBz L/yaLfxuZ1E+38NYaBU2+qgHGn8YmunJhDHG9P8m7OF7A4Yn95pKFyyTKVrTxw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649944364; a=rsa-sha256; cv=none; b=ApdlrbyBb2NR57Hxj8ajqUVzOAsyi/ORyVsafRjHUpiE3zVnT8pWsxcg6npvJHdtgloezG S19B3LcZgr/G1hz7XjSvJ8aLVsWRMLc3vqZjgInL46NkyPN4HzCVI38t50bbEqkfQPlrgb pIwy69LMU6WS8lzRehPK6NscaT3STZuZz0pxop2xSs2XacWDuhJ1T25fa0HOYDJh3DZrPq GthU4fZMu3OdTUojueZJePnIi/5vf6rxLaGQrub2LkxfnnNtN0GrVOTRLT38YcYeyILJyF 7iKTIAwRskm2ltPSmgNhXaRIfDVhof4rM/hLrInFeW8um56u1LADadzZ/MXx4Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=gWQ9EUQG; dmarc=none; 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: 0.65 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=gWQ9EUQG; dmarc=none; 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: 3407E2759B X-Spam-Score: 0.65 X-Migadu-Scanner: scn0.migadu.com X-TUID: 9b83tyybmR5O * gnu/packages/lisp-xyz.scm (cl-numpy-file-format, ecl-numpy-file-format, sbcl-numpy-file-format): New variables. --- gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 29b3a10d98..28b25edd24 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5151,6 +5151,38 @@ (define-public cl-find-port (define-public ecl-find-port (sbcl-package->ecl-package sbcl-find-port)) +(define-public sbcl-numpy-file-format + (let ((commit "e97aef6c592a412fdd1afa9a5f09d0b1ce134510") + (revision "1")) + (package + (name "sbcl-numpy-file-format") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/marcoheisig/numpy-file-format") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0j7jjcf6k3anvgpm4nf81g6gbhff44v0v9rai7kwm2bm3abzsjfd")))) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-ieee-floats sbcl-trivial-features)) + (home-page "https://github.com/marcoheisig/numpy-file-format") + (synopsis "Read and write NumPy .npy and .npz files") + (description + "The NUMPY-FILE-FORMAT library is a Common Lisp library for reading= and +writing NumPy @file{.npy} and @file{.npz} files.") + (license license:expat)))) + +(define-public cl-numpy-file-format + (sbcl-package->cl-source-package sbcl-numpy-file-format)) + +(define-public ecl-numpy-file-format + (sbcl-package->ecl-package sbcl-numpy-file-format)) + (define-public sbcl-py4cl (let ((commit "4c8a2b0814fd311f978964f825ce012290f60136") (revision "1")) -- 2.35.1