From unknown Sat Jun 21 05:14:00 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#43111] [PATCH] gnu: Add guile-srfi-158. Resent-From: Martin Becze Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 30 Aug 2020 10:45:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43111@debbugs.gnu.org Cc: Martin Becze X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15987842842616 (code B ref -1); Sun, 30 Aug 2020 10:45:01 +0000 Received: (at submit) by debbugs.gnu.org; 30 Aug 2020 10:44:44 +0000 Received: from localhost ([127.0.0.1]:49532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCKpG-0000g7-Tz for submit@debbugs.gnu.org; Sun, 30 Aug 2020 06:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:36370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCKpE-0000fx-9l for submit@debbugs.gnu.org; Sun, 30 Aug 2020 06:44:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCKpD-0000SU-Tg for guix-patches@gnu.org; Sun, 30 Aug 2020 06:44:40 -0400 Received: from mx1.riseup.net ([198.252.153.129]:51470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCKpB-0000HM-QT for guix-patches@gnu.org; Sun, 30 Aug 2020 06:44:39 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4BfVMR4WqCzFgrV for ; Sun, 30 Aug 2020 03:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1598784275; bh=wHjX8XDskacTmBqcqQINFa7JEXf8uCo4kW1G4rJ86qk=; h=From:To:Cc:Subject:Date:From; b=T6g2F4BtmTzSp2cJQScY12NYFLkthXgktWpf9DC9lme3f33u2z0ga3Zgj7F8WTXKM hQxKDQZQQ0ygRV7kjeXQkRLysSmtGud14eHFw4EZQ7P7aEeuuUaEJN+PDi7yGuFQwq NI1vR197gp4Nf7DYS1oUu5d/ylHVT7ABMTJiSBAc= X-Riseup-User-ID: 16EF7880CE26FD35F856A2D708093228048CEDB403ABEE44C4627C943695E072 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4BfVMQ5Z7pzJn4h; Sun, 30 Aug 2020 03:44:34 -0700 (PDT) From: Martin Becze Date: Sun, 30 Aug 2020 05:44:25 -0500 Message-Id: <20200830104425.9891-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=mjbecze@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/30 06:44:35 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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, 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.4 (-) 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-srfi-158): New variable. --- gnu/packages/guile-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index b8c104993f..9f9335c8f7 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2827,6 +2827,36 @@ parameters, which define* and lambda* special forms") denote the invalidity of certain code paths in a Scheme program.") (license license:gpl3+))) +(define-public guile-srfi-158 + (package + (name "guile-srfi-158") + (version "0.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/mjbecze/guile-srfi-158.git") + (commit version))) + (sha256 + (base32 + "0b8hlv1bldbcwkcxi9y8mm6xp5gbgpg7b15bwqxv70iynl9d9a7c")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("pkg-config" ,pkg-config))) + (inputs + `(("guile" ,guile-3.0))) + (home-page "https://gitlab.com/samplet/guile-srfi-158") + (synopsis "SRFI 158 (Generators and Accumulators) for Guile") + (description "This package provides an implementation of SRFI 158 +for Guile. SRFI 158 defines utility procedures that create, +transform, and consume generators. It also defines procedures that +return accumulators. It is implemented by wrapping the sample +implementation in a thin Guile compatibility layer.") + (license license:gpl3+))) + (define-public guile-srfi-159 (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb") (revision "0")) -- 2.28.0 From unknown Sat Jun 21 05:14:00 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Martin Becze Subject: bug#43111: closed (Re: [bug#43111] [PATCH] gnu: Add guile-srfi-158.) Message-ID: References: <87y2lvgs7g.fsf@gnu.org> <20200830104425.9891-1-mjbecze@riseup.net> X-Gnu-PR-Message: they-closed 43111 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 43111@debbugs.gnu.org Date: Mon, 31 Aug 2020 08:01:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1598860861-9493-1" This is a multi-part message in MIME format... ------------=_1598860861-9493-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #43111: [PATCH] gnu: Add guile-srfi-158. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 43111@debbugs.gnu.org. --=20 43111: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D43111 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1598860861-9493-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 43111-done) by debbugs.gnu.org; 31 Aug 2020 08:01:00 +0000 Received: from localhost ([127.0.0.1]:51486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCekO-0002Sc-EK for submit@debbugs.gnu.org; Mon, 31 Aug 2020 04:01:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:53902) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCekN-0002SR-CJ for 43111-done@debbugs.gnu.org; Mon, 31 Aug 2020 04:00:59 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:51995) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kCekI-0002k4-11; Mon, 31 Aug 2020 04:00:54 -0400 Received: from [2a01:e0a:19b:d9a0:24e2:2545:c1f2:cf9e] (port=38106 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kCekH-00055S-2O; Mon, 31 Aug 2020 04:00:53 -0400 From: Mathieu Othacehe To: Martin Becze Subject: Re: [bug#43111] [PATCH] gnu: Add guile-srfi-158. References: <20200830104425.9891-1-mjbecze@riseup.net> Date: Mon, 31 Aug 2020 10:00:51 +0200 In-Reply-To: <20200830104425.9891-1-mjbecze@riseup.net> (Martin Becze's message of "Sun, 30 Aug 2020 05:44:25 -0500") Message-ID: <87y2lvgs7g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43111-done Cc: 43111-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 (---) Hey Martin, > * gnu/packages/guile-xyz.scm (guile-srfi-158): New variable. Pushed, thanks! Mathieu ------------=_1598860861-9493-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Aug 2020 10:44:44 +0000 Received: from localhost ([127.0.0.1]:49532 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCKpG-0000g7-Tz for submit@debbugs.gnu.org; Sun, 30 Aug 2020 06:44:43 -0400 Received: from lists.gnu.org ([209.51.188.17]:36370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kCKpE-0000fx-9l for submit@debbugs.gnu.org; Sun, 30 Aug 2020 06:44:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33284) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCKpD-0000SU-Tg for guix-patches@gnu.org; Sun, 30 Aug 2020 06:44:40 -0400 Received: from mx1.riseup.net ([198.252.153.129]:51470) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kCKpB-0000HM-QT for guix-patches@gnu.org; Sun, 30 Aug 2020 06:44:39 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4BfVMR4WqCzFgrV for ; Sun, 30 Aug 2020 03:44:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1598784275; bh=wHjX8XDskacTmBqcqQINFa7JEXf8uCo4kW1G4rJ86qk=; h=From:To:Cc:Subject:Date:From; b=T6g2F4BtmTzSp2cJQScY12NYFLkthXgktWpf9DC9lme3f33u2z0ga3Zgj7F8WTXKM hQxKDQZQQ0ygRV7kjeXQkRLysSmtGud14eHFw4EZQ7P7aEeuuUaEJN+PDi7yGuFQwq NI1vR197gp4Nf7DYS1oUu5d/ylHVT7ABMTJiSBAc= X-Riseup-User-ID: 16EF7880CE26FD35F856A2D708093228048CEDB403ABEE44C4627C943695E072 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 4BfVMQ5Z7pzJn4h; Sun, 30 Aug 2020 03:44:34 -0700 (PDT) From: Martin Becze To: guix-patches@gnu.org Subject: [PATCH] gnu: Add guile-srfi-158. Date: Sun, 30 Aug 2020 05:44:25 -0500 Message-Id: <20200830104425.9891-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=mjbecze@riseup.net; helo=mx1.riseup.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/30 06:44:35 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] 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, 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.4 (-) X-Debbugs-Envelope-To: submit Cc: Martin Becze 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-srfi-158): New variable. --- gnu/packages/guile-xyz.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index b8c104993f..9f9335c8f7 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2827,6 +2827,36 @@ parameters, which define* and lambda* special forms") denote the invalidity of certain code paths in a Scheme program.") (license license:gpl3+))) +(define-public guile-srfi-158 + (package + (name "guile-srfi-158") + (version "0.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/mjbecze/guile-srfi-158.git") + (commit version))) + (sha256 + (base32 + "0b8hlv1bldbcwkcxi9y8mm6xp5gbgpg7b15bwqxv70iynl9d9a7c")) + (file-name (git-file-name name version)))) + (build-system gnu-build-system) + (native-inputs + `(("autoconf" ,autoconf) + ("automake" ,automake) + ("pkg-config" ,pkg-config))) + (inputs + `(("guile" ,guile-3.0))) + (home-page "https://gitlab.com/samplet/guile-srfi-158") + (synopsis "SRFI 158 (Generators and Accumulators) for Guile") + (description "This package provides an implementation of SRFI 158 +for Guile. SRFI 158 defines utility procedures that create, +transform, and consume generators. It also defines procedures that +return accumulators. It is implemented by wrapping the sample +implementation in a thin Guile compatibility layer.") + (license license:gpl3+))) + (define-public guile-srfi-159 (let ((commit "1bd98abda2ae4ef8f36761a167903e55c6bda7bb") (revision "0")) -- 2.28.0 ------------=_1598860861-9493-1--