From unknown Wed Jun 25 00:21:43 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#54937 <54937@debbugs.gnu.org> To: bug#54937 <54937@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-numpy-file-format. Reply-To: bug#54937 <54937@debbugs.gnu.org> Date: Wed, 25 Jun 2025 07:21:43 +0000 retitle 54937 [PATCH] gnu: Add cl-numpy-file-format. reassign 54937 guix-patches submitter 54937 "Paul A. Patience" severity 54937 normal tag 54937 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 14 09:51:09 2022 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== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add cl-numpy-file-format. 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-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" 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: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 14 10:36:23 2022 Received: (at 54937-done) by debbugs.gnu.org; 14 Apr 2022 14:36:23 +0000 Received: from localhost ([127.0.0.1]:56928 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf0a6-00019H-Td for submit@debbugs.gnu.org; Thu, 14 Apr 2022 10:36:23 -0400 Received: from mout01.posteo.de ([185.67.36.65]:46467) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf0a5-000196-Fm for 54937-done@debbugs.gnu.org; Thu, 14 Apr 2022 10:36:21 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id DF429240027 for <54937-done@debbugs.gnu.org>; Thu, 14 Apr 2022 16:36:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1649946975; bh=0i0/GbLbXV6enTABEZSUgnrFge6KXMOUVVQo0tC8mVc=; h=From:To:Cc:Subject:Date:From; b=nmf0oMTMNWby/qa2/Hqp33L+McahFrXOjo8a6HoZY3pQODfas3HKH0MX21qP6rNki KqzCo24RMuGSD7eEiZwOvmgThj8E7MBJdATCztAG0LkotJRYhllUYwBo0ZMwHrbGOr //5q67EbZMFULwtNozUEaFeWUWcFDb9vdp3GmvIFPdxfzan2sPVhJ6k8xy+GJTyYmp S+Pgvef9Pk3A9eYpRkJ6z3IwBtPGqQkWabmmSeeOTwGXg2An3R7ZmVuUVLz55l10gW tCB+7Z1xLLnWqx2ZQHcGuRpV5JaWxaGJ6XECZOzEtjzlA60Y5kx5iAycsdGvn5Iz3G 1Tv9hFy7Qm4/w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KfMTW1P6Lz9rxF; Thu, 14 Apr 2022 16:36:14 +0200 (CEST) References: <20220414135037.32233-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#54937] [PATCH] gnu: Add cl-numpy-file-format. Date: Thu, 14 Apr 2022 14:35:33 +0000 In-reply-to: <20220414135037.32233-1-paul@apatience.com> Message-ID: <87k0brbuld.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54937-done Cc: 54937-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 (---) --=-=-= Content-Type: text/plain Patch pushed as 0ddca9d682013f10b7e0137878ab68363d929167. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlgxXg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+WFgD/Y7vtapc+rW10PrPkCYsJdoQtVkccsnfK8I/H UnwXbf0A/iVFk1216dQ0mVe6rR4f+/BzsG4tezDzhCUCfSjrKkGt =t4Ut -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 14 15:05:43 2022 Received: (at 54937-done) by debbugs.gnu.org; 14 Apr 2022 19:05:43 +0000 Received: from localhost ([127.0.0.1]:57384 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf4mk-0000NN-Rz for submit@debbugs.gnu.org; Thu, 14 Apr 2022 15:05:43 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:56617) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf4mi-0000N6-9M for 54937-done@debbugs.gnu.org; Thu, 14 Apr 2022 15:05:41 -0400 Date: Thu, 14 Apr 2022 19:05:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1649963133; bh=7qF08J2p1xdCkEhknUZTmKl+8ToVVriadAIkG0Hc8Qs=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=WiZldMT7Z5khQY2JLewFqkcKDWDJByjEPEtWiP7vx8AK3AoFn3qmTu4TZK1IQcUbD aYUteQ85dUDO4DGX62ubtDpbFukOZbDM9KOZDkKMUdz90o/6JIhuBQvNkO0ABtxtRj CgWcrqehX5zPKd+PDEaPvdDTVxoUv3NpO87Rxw50Me90XXHaeO9ppX3VNA12nYJwUs m2vWQoxkF18bK+X3Fxpc1g/NaTis7GJlva057CYbwVT5AhNu5XF4hotIgYrauHDDEh abfcSzL3F4DYu6ohU7xLHqE8crD+kTOR6srE//4N2Aa8/AaOaX3+yW4S28nl+8jFoN aacH+cgkPFIPQ== To: Guillaume Le Vaillant From: "Paul A. Patience" Subject: Re: [bug#54937] [PATCH] gnu: Add cl-numpy-file-format. Message-ID: In-Reply-To: <87k0brbuld.fsf@kitej> References: <20220414135037.32233-1-paul@apatience.com> <87k0brbuld.fsf@kitej> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54937-done Cc: 54937-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: , Reply-To: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Thursday, April 14th, 2022 at 10:35, Guillaume Le Vaillant wrote: > Patch pushed as 0ddca9d682013f10b7e0137878ab68363d929167. > Thanks. Should (file-name (git-file-name "cl-numpy-file-format" version)) not be (file-name (git-file-name "numpy-file-format" version)) instead? Best regards, Paul From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 14 15:33:16 2022 Received: (at 54937) by debbugs.gnu.org; 14 Apr 2022 19:33:16 +0000 Received: from localhost ([127.0.0.1]:57406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf5DQ-000165-28 for submit@debbugs.gnu.org; Thu, 14 Apr 2022 15:33:16 -0400 Received: from mout01.posteo.de ([185.67.36.65]:38717) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nf5DN-00015o-Fu for 54937@debbugs.gnu.org; Thu, 14 Apr 2022 15:33:14 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 4EA74240026 for <54937@debbugs.gnu.org>; Thu, 14 Apr 2022 21:33:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1649964787; bh=MOdPJHEqPSKf0caTGraCWOncVFmbqGaOWf9d7fLPWHw=; h=From:To:Cc:Subject:Date:From; b=B8u85WJRuF7ku6XcDSHerwR27c3hP/aN+3aBIKCNWxWwItNv8cinm7MkTLDZqb7JT gYTEwipYeWq8wBfK3Dz6pVtAezy+vWYGRFjX4YC+tIN2uR5GVz1ACHun3DkkbCS6GH ADspW8ZJdoaCF+LtzJTJSXANTy4VXHqaMrfjASqjBkDYcPml7VH0xwYYxCKsc4RIeT Ud028/Q5f3FPnoEh50pX5V/xWXGytxgxs31UKYX9HmoUxmzvF/KX5hrHIKG4W6YKLH 2UmbtKhQAoNrzOyv1ybS17q3EamwSf9R6PPsGQPCbwWvfBbdzVAfolwUKQ6hxkebUg H4MiXbdGK+kkw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4KfV422SFdz9rxG; Thu, 14 Apr 2022 21:33:05 +0200 (CEST) References: <20220414135037.32233-1-paul@apatience.com> <87k0brbuld.fsf@kitej> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#54937] [PATCH] gnu: Add cl-numpy-file-format. Date: Thu, 14 Apr 2022 19:09:44 +0000 In-reply-to: Message-ID: <877d7rbgum.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54937 Cc: 54937@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 (---) --=-=-= Content-Type: text/plain "Paul A. Patience" skribis: > On Thursday, April 14th, 2022 at 10:35, Guillaume Le Vaillant wrote: >> Patch pushed as 0ddca9d682013f10b7e0137878ab68363d929167. >> Thanks. > > Should > > (file-name (git-file-name "cl-numpy-file-format" version)) > > not be > > (file-name (git-file-name "numpy-file-format" version)) > > instead? > > Best regards, > Paul Previously, all CL packages using git-fetch were using '(git-file-name name version)' in the 'source' field, and therefore the sources were named "sbcl-something", which is a little weird as these sources are also used for the "cl-*" and "ecl-*" packages that are derived from the "sbcl-*" package definitions. The sources are not specific to sbcl. This is why when updating a CL package I use '(git-file-name "cl-something" version)' instead. This way the naming scheme for CL sources is similar to the others, like Python sources fetched from git named "python-something", the R sources named "r-something", etc. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlh28Q8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+s3gD/Wa6E1+94A+ba9ERblF1SI05ZG4nZ+rPq6oe9 aI2vo5wA/3c5J4CMObVyzkNtFQr5CmtpvzhklymqxHArqNixypxT =knPs -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 25 00:21:43 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 May 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator