From unknown Fri Jun 20 07:08:07 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#62025 <62025@debbugs.gnu.org> To: bug#62025 <62025@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-eazy-gnuplot. Reply-To: bug#62025 <62025@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:08:07 +0000 retitle 62025 [PATCH] gnu: Add cl-eazy-gnuplot. reassign 62025 guix-patches submitter 62025 "Paul A. Patience" severity 62025 normal tag 62025 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 06 23:43:18 2023 Received: (at submit) by debbugs.gnu.org; 7 Mar 2023 04:43:18 +0000 Received: from localhost ([127.0.0.1]:44245 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZPAT-0003ji-7y for submit@debbugs.gnu.org; Mon, 06 Mar 2023 23:43:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:59142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZPAP-0003jX-Od for submit@debbugs.gnu.org; Mon, 06 Mar 2023 23:43:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZPAP-0005nL-A1 for guix-patches@gnu.org; Mon, 06 Mar 2023 23:43:13 -0500 Received: from mail-4018.proton.ch ([185.70.40.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZPAM-0007V8-6f for guix-patches@gnu.org; Mon, 06 Mar 2023 23:43:12 -0500 Date: Tue, 07 Mar 2023 04:43:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail; t=1678164186; x=1678423386; bh=fYaXBjjU18b0Ho2oDHmy74wjqTUUcSs217xYeNtatQw=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=W2LfbM+uzyJ2wNju4tujF0eFriTLuztEsx6P7XtO8JrOOqL1zHtkTHhRnkAXkpUuP fHd5Yx7sHnC6NdHdUrdIRZ/L3AoWnZ8mAFs9tMDYbent8VqrGx5rMtokR10bgNAA2c SMPUfJekp4E5CKZjq3ql8++VHcYTF0mGbZbOCeznNvb5O3BNGi7hJpTawGggYCQ5Y8 SXW16Gv+Cd6SL7e2JzHx9nMJec5BSFbbtrD9GIUqmCFc9s5krR9h1nlMTrIXu4Ki1c hWpKvqpqc4jM01aDi/1ggCtPBumRCmzeHSaiGvBkMaQry7hJTXq0exDF399ErpH6HM dw6wTmCgkPf5g== To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: Add cl-eazy-gnuplot. Message-ID: <20230307044257.61605-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=paul@apatience.com; helo=mail-4018.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, 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 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/lisp-xyz.scm (sbcl-eazy-gnuplot, cl-eazy-gnuplot, ecl-eazy-gnuplot): New variables. * gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. --- gnu/local.mk | 1 + gnu/packages/lisp-xyz.scm | 47 +++++++++++++++++++ .../sbcl-eazy-gnuplot-skip-path-check.patch | 14 ++++++ 3 files changed, 62 insertions(+) create mode 100644 gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.= patch diff --git a/gnu/local.mk b/gnu/local.mk index 70dab40087..6c5a9ce024 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1834,6 +1834,7 @@ dist_patch_DATA =3D=09=09=09=09=09=09\ %D%/packages/patches/sbcl-aserve-fix-rfe12668.patch=09\ %D%/packages/patches/sbcl-burgled-batteries3-fix-signals.patch=09\ %D%/packages/patches/sbcl-clml-fix-types.patch=09=09\ + %D%/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch=09\ %D%/packages/patches/sbcl-png-fix-sbcl-compatibility.patch=09\ %D%/packages/patches/scalapack-gcc-10-compilation.patch=09\ %D%/packages/patches/scheme48-tests.patch=09=09=09\ diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b06a3b88f9..472201116f 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9992,6 +9992,53 @@ (define-public sbcl-cl-ana (define-public cl-ana (sbcl-package->cl-source-package sbcl-cl-ana)) +(define-public sbcl-eazy-gnuplot + (let ((commit "2eb900fe2557e6c066a9851c166e572c25bc0996") + (revision "0")) + (package + (name "sbcl-eazy-gnuplot") + (version (git-version "0.2.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/guicho271828/eazy-gnuplot") + (commit commit))) + (file-name (git-file-name "cl-eazy-gnuplot" version)) + (sha256 + (base32 "0mpkx1z52riahydzvqv7kk15p0pv2k7k5a7j65fg571kcxmssx8s")) + (patches (search-patches "sbcl-eazy-gnuplot-skip-path-check.patch= ")))) + (build-system asdf-build-system/sbcl) + (native-inputs + (list sbcl-fiveam)) + (inputs + (list gnuplot + sbcl-alexandria + sbcl-iterate + sbcl-trivia)) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda _ + (substitute* "src/package.lisp" + (("\"gnuplot\"") + (string-append "\"" (which "gnuplot") "\"")))))))) + (home-page "https://github.com/guicho271828/eazy-gnuplot") + (synopsis "Common Lisp interface to gnuplot") + (description + "Eazy-Gnuplot is a Common Lisp interface to gnuplot which eschews C= FFI, +CLOS and structures. It communicates with @command{gnuplot} via +@code{*standard-output*}, and users can plot data by printing to that +stream.") + (license license:llgpl)))) + +(define-public cl-eazy-gnuplot + (sbcl-package->cl-source-package sbcl-eazy-gnuplot)) + +(define-public ecl-eazy-gnuplot + (sbcl-package->ecl-package sbcl-eazy-gnuplot)) + (define-public sbcl-archive (let ((commit "631271c091ed02994bec3980cb288a2cf32c7cdc") (revision "1")) diff --git a/gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch b= /gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch new file mode 100644 index 0000000000..ccc9c09fb9 --- /dev/null +++ b/gnu/packages/patches/sbcl-eazy-gnuplot-skip-path-check.patch @@ -0,0 +1,14 @@ +Don't check whether gnuplot is present in $PATH, because we know it is. + +diff --git a/eazy-gnuplot.asd b/eazy-gnuplot.asd +index 7b1c09b..4657cd6 100644 +--- a/eazy-gnuplot.asd ++++ b/eazy-gnuplot.asd +@@ -37,7 +37,4 @@ + :fill-pointer t))) + (setf (fill-pointer seq) (read-sequence seq stream)) + seq))) +- :perform (load-op :before (op c) +- (unless (zerop (nth-value 2 (uiop:run-program "which = gnuplot" :ignore-error-status t))) +- (warn "Could not find GNUPLOT in $PATH"))) + :in-order-to ((test-op (test-op eazy-gnuplot.test)))) -- 2.39.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 07 05:43:53 2023 Received: (at 62025-done) by debbugs.gnu.org; 7 Mar 2023 10:43:53 +0000 Received: from localhost ([127.0.0.1]:44634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUnR-0004z5-70 for submit@debbugs.gnu.org; Tue, 07 Mar 2023 05:43:53 -0500 Received: from mout02.posteo.de ([185.67.36.66]:41267) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZUnP-0004yq-OE for 62025-done@debbugs.gnu.org; Tue, 07 Mar 2023 05:43:52 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 0D67D2406FA for <62025-done@debbugs.gnu.org>; Tue, 7 Mar 2023 11:43:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1678185826; bh=BnFrnmgrch9B370K5HKIT+F19qpHxJsaizF7tEAkh5g=; h=From:To:Cc:Subject:Date:From; b=A2uR15mHNtBY84tt7hqzHWYCLbCla6id51TNr5cV9xvLF5NdtVsQ59qOI9wtA7yZy eaor640y/rIczNmy0S3WRAM7/PtfQrxW8TJgCCdhgNUn3e1abKp7G1nkcM7wHVZlc6 btTwIgn+I5qbMsbTqHKX/8/6ftdI4NvFCGfjSA6XFpeVCBUjP6ekTAieC+pflkzdfF Hh3NJxmLwb/43KlUoS6L/MPfmRlb2ukTKYZ2o7ayrH7RrVxDdtYJ5ir+ek7QR6BycW FKjXsUsTUNkpW5P0ofx98T3tNqa5wzfeKNAb+gaPURJvJQQ9W+L3EetWI7ZfgbLRww uub/17A2PR/+Q== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PWBrK1bb1z9rxK; Tue, 7 Mar 2023 11:43:45 +0100 (CET) References: <20230307044257.61605-1-paul@apatience.com> From: Guillaume Le Vaillant To: "Paul A. Patience" Subject: Re: [bug#62025] [PATCH] gnu: Add cl-eazy-gnuplot. Date: Tue, 07 Mar 2023 10:42:43 +0000 In-reply-to: <20230307044257.61605-1-paul@apatience.com> Message-ID: <87pm9ket9b.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: 62025-done Cc: 62025-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 26e9725c54df48eda8282e6716a7581a7755f8f9. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZAcVYA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9fzwD9Et+RWtH5opNQ67rdO5WNk3yvDeyXm+syYeD4 JYbB/Q4BAIKYvRq6P2uh7Amk6g6DBX2uNcpfgir9rOnPpcU714Lo =w6ZW -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:08:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 04 Apr 2023 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