From unknown Sun Aug 17 10:27:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46011] [PATCH] gnu: Add sbcl-claw-utils. Resent-From: Adam Kandur Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Jan 2021 00:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 46011 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46011@debbugs.gnu.org X-Debbugs-Original-To: Guix Patches Received: via spool by submit@debbugs.gnu.org id=B.161118745623707 (code B ref -1); Thu, 21 Jan 2021 00:05:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Jan 2021 00:04:16 +0000 Received: from localhost ([127.0.0.1]:56459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2NSR-0006AI-To for submit@debbugs.gnu.org; Wed, 20 Jan 2021 19:04:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:40616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2NSQ-0006AB-6R for submit@debbugs.gnu.org; Wed, 20 Jan 2021 19:04:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2NSQ-0002ND-1H for guix-patches@gnu.org; Wed, 20 Jan 2021 19:04:14 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46646) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2NSO-0002zX-7M for guix-patches@gnu.org; Wed, 20 Jan 2021 19:04:13 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 4D58C10603B3 for ; Thu, 21 Jan 2021 00:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611187450; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=N1EbTP+/PpmzPPaaMmpeR1PBd6nrK80+PKjcGXl7mTg=; b=wK+5YU2gS3qUADHlWVMtkNXwZkAcE+G68SqU7U9JNLlqg6qrn5EFmpOOZPwzCeqM iigvwCoTJgQVNlDYrx7YfNiYizLed37piK6GmYERGFdVSlXboZy3kKch6iklGFzXVNN XKTIw9vZtF3V/Sz4QEDXnpWlZhBy6vfk/yK6A4syDHplsiwNPlK47gpsM7Y7hLetHSC XxBmB2SMDIw+mWV8/EAzN58b41Nv5Ji1r6SnbmOkYIhtuRmDYyghDgDUHEGrTLCvX1M rDfiEtKXIg/hK2kLeRUaUHLzbA1mva467aDOtNjqDKOW4uG9R1dQMtDB3r62O0lILZH jNXrffrDhA== Date: Thu, 21 Jan 2021 01:04:10 +0100 (CET) From: Adam Kandur Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de 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_H2=-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 (--) >From 4f2d2866690fa00b5fccc6cab15b97aabd4b8416 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Thu, 21 Jan 2021 03:02:32 +0300 Subject: [PATCH] gnu: Add sbcl-claw-utils. * gnu/packages/lisp-xyz.scm (sbcl-claw-utils): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ =C2=A01 file changed, 36 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 36725eb..f4eeaed 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -12231,6 +12231,42 @@ and lean bindings to C libraries.") =C2=A0(define-public ecl-claw =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-claw)) =C2=A0 +(define-public sbcl-claw-utils +=C2=A0 (let ((revision "0") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "efe25016501973dc369f06= 7a64c7d225802bc56f")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; version is not specified +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (url "https://github.com/borodust/claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "01df3kyf2q= s3czi332dnz2s35x2j0fq46vgmsw7wjrrvnqc22mk5")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '(#:asd-files '("claw-utils.asd") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:asd-systems '("claw-uti= ls"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (inputs +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("alexandria" ,sbcl-alexandria) +=C2=A0=C2=A0=C2=A0 =C2=A0("cffi" ,sbcl-cffi) +=C2=A0=C2=A0=C2=A0 =C2=A0("sbcl-claw" ,sbcl-claw) +=C2=A0=C2=A0=C2=A0 =C2=A0("sbcl-cl-autowrap" ,sbcl-cl-autowrap))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/borodust/cla= w-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Utilities for easier autowrappin= g.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Various handy utilties to hel= p autowrapping with @code{:claw}.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) + +(define-public cl-claw-utils +=C2=A0 (sbcl-package->cl-source-package sbcl-claw-utils)) + +(define-public ecl-claw-utils +=C2=A0 (sbcl-package->ecl-package sbcl-claw-utils)) + =C2=A0(define-public sbcl-array-operations =C2=A0=C2=A0 (let ((commit "75cbc3b1adb2e3ce2109489753d0f290b071e81b") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "0")) --=20 2.30.0 From unknown Sun Aug 17 10:27:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46011] [PATCH] gnu: Add sbcl-claw-utils. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Jan 2021 10:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46011 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Adam Kandur Cc: 46011@debbugs.gnu.org Received: via spool by 46011-submit@debbugs.gnu.org id=B46011.161122631520470 (code B ref 46011); Thu, 21 Jan 2021 10:52:02 +0000 Received: (at 46011) by debbugs.gnu.org; 21 Jan 2021 10:51:55 +0000 Received: from localhost ([127.0.0.1]:56929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2XZD-0005K5-AV for submit@debbugs.gnu.org; Thu, 21 Jan 2021 05:51:55 -0500 Received: from mout02.posteo.de ([185.67.36.66]:41805) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2XZB-0005Jr-Fe for 46011@debbugs.gnu.org; Thu, 21 Jan 2021 05:51:54 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 031DD2400FE for <46011@debbugs.gnu.org>; Thu, 21 Jan 2021 11:51:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1611226307; bh=mXMGddsRFwh/Ya0yixbfUtqPc/KjFXCUjRJhLG+2eL0=; h=From:To:Cc:Subject:Date:From; b=QxR2pWEDMK/506jCMaxl6F504Jo1oLl9iRxxBqdN+NqN14XxofdVug9wkvCgMXFNN oM48wPMTkPYcRK7MLg4TvHr1L0/sPuqUDum9vQsaRX/QoFPgA08Tl8hHULqWvmyiFx v6xc6ULCMva7Zfb/e9WKlyxxPzefB5TRz2NxbQTDlbXShRxGo7emIzjxiVTq6yQP8n FRV/3VUed6LgIe/D7fcFoXLKDN8XlJxV9QQcPxagNZkj4IuZsAeAxhzPZ1eRYcwzlA /TAAhfM2spaDWNJXLTzvEcgAF4P3O4m0W40PMI7v8z660M85UbXvn8YDM7ixFgg1R/ 5z0ThjbsGO5KQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DLzjF512Gz6tmd; Thu, 21 Jan 2021 11:51:45 +0100 (CET) References: User-agent: mu4e 1.4.14; emacs 27.1 From: Guillaume Le Vaillant In-reply-to: Date: Thu, 21 Jan 2021 11:51:43 +0100 Message-ID: <87o8hid0lc.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) 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 guix-patches--- via skribis: > +(define-public sbcl-claw-utils > + (let ((revision "0") > + (commit "efe25016501973dc369f067a64c7d225802bc56f")) > + (package > + (name "sbcl-claw-utils") > ... > + (inputs > + `(("alexandria" ,sbcl-alexandria) > + ("cffi" ,sbcl-cffi) > + ("sbcl-claw" ,sbcl-claw) > + ("sbcl-cl-autowrap" ,sbcl-cl-autowrap))) Is the cl-autowrap package really necessary here? It is not in the dependency list of the asd file, and it looks like the package compiles fine without it. Or is there a case where it is required at runtime? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYAlcvw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+gWAD9FlJTY2pEOu9PjCLZ/57vwUqB62XDMxrKsVRB vmNAFCcA/iOBoPEoAqr8l53kQ4Dj+bCQVBOu7MwW77LJT4udL0Bp =Y4FY -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 17 10:27:07 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#46011] well, not really, here is a new commit References: In-Reply-To: Resent-From: Adam Kandur Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Jan 2021 13:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 46011 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46011@debbugs.gnu.org Received: via spool by 46011-submit@debbugs.gnu.org id=B46011.16112340808971 (code B ref 46011); Thu, 21 Jan 2021 13:02:01 +0000 Received: (at 46011) by debbugs.gnu.org; 21 Jan 2021 13:01:20 +0000 Received: from localhost ([127.0.0.1]:57073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ZaS-0002Kd-Fn for submit@debbugs.gnu.org; Thu, 21 Jan 2021 08:01:20 -0500 Received: from w4.tutanota.de ([81.3.6.165]:60796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2ZaQ-0002KP-BZ for 46011@debbugs.gnu.org; Thu, 21 Jan 2021 08:01:19 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 407F310603B3 for <46011@debbugs.gnu.org>; Thu, 21 Jan 2021 13:01:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611234072; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=OdTgyRo7mvqs865XeXqwzK01lzR0vzezW8XZ/8kkWCk=; b=DPefsEfHY9St3/tK376rnWJr46ny+afueef2DYCkkrl1dGpj0OLlIakfx63hOXnJ EEyMNlTgSYkTzix3nut6DiieFk8ETPW2khMWw6s3a7CnZRdXU3sNi1iF8SqolNEI8Tb zNQejMkKwLgjoPYLEmDljuEvQTbvfUEZYfCpPZY4Q67Nz6NT7sY/6AlOjiZp/3msshI PfbM1qogsOZSYSnpkvIXoV0pJCEx0Hl0IIzRmdt6KSWf5D5XxCkC0aCOdzgCupeWL/v e1NaU+yJ4hfQ2hkIPZiHALlE9RqLv53IAITfqspo5vHV/Unuk71n6A+8G6v8eRcTDRV Ho4JVPsE4w== Date: Thu, 21 Jan 2021 14:01:12 +0100 (CET) From: Adam Kandur Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) 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: -1.0 (-) >From cc450bb85b138bcb72915a32bfeb9eab27481c40 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Thu, 21 Jan 2021 15:57:09 +0300 Subject: [PATCH] gnu: Add sbcl-claw-utils. * gnu/packages/lisp-xyz.scm (sbcl-claw-utils): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++ =C2=A01 file changed, 29 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 36725eb..e2a208a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -12225,6 +12225,35 @@ package.") =C2=A0and lean bindings to C libraries.") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:bsd-2)))) =C2=A0 +(define-public sbcl-claw-utils +=C2=A0 (let ((revision "0") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "efe25016501973dc369f06= 7a64c7d225802bc56f")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; version is not specified +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (url "https://github.com/borodust/claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "01df3kyf2q= s3czi332dnz2s35x2j0fq46vgmsw7wjrrvnqc22mk5")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '(#:asd-files '("claw-utils.asd") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:asd-systems '("claw-uti= ls"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (inputs +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("alexandria" ,sbcl-alexandria) +=C2=A0=C2=A0=C2=A0 =C2=A0("cffi" ,sbcl-cffi) +=C2=A0=C2=A0=C2=A0 =C2=A0("sbcl-claw" ,sbcl-claw))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/borodust/cla= w-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Utilities for easier autowrappin= g.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Various handy utilties to hel= p autowrapping with @code{:claw}.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) + =C2=A0(define-public cl-claw =C2=A0=C2=A0 (sbcl-package->cl-source-package sbcl-claw)) =C2=A0 --=20 2.30.0 From unknown Sun Aug 17 10:27:07 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: Adam Kandur Subject: bug#46011: closed (Re: [bug#46011] [PATCH] gnu: Add sbcl-claw-utils.) Message-ID: References: <87lfcmcsz3.fsf@yamatai> X-Gnu-PR-Message: they-closed 46011 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 46011@debbugs.gnu.org Date: Thu, 21 Jan 2021 13:37:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1611236221-12309-1" This is a multi-part message in MIME format... ------------=_1611236221-12309-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #46011: [PATCH] gnu: Add sbcl-claw-utils. 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 46011@debbugs.gnu.org. --=20 46011: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D46011 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1611236221-12309-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 46011-done) by debbugs.gnu.org; 21 Jan 2021 13:36:27 +0000 Received: from localhost ([127.0.0.1]:57087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2a8R-0003Bl-Aa for submit@debbugs.gnu.org; Thu, 21 Jan 2021 08:36:27 -0500 Received: from mout02.posteo.de ([185.67.36.66]:57143) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2a8P-0003BW-7h for 46011-done@debbugs.gnu.org; Thu, 21 Jan 2021 08:36:26 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 85D8C2400FE for <46011-done@debbugs.gnu.org>; Thu, 21 Jan 2021 14:36:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1611236178; bh=pw54GSgZXzXNlZXYLsQnvgQXMn3Sov1g0y8MOv/rvTI=; h=From:To:Cc:Subject:Date:From; b=ViWUQ/MHyH4+SF2eIprqtIZqdcg+PWq6zIDAUa8nZtC9Nx4k8cmdfxtMPtIoo+oro 7p3Sd1o2Yl2HfFukc6s26x+TvgWhnomlhvYcVSOVmxZV8YoYldn9J25nyxYfIQ0LgP xSeimbA642S3CcKBgdDcFwhjH8nC2w7Ath8QK1hnYrkjPH6ROIGS6zvFhODZGg6UZp lEmZNN73Xgvlan3zp+i93MJBU8cbOJkm9OONeaSZ3n0K7U0QzSmsRF43Df5Wzsnu72 C5lb1zkOAZSlPppXG7LRXZw8MEVf/7CoF/cslJ66cPwhZNjW6m4GomQESRlgVIvvTq BZmH7EZydY2aw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DM3M52vhBz6tmF; Thu, 21 Jan 2021 14:36:17 +0100 (CET) References: User-agent: mu4e 1.4.14; emacs 27.1 From: Guillaume Le Vaillant To: Adam Kandur Subject: Re: [bug#46011] [PATCH] gnu: Add sbcl-claw-utils. In-reply-to: Date: Thu, 21 Jan 2021 14:36:16 +0100 Message-ID: <87lfcmcsz3.fsf@yamatai> 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: 46011-done Cc: 46011-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 ef9c5247a34580d82a1675eea6242bbe065440cd. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYAmDUA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+lJAD9G3Q/p6APDAkzUvmexo4Ip2ETHdQCMQ1AUHRs zvYtz7wA/0OBkG4TeDNRnvoze2ZR7cP0fA4lTrk+Nu4SHSTqD8Yy =2hnu -----END PGP SIGNATURE----- --=-=-=-- ------------=_1611236221-12309-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 21 Jan 2021 00:04:16 +0000 Received: from localhost ([127.0.0.1]:56459 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2NSR-0006AI-To for submit@debbugs.gnu.org; Wed, 20 Jan 2021 19:04:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:40616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l2NSQ-0006AB-6R for submit@debbugs.gnu.org; Wed, 20 Jan 2021 19:04:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43460) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2NSQ-0002ND-1H for guix-patches@gnu.org; Wed, 20 Jan 2021 19:04:14 -0500 Received: from w4.tutanota.de ([81.3.6.165]:46646) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l2NSO-0002zX-7M for guix-patches@gnu.org; Wed, 20 Jan 2021 19:04:13 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 4D58C10603B3 for ; Thu, 21 Jan 2021 00:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1611187450; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=N1EbTP+/PpmzPPaaMmpeR1PBd6nrK80+PKjcGXl7mTg=; b=wK+5YU2gS3qUADHlWVMtkNXwZkAcE+G68SqU7U9JNLlqg6qrn5EFmpOOZPwzCeqM iigvwCoTJgQVNlDYrx7YfNiYizLed37piK6GmYERGFdVSlXboZy3kKch6iklGFzXVNN XKTIw9vZtF3V/Sz4QEDXnpWlZhBy6vfk/yK6A4syDHplsiwNPlK47gpsM7Y7hLetHSC XxBmB2SMDIw+mWV8/EAzN58b41Nv5Ji1r6SnbmOkYIhtuRmDYyghDgDUHEGrTLCvX1M rDfiEtKXIg/hK2kLeRUaUHLzbA1mva467aDOtNjqDKOW4uG9R1dQMtDB3r62O0lILZH jNXrffrDhA== Date: Thu, 21 Jan 2021 01:04:10 +0100 (CET) From: Adam Kandur To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add sbcl-claw-utils. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de 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_H2=-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 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 (--) >From 4f2d2866690fa00b5fccc6cab15b97aabd4b8416 Mon Sep 17 00:00:00 2001 From: Adam Kandur Date: Thu, 21 Jan 2021 03:02:32 +0300 Subject: [PATCH] gnu: Add sbcl-claw-utils. * gnu/packages/lisp-xyz.scm (sbcl-claw-utils): New variable. --- =C2=A0gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ =C2=A01 file changed, 36 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 36725eb..f4eeaed 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -12231,6 +12231,42 @@ and lean bindings to C libraries.") =C2=A0(define-public ecl-claw =C2=A0=C2=A0 (sbcl-package->ecl-package sbcl-claw)) =C2=A0 +(define-public sbcl-claw-utils +=C2=A0 (let ((revision "0") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (commit "efe25016501973dc369f06= 7a64c7d225802bc56f")) +=C2=A0=C2=A0=C2=A0 (package +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (name "sbcl-claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ;; version is not specified +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (version (git-version "0.0.0" revision comm= it)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (source +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (origin +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (method git-fetch) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (uri (git-reference +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (url "https://github.com/borodust/claw-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 (commit commit))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (file-name (git-file-name= name version)) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (sha256 +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (base32 "01df3kyf2q= s3czi332dnz2s35x2j0fq46vgmsw7wjrrvnqc22mk5")))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (build-system asdf-build-system/sbcl) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (arguments +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 '(#:asd-files '("claw-utils.asd") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 #:asd-systems '("claw-uti= ls"))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (inputs +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 `(("alexandria" ,sbcl-alexandria) +=C2=A0=C2=A0=C2=A0 =C2=A0("cffi" ,sbcl-cffi) +=C2=A0=C2=A0=C2=A0 =C2=A0("sbcl-claw" ,sbcl-claw) +=C2=A0=C2=A0=C2=A0 =C2=A0("sbcl-cl-autowrap" ,sbcl-cl-autowrap))) +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (home-page "https://github.com/borodust/cla= w-utils") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (synopsis "Utilities for easier autowrappin= g.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (description "Various handy utilties to hel= p autowrapping with @code{:claw}.") +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (license license:expat)))) + +(define-public cl-claw-utils +=C2=A0 (sbcl-package->cl-source-package sbcl-claw-utils)) + +(define-public ecl-claw-utils +=C2=A0 (sbcl-package->ecl-package sbcl-claw-utils)) + =C2=A0(define-public sbcl-array-operations =C2=A0=C2=A0 (let ((commit "75cbc3b1adb2e3ce2109489753d0f290b071e81b") =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (revision "0")) --=20 2.30.0 ------------=_1611236221-12309-1--