From unknown Sat Aug 16 15:59:29 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#59685 <59685@debbugs.gnu.org> To: bug#59685 <59685@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add guile-jtd. Reply-To: bug#59685 <59685@debbugs.gnu.org> Date: Sat, 16 Aug 2025 22:59:29 +0000 retitle 59685 [PATCH] gnu: Add guile-jtd. reassign 59685 guix-patches submitter 59685 jgart severity 59685 normal tag 59685 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 29 12:34:34 2022 Received: (at submit) by debbugs.gnu.org; 29 Nov 2022 17:34:34 +0000 Received: from localhost ([127.0.0.1]:55343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p04V8-0004td-1O for submit@debbugs.gnu.org; Tue, 29 Nov 2022 12:34:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:42042) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p04V6-0004tX-43 for submit@debbugs.gnu.org; Tue, 29 Nov 2022 12:34:33 -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 1p04V5-0003XD-5B for guix-patches@gnu.org; Tue, 29 Nov 2022 12:34:31 -0500 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p04V1-0006uY-Fm for guix-patches@gnu.org; Tue, 29 Nov 2022 12:34:29 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id ff4e19a7 for ; Tue, 29 Nov 2022 18:34:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=VG0aC+mJcyo9UNp25vIvz YWYTkQDQ1U3RRjUWXLDyso=; b=MS2R7dQrCNZCsU3nF2OPt16tHNJ7AkSG3S6WS C4wRkLniA7gYG83PGqraFWXzzFk9/dAVG3Rcs4lpr+nzGqXm4v/Hfobdm2IyqEG+ uZ7tWnAWt6aQLVH3BqwxIwuvxBb0vhZsWAF8dEfdM9j/jCm/B7XopapqZ3oU6vdh xpQoBgKiQnfgqrpiT0G0QJuco8mCaEIZhpceWdHpSD+prbRT2HNOjaq4Y53ukW2W TO3QqVwJvF5ZTlmN86OA+WHZv4cwRQYmQPvFySDrYQqtLMoMbPSAWCh8iew7FF5E X4srXkRV4p3IWJGWkplr7/7DcBl5gN3mrqAgfQDAbMRvT/9PQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 005820a1 for ; Tue, 29 Nov 2022 18:34:23 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 271ccf9d for ; Tue, 29 Nov 2022 18:34:23 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 0c3feb8c (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 29 Nov 2022 18:34:22 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add guile-jtd. Date: Tue, 29 Nov 2022 11:34:10 -0600 Message-Id: <20221129173410.25523-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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.4 (--) * gnu/packages/guile-xyz.scm (guile-jtd): New variable. --- gnu/packages/guile-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index b1620618eb..1a5fb4c319 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -45,6 +45,7 @@ ;;; Copyright © 2022 Taiju HIGASHI ;;; Copyright © 2022 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2022 Evgeny Pisemsky +;;; Copyright © 2022 jgart ;;; ;;; This file is part of GNU Guix. ;;; @@ -3546,6 +3547,29 @@ (define-public guile-jpeg perform geometrical transforms on JPEG images.") (license license:gpl3+)))) +(define-public guile-jtd + (package + (name "guile-jtd") + (version "220323") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwette/guile-jtd") + (commit (string-append "v" version "a")))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1l8fyqhvksarvpbr903i3ss3432jzvyvhgcqa15j922ngqh4ds6f")))) + (build-system guile-build-system) + (native-inputs + (list guile-3.0)) + (home-page "https://github.com/mwette/guile-jtd") + (synopsis "Python's pdb.set_trace() but for Guile") + (description +"The (jtd) module for Guile provides a procedure @code{jump-to-debugger} +for escaping to the Guile REPL for the purpose of debugging code.") + (license license:lgpl2.1+))) + (define-public guile-png (package (name "guile-png") -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 08 16:45:06 2022 Received: (at 59685-done) by debbugs.gnu.org; 8 Dec 2022 21:45:06 +0000 Received: from localhost ([127.0.0.1]:59299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3OhW-0004Jn-Ef for submit@debbugs.gnu.org; Thu, 08 Dec 2022 16:45:06 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3OhV-00043W-35 for 59685-done@debbugs.gnu.org; Thu, 08 Dec 2022 16:45:05 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3OhL-0001em-IQ; Thu, 08 Dec 2022 16:44:55 -0500 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=RkxRTQzVSmytefQTPIUKoI3XlCm5RcwN6hyPv3XyheQ=; b=X/mVzvZl3SNU1BPIsffM wFmcEJVAaBmQCE+2hlt5Ow/YzcQ9LNKO1P8wm+1HFUiJC+cTmswnWYfVbaVfsQSP/BSARQmje7QF1 4iimJj2BxZrUo+Wtikpmq8iyRVeWW/eoVn2ZukfGIlqOwrEPMlyKsJ5aGSHSd9OCogTwQkbSbeRt2 m2glYzm5YoULsrGd5OuxxEJpWoYM0aaBkEUtbNj9qOAOFDrrEvPNICtBv2AGeW1hryRCvITJd+a2f myguG/Bpp+5kHo7cPxiu/ekRVE3+prueJgjVMtW3tc1OGGz3C5GOgIUsy+Jb1/NoPVCNWqB7EXcle m07at//3WOq88w==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3OhK-0006nI-Os; Thu, 08 Dec 2022 16:44:55 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#59685: [PATCH] gnu: Add guile-jtd. References: <20221129173410.25523-1-jgart@dismail.de> Date: Thu, 08 Dec 2022 22:44:53 +0100 In-Reply-To: <20221129173410.25523-1-jgart@dismail.de> (jgart@dismail.de's message of "Tue, 29 Nov 2022 11:34:10 -0600") Message-ID: <87tu25bmei.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59685-done Cc: 59685-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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, jgart skribis: > * gnu/packages/guile-xyz.scm (guile-jtd): New variable. Applied with the changes below, thanks! Ludo=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 9ce895e977..9fc6344491 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3569,24 +3569,24 @@ (define-public guile-jpeg (define-public guile-jtd (package (name "guile-jtd") - (version "220323") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/mwette/guile-jtd") - (commit (string-append "v" version "a")))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1l8fyqhvksarvpbr903i3ss3432jzvyvhgcqa15j922ngqh4ds6f")))) + (version "220323a") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mwette/guile-jtd") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1l8fyqhvksarvpbr903i3ss3432jzvyvhgcqa15j922ngqh4ds6f")))) (build-system guile-build-system) - (native-inputs - (list guile-3.0)) + (native-inputs (list guile-3.0)) (home-page "https://github.com/mwette/guile-jtd") - (synopsis "Python's pdb.set_trace() but for Guile") + (synopsis "Python's @code{pdb.set_trace()} but for Guile") (description -"The (jtd) module for Guile provides a procedure @code{jump-to-debugger} -for escaping to the Guile REPL for the purpose of debugging code.") + "The @code{(jtd)} module for Guile provides a procedure +@code{jump-to-debugger} for escaping to the Guile REPL for the purpose of +debugging code.") (license license:lgpl2.1+))) (define-public guile-png --=-=-=-- From unknown Sat Aug 16 15:59:29 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, 06 Jan 2023 12:24:10 +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