all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57614] [PATCH] gnu: Add cl-2am.
@ 2022-09-06 12:31 jgart via Guix-patches via
  2022-09-07 12:33 ` bug#57614: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-06 12:31 UTC (permalink / raw)
  To: 57614; +Cc: jgart

* gnu/packages/lisp-check.scm (cl-2am): New variable.
---
 gnu/packages/lisp-check.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 8c850ee850..ca73593cb6 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -63,6 +63,36 @@ (define-public cl-1am
 (define-public ecl-1am
   (sbcl-package->ecl-package sbcl-1am))
 
+(define-public sbcl-2am
+  (let ((commit "1d2fd21bbd8f26ec91b962705cab098dd7b5f11c")
+        (revision "0"))
+    (package
+      (name "sbcl-2am")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://gitlab.common-lisp.net/dkochmanski/2am")
+                (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "0zgx4ymyzvfg44z36yr4l87cd9mprajd7sycr2zc67ab6330rynf"))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://gitlab.common-lisp.net/dkochmanski/2am")
+      (synopsis "Small testing framework based on 1am")
+      (description
+"Small testing framework for Common Lisp.  The entire API consists of:
+@code{test}, @code{is}, @code{signals}, @code{finishes}, @code{run},
+suite and @code{setf} suite.")
+      (license license:expat))))
+
+(define-public cl-2am
+  (sbcl-package->cl-source-package sbcl-2am))
+
+(define-public ecl-2am
+  (sbcl-package->ecl-package sbcl-2am))
+
 (define-public sbcl-check-it
   (let ((commit "b79c9103665be3976915b56b570038f03486e62f"))
     (package
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57614: [PATCH] gnu: Add cl-2am.
  2022-09-06 12:31 [bug#57614] [PATCH] gnu: Add cl-2am jgart via Guix-patches via
@ 2022-09-07 12:33 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-09-07 12:33 UTC (permalink / raw)
  To: jgart; +Cc: 57614-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as b36f2abe6e699cdba93e18c4e4b415fa7711ec6c.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 12:31 [bug#57614] [PATCH] gnu: Add cl-2am jgart via Guix-patches via
2022-09-07 12:33 ` bug#57614: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.