From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 11:24:28 2022 Received: (at submit) by debbugs.gnu.org; 10 Feb 2022 16:24:28 +0000 Received: from localhost ([127.0.0.1]:56914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nICF9-0001dp-R9 for submit@debbugs.gnu.org; Thu, 10 Feb 2022 11:24:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:58380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nICF3-0001dU-6u for submit@debbugs.gnu.org; Thu, 10 Feb 2022 11:24:26 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nICF2-0004e8-UO for guix-patches@gnu.org; Thu, 10 Feb 2022 11:24:21 -0500 Received: from mx1.dismail.de ([78.46.223.134]:12167) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nICEy-00041u-G6 for guix-patches@gnu.org; Thu, 10 Feb 2022 11:24:18 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3d2f3971 for ; Thu, 10 Feb 2022 17:24:00 +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-transfer-encoding; s=20190914; bh=iz+hsG08rxd5eBRRtur59/QjYURBZ3j5B0leL8dwxW0=; b= kgu1s4jgZ7dC4jG7ENDr/S5YzVL4St4f7wAI7VFMeH0g7dhotHYOtLgILn94lvQ0 dj0sZmMeGBe+90GFC11sGXy/qo5hur/RqC0m1T0J8sGXBtwVyNRcGPn7Ods83fyp iMNVOnm+SQVWKa8L0ynvCHv11p/C8vDraL8y2Ist2SmV7HIOcwv57UOsrOkV/iLl jk2gv++j4S9UmAstlpoJQF8p3Lzg2bd4PuzOCG5Lb8q9QNAskHSgy/XjuCKE+X+H EVMLQ1shxPv7sN9drjLYC4hYC0CzRcMJvGB3e8E2DAmAvdY2jfnLr0D9gPD5LQT9 c9ebO/NOOWoIINVBV46GTA== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 96bb7748 for ; Thu, 10 Feb 2022 17:24:00 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 0134deee for ; Thu, 10 Feb 2022 17:24:00 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 7c05c50e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 10 Feb 2022 17:23:59 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-hamcrest. Date: Thu, 10 Feb 2022 11:23:20 -0500 Message-Id: <20220210162320.22562-1-jgart@dismail.de> X-Mailer: git-send-email 2.35.0 MIME-Version: 1.0 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, T_SCC_BODY_TEXT_LINE=-0.01 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/lisp-xyz.scm (cl-hamcrest): New variable. --- gnu/packages/lisp-xyz.scm | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index e40a215158..2493253a3b 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -20454,6 +20454,49 @@ (define-public cl-css-lite (define-public ecl-css-lite (sbcl-package->ecl-package sbcl-css-lite)) +(define-public sbcl-cl-hamcrest + (let ((commit "a54553e59a70dc5a539b683e79bfcdb0e8bae5c8") + (revision "0")) + (package + (name "sbcl-cl-hamcrest") + (version "0.4.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/40ants/cl-hamcrest") + (commit commit))) + (sha256 + (base32 "181nnb2fjbsdqjqdvwg2x9n1jjalkfzszwdgqcap4py2q63q1kxj")) + (file-name (git-file-name name commit)))) + (build-system asdf-build-system/sbcl) + (arguments + `(#:asd-files '("hamcrest.asd" + "hamcrest-test.asd") + #:asd-systems '("hamcrest" + "hamcrest-test"))) + (inputs + (list sbcl-iterate + sbcl-split-sequence + sbcl-cl-ppcre + sbcl-alexandria + sbcl-rove + sbcl-prove)) + (home-page "http://40ants.com/cl-hamcrest/") + (synopsis "Make CL unittests more readable") + (description +"@code{sbcl-cl-hamcrest} is an implementation of the Hamcrest idea in Common +Lisp. It simplifes unittests and make them more readable. Hamcrest uses +idea of pattern-matching, to construct matchers from different pieces +and to apply them to the data.") + (license license:bsd-3)))) + +(define-public cl-hamcrest + (sbcl-package->cl-source-package sbcl-cl-hamcrest)) + +(define-public ecl-cl-hamcrest + (sbcl-package->ecl-package sbcl-cl-hamcrest)) + (define-public sbcl-nhooks (package (name "sbcl-nhooks") -- 2.35.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 11 09:22:29 2022 Received: (at 53919-done) by debbugs.gnu.org; 11 Feb 2022 14:22:29 +0000 Received: from localhost ([127.0.0.1]:58632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIWoe-0006tJ-QV for submit@debbugs.gnu.org; Fri, 11 Feb 2022 09:22:28 -0500 Received: from mout01.posteo.de ([185.67.36.65]:52393) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIWoa-0006t3-Ep for 53919-done@debbugs.gnu.org; Fri, 11 Feb 2022 09:22:27 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 9DA16240029 for <53919-done@debbugs.gnu.org>; Fri, 11 Feb 2022 15:22:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1644589336; bh=sVudOOV4QQwA/unrcZyTzAr24nVHoxHlUtdSqd1McHA=; h=From:To:Cc:Subject:Date:From; b=Yoe6sL3kw+iIqLkFFZGgynfsMdF+bd60zXeTLxzeThJkS4+klZefV7w3Oe9OTIPdK fknRrh+OwRH/s3CAq9zYwrQZCr0js4Z7/QlB7R6x4uUrgNCIyUFSP3LhtsW756oCAi GY0DuyChNzMG0p2flScQO7Ot7Lu52oCmG3twY5X2NJWcTYTjQdYNWc8D+Ze6+i8u0J 9zj5xL2kXuPtqMs6EcBBJFGlJHnLcUQbsLap642uCfzuIGf51OthBJEORb9I3ejc2Q kf6eTJaDpjp8QnSxdnOKJQiXIxfeC+jsiaU84WHw/pL/Iz9757M3TKGlX0pKuPPTRk PhK8LHh3J9g1g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4JwG5z1y40z9rxG; Fri, 11 Feb 2022 15:22:15 +0100 (CET) References: <20220210162320.22562-1-jgart@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#53919] [PATCH] gnu: Add cl-hamcrest. Date: Fri, 11 Feb 2022 14:20:31 +0000 In-reply-to: <20220210162320.22562-1-jgart@dismail.de> Message-ID: <87fsopcwkq.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: 53919-done Cc: 53919-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 Given that this package is about testing, I moved it to "lisp-check.scm". I also simplified the package definition a little. Pushed as 4ba7aab96503aa8e4b450fca1e68ca79eef3a534. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYgZxFQ8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+QGQD/Q98Vxbdx6Cs/KDI+RnbEg6+7NzwlzlluG1rL yQtmomUBAKawkLL9S1IhIfP8ki2cOrRgkgbZKHtKgSXfuBYcQLrZ =MXZP -----END PGP SIGNATURE----- --=-=-=-- From unknown Thu Jun 19 14:16:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 12 Mar 2022 12:24:05 +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