From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 2NikMXgp8mI2hgAAbAwnHQ (envelope-from ) for ; Tue, 09 Aug 2022 11:31:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QLu6MHgp8mJr/gAAG6o9tA (envelope-from ) for ; Tue, 09 Aug 2022 11:31:36 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 726AD3A103 for ; Tue, 9 Aug 2022 11:31:36 +0200 (CEST) Received: from localhost ([::1]:37792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLLaH-0004gb-K5 for larch@yhetil.org; Tue, 09 Aug 2022 05:31:35 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40030) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLLZm-0004gH-P8 for guix-patches@gnu.org; Tue, 09 Aug 2022 05:31:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52811) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oLLZm-0000xZ-GH for guix-patches@gnu.org; Tue, 09 Aug 2022 05:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oLLZm-0002lB-CH for guix-patches@gnu.org; Tue, 09 Aug 2022 05:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57055] [PATCH v2 1/2] gnu: Add guile-srfi-128. Resent-From: pukkamustard Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 09 Aug 2022 09:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57055 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57055@debbugs.gnu.org Cc: pukkamustard Received: via spool by 57055-submit@debbugs.gnu.org id=B57055.166003743310526 (code B ref 57055); Tue, 09 Aug 2022 09:31:02 +0000 Received: (at 57055) by debbugs.gnu.org; 9 Aug 2022 09:30:33 +0000 Received: from localhost ([127.0.0.1]:42549 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLZI-0002jh-Ve for submit@debbugs.gnu.org; Tue, 09 Aug 2022 05:30:33 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51285) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oLLZH-0002jJ-35 for 57055@debbugs.gnu.org; Tue, 09 Aug 2022 05:30:31 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 84BFF240027 for <57055@debbugs.gnu.org>; Tue, 9 Aug 2022 11:30:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1660037425; bh=TtEIHcm+8mxnApBOyK0vXe3FGwnsijwxc76lcnOSN6E=; h=From:To:Cc:Subject:Date:From; b=q2YTzjkrldbcDaC4aS9rluz0kIuD13O2S3xAhIsR76JRzNYWr1Rk4xulVt5bPOv3x arIJCh/8a+23x0KnZgkCXJxgjla9q6fCzQ2Au8+HCbUiPSIMe3VUWnkZCpiW+t11EE sQzPaD7vSOBWF1z7nqiriCNatM5RmqPZQsWJzeC+9HVROj5V0Fk26T0NKEZK0uPpV5 CS5w0opxceEv3/GbvDqQB6k8xJL8dyygSMpQm8gviulqSO92iD4cquGBWubxpyYKMn vFleDmWgISfRkkqJbN59fh0bkwxhrONhLM3klTXi4YnM2GNf2fyGRPTthlMrGnbcsh zJuSWsFSHykzw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4M278d08VFz6tmH; Tue, 9 Aug 2022 11:30:24 +0200 (CEST) From: pukkamustard Date: Tue, 9 Aug 2022 09:30:08 +0000 Message-Id: <20220809093009.26566-1-pukkamustard@posteo.net> In-Reply-To: <20220808083254.16059-1-pukkamustard@posteo.net> References: <20220808083254.16059-1-pukkamustard@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1660037496; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=aM3NNgoQPPmKKMjLk0+TfhWpQfToLeQMMeLD9f9BP3U=; b=ewtjR1OnyTjB52jVdccjRY20mQvD/88MPSf9SxYVwpmmTHLemzRPMpXneewm5v2NIIQ8aV mVim/X5inKhg87R4nuZ6/sIeAs5eZRZsluLJVMWyLDowbDVaf7/I5qEoT4xOomprlq6Pfj /tNZ46DYWJEHO4Uwj8CGz+HGV2HKaNmzxgzfGX70tzbCw/99oBkMzMrGVBL2/wbGE8zQCq wuJLsSGrq7X8ZTlml4kQGNva/V7ZosSZHhfek4P6WUs1CSOU/rAW1pvY0rk4IzoMb7JwYf FfCnCBnIGSc6HU3sSIcV4n/cqcK4+ZGDAzX3q6zKB0vicYB0yHfGq/+w8bIspQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1660037496; a=rsa-sha256; cv=none; b=O+QverbzBCCXEUd9BE6vzAFkLpmBhmJAD6+7mXrhSn5M44aOdlSh/A9uHtVAvNBDHeZBFR fKRZw1934VFwkk7AwxHf+cABqt2MDfxSRp9Erkm40CNFz3y3CXNfmZSvT0VpcN1K8l39i1 q5HQd3tUbOP0GDJUitbxzlhajFUJeBnACzE2yMHPL2ZNKIedF/Wbcv1uv7TwWt+yZs7SUg lYhbg7zfFutSuDPrW18vhcTDwtUkXumk2NE+hErbkjdArzlWM6yG/gK6fZ2Bx+/Ad809M3 QR6grz1v8JHs4tK/stI0m/kTLGO1vNNmxZQ4TxauAijjKy/4+NyQBoBkS0IhBA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=q2YTzjkr; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.41 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=q2YTzjkr; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 726AD3A103 X-Spam-Score: 7.41 X-Migadu-Scanner: scn1.migadu.com X-TUID: nUoVddUAdG4R * gnu/packages/guile-xyz.scm (guile-srfi-128): New variable. --- gnu/packages/guile-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index c1aae8791f..f23d77c8d6 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3091,6 +3091,33 @@ (define-public guile-srfi-89 parameters, which define* and lambda* special forms") (license license:gpl3+))) +(define-public guile-srfi-128 + (package + (name "guile-srfi-128") + (version "0.1.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://inqlab.net/git/guile-srfi-128.git") + (commit (string-append "v" version)))) + (sha256 + (base32 + "03d85q5l2gc2c8cmri6zd4pfndvnadlhwh77hsx6ixvvm8vwq4sy")) + (file-name (git-file-name name version)))) + (build-system guile-build-system) + (native-inputs + (list guile-3.0)) + (home-page "https://inqlab.net/git/guile-srfi-128.git") + (synopsis "SRFI 128 Comparators (reduced) port for Guile") + (description + "This package provides an implementation of SRFI 128 for Guile. +SRFI 128 defines comparators, which bundles a test type predicate, an +equality predicate, an ordering predicate and a hash function into a +single Scheme object. This can be used in the implementation of data +structures. This package re-uses the SRFI sample implementation.") + (license license:lgpl3+))) + (define-public guile-srfi-145 (package (name "guile-srfi-145") -- 2.37.1