From unknown Wed Jul 30 13:09:56 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#48553 <48553@debbugs.gnu.org> To: bug#48553 <48553@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add numdiff. Reply-To: bug#48553 <48553@debbugs.gnu.org> Date: Wed, 30 Jul 2025 20:09:56 +0000 retitle 48553 [PATCH] gnu: Add numdiff. reassign 48553 guix-patches submitter 48553 "Paul A. Patience" severity 48553 normal tag 48553 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 20 22:50:57 2021 Received: (at submit) by debbugs.gnu.org; 21 May 2021 02:50:57 +0000 Received: from localhost ([127.0.0.1]:35477 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljvFY-0005vm-Oi for submit@debbugs.gnu.org; Thu, 20 May 2021 22:50:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:57756) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ljvFV-0005vc-6a for submit@debbugs.gnu.org; Thu, 20 May 2021 22:50:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53184) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljvFU-0003w1-Un for guix-patches@gnu.org; Thu, 20 May 2021 22:50:52 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:47672) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljvFQ-0004bP-KT for guix-patches@gnu.org; Thu, 20 May 2021 22:50:52 -0400 Date: Fri, 21 May 2021 02:50:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail3; t=1621565443; bh=RBwpNsnUDZ2UKC/OkT/tieb89Z9Rp9i9P6alW6JEptg=; h=Date:To:From:Reply-To:Subject:From; b=DphQk8JZDh+wVICz+WjyvuyW8/0owE60cbDI2JnDTUncpge1t3bB4UPc7F3BtsDAY 3lmhHurW0NrUta5AfOtOIPYMs6sxLyDp00fl/PJThkDH2Xu09idOd8Y43k6mGX96V0 xJnSn1BIdJoxepUbspwAEg0Yac8xV/hUm5CpHBUBITqFDD5XSUc9I2VrfoE2BcexEL 3ihvyFPiC9c4Rayq9lTjBvXntXuvBmMxLTyK38wVeZhjDxnXaznyEZMiorZNdvg29V LIyU87m3zn//vgRY1QxxjVm575gikelY+aA3rO5fis/ljmg6kE/QS4cd221zklwHhy zKbLh5uTCvfxA== To: "guix-patches@gnu.org" From: "Paul A. Patience" Subject: [PATCH] gnu: Add numdiff. Message-ID: 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 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=185.70.40.18; envelope-from=paul@apatience.com; helo=mail1.protonmail.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_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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: "Paul A. Patience" Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/maths.scm (numdiff): New variable. --- gnu/packages/maths.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6b3f5cf41c..98be1bc211 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -45,6 +45,7 @@ ;;; Copyright =C2=A9 2021 Gerd Heber ;;; Copyright =C2=A9 2021 Franck P=C3=A9rignon ;;; Copyright =C2=A9 2021 Philip McGrath +;;; Copyright =C2=A9 2021 Paul A. Patience ;;; ;;; This file is part of GNU Guix. ;;; @@ -6229,3 +6230,32 @@ and conversions, physical constants, symbolic calcul= ations (including integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting.") (license license:gpl2+))) + +(define-public numdiff + (package + (name "numdiff") + (version "5.9.0") + (source + (origin + (method url-fetch) + (uri (string-append "http://savannah.nongnu.org/download/numdiff/nu= mdiff-" + version ".tar.gz")) + (sha256 + (base32 + "1vzmjh8mhwwysn4x4m2vif7q2k8i19x8azq7pzmkwwj4g48lla47")))) + (build-system gnu-build-system) + (arguments + '(#:tests? #f + #:phases + (modify-phases %standard-phases + (add-before 'compress-documentation 'delete-precompressed-info-fi= le + (lambda _ + (delete-file (string-append (assoc-ref %outputs "out") + "/share/info/numdiff.info.gz")) + #t))))) + (home-page "https://nongnu.org/numdiff/") + (synopsis "Compare files with numeric fields") + (description + "Numdiff compares files line by line and field by field, ignoring sma= ll +numeric differences and differences in numeric formats.") + (license license:gpl3+))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 06:38:02 2021 Received: (at 48553) by debbugs.gnu.org; 21 May 2021 10:38:02 +0000 Received: from localhost ([127.0.0.1]:35930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk2Xa-0003jq-0Y for submit@debbugs.gnu.org; Fri, 21 May 2021 06:38:02 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk2XY-0003jY-HY for 48553@debbugs.gnu.org; Fri, 21 May 2021 06:38:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50572) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lk2XS-0001yM-EJ; Fri, 21 May 2021 06:37:54 -0400 Received: from 2001-1c02-0b18-2900-222e-248e-9586-e52d.cable.dynamic.v6.ziggo.nl ([2001:1c02:b18:2900:222e:248e:9586:e52d]:55978) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lk2XS-0004K0-4r; Fri, 21 May 2021 06:37:54 -0400 Message-ID: <0a406412c5bd9a8ddbd314519fb28f433337be93.camel@gnu.org> Subject: Re: [bug#48553] [PATCH] gnu: Add numdiff. From: Roel Janssen To: "Paul A. Patience" , 48553@debbugs.gnu.org Date: Fri, 21 May 2021 12:37:51 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.1 (3.40.1-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48553 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 Paul, I pushed this patch with a minor modifications I outline below. On Fri, 2021-05-21 at 02:50 +0000, Paul A. Patience wrote: > * gnu/packages/maths.scm (numdiff): New variable. > --- >  gnu/packages/maths.scm | 30 ++++++++++++++++++++++++++++++ >  1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index 6b3f5cf41c..98be1bc211 100644 > --- a/gnu/packages/maths.scm > +++ b/gnu/packages/maths.scm > @@ -45,6 +45,7 @@ >  ;;; Copyright © 2021 Gerd Heber >  ;;; Copyright © 2021 Franck Pérignon < > franck.perignon@univ-grenoble-alpes.fr> >  ;;; Copyright © 2021 Philip McGrath > +;;; Copyright © 2021 Paul A. Patience >  ;;; >  ;;; This file is part of GNU Guix. >  ;;; > @@ -6229,3 +6230,32 @@ and conversions, physical constants, symbolic > calculations (including >  integrals and equations), arbitrary precision, uncertainty > propagation, >  interval arithmetic, plotting.") >      (license license:gpl2+))) > + > +(define-public numdiff > +  (package > +    (name "numdiff") > +    (version "5.9.0") > +    (source > +     (origin > +       (method url-fetch) > +       (uri (string-append " > http://savannah.nongnu.org/download/numdiff/numdiff-" > +                           version ".tar.gz")) I changed the URI to "mirror://savannah/numdiff/numdiff-...". > +       (sha256 > +        (base32 > +         "1vzmjh8mhwwysn4x4m2vif7q2k8i19x8azq7pzmkwwj4g48lla47")))) > +    (build-system gnu-build-system) > +    (arguments > +     '(#:tests? #f > +       #:phases > +       (modify-phases %standard-phases > +         (add-before 'compress-documentation 'delete-precompressed- > info-file > +           (lambda _ > +             (delete-file (string-append (assoc-ref %outputs "out") > +                                         > "/share/info/numdiff.info.gz")) > +             #t))))) > +    (home-page "https://nongnu.org/numdiff/") > +    (synopsis "Compare files with numeric fields") > +    (description > +     "Numdiff compares files line by line and field by field, > ignoring small > +numeric differences and differences in numeric formats.") > +    (license license:gpl3+))) > -- > 2.31.1 > Thanks you! Kind regards, Roel Janssen From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 06:39:49 2021 Received: (at 48553-done) by debbugs.gnu.org; 21 May 2021 10:39:49 +0000 Received: from localhost ([127.0.0.1]:35934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk2ZJ-0003mU-Fm for submit@debbugs.gnu.org; Fri, 21 May 2021 06:39:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk2ZG-0003mH-SB for 48553-done@debbugs.gnu.org; Fri, 21 May 2021 06:39:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50816) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lk2ZB-00035c-LI for 48553-done@debbugs.gnu.org; Fri, 21 May 2021 06:39:41 -0400 Received: from 2001-1c02-0b18-2900-222e-248e-9586-e52d.cable.dynamic.v6.ziggo.nl ([2001:1c02:b18:2900:222e:248e:9586:e52d]:56006) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lk2ZB-0004Um-Cd for 48553-done@debbugs.gnu.org; Fri, 21 May 2021 06:39:41 -0400 Message-ID: <48f9f9196dbd704b9469a039d55b2c8e0a9a2b0c.camel@gnu.org> Subject: Re: [bug#48553] [PATCH] gnu: Add numdiff. From: Roel Janssen To: 48553-done@debbugs.gnu.org Date: Fri, 21 May 2021 12:39:39 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.1 (3.40.1-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48553-done 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 (---) On Fri, 2021-05-21 at 02:50 +0000, Paul A. Patience wrote: > * gnu/packages/maths.scm (numdiff): New variable. > --- >  gnu/packages/maths.scm | 30 ++++++++++++++++++++++++++++++ >  1 file changed, 30 insertions(+) > > diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm > index 6b3f5cf41c..98be1bc211 100644 > --- a/gnu/packages/maths.scm > +++ b/gnu/packages/maths.scm > @@ -45,6 +45,7 @@ >  ;;; Copyright © 2021 Gerd Heber >  ;;; Copyright © 2021 Franck Pérignon > >  ;;; Copyright © 2021 Philip McGrath > +;;; Copyright © 2021 Paul A. Patience >  ;;; >  ;;; This file is part of GNU Guix. >  ;;; > @@ -6229,3 +6230,32 @@ and conversions, physical constants, symbolic > calculations (including >  integrals and equations), arbitrary precision, uncertainty > propagation, >  interval arithmetic, plotting.") >      (license license:gpl2+))) > + > +(define-public numdiff > +  (package > +    (name "numdiff") > +    (version "5.9.0") > +    (source > +     (origin > +       (method url-fetch) > +       (uri (string-append > "http://savannah.nongnu.org/download/numdiff/numdiff-" > +                           version ".tar.gz")) > +       (sha256 > +        (base32 > +         "1vzmjh8mhwwysn4x4m2vif7q2k8i19x8azq7pzmkwwj4g48lla47")))) > +    (build-system gnu-build-system) > +    (arguments > +     '(#:tests? #f > +       #:phases > +       (modify-phases %standard-phases > +         (add-before 'compress-documentation 'delete-precompressed- > info-file > +           (lambda _ > +             (delete-file (string-append (assoc-ref %outputs "out") > +                                         > "/share/info/numdiff.info.gz")) > +             #t))))) > +    (home-page "https://nongnu.org/numdiff/") > +    (synopsis "Compare files with numeric fields") > +    (description > +     "Numdiff compares files line by line and field by field, > ignoring small > +numeric differences and differences in numeric formats.") > +    (license license:gpl3+))) > -- > 2.31.1 > > > > From unknown Wed Jul 30 13:09:56 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, 18 Jun 2021 11:24:08 +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