unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59494@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59494] [PATCH 1/5] gnu: Add cl-simplet.
Date: Tue, 22 Nov 2022 22:30:56 +0000	[thread overview]
Message-ID: <20221122223100.32264-1-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221122222337.31956-1-sharlatanus@gmail.com>

* gnu/packages/lisp-check.scm (cl-simplet, ecl-simplet, sbcl-simplet):
  New variables.
---
 gnu/packages/lisp-check.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/lisp-check.scm b/gnu/packages/lisp-check.scm
index 58b79ba6e5..59033fdbc5 100644
--- a/gnu/packages/lisp-check.scm
+++ b/gnu/packages/lisp-check.scm
@@ -841,6 +841,32 @@ (define-public cl-should-test
 (define-public ecl-should-test
   (sbcl-package->ecl-package sbcl-should-test))
 
+(define-public sbcl-simplet
+  (package
+    (name "sbcl-simplet")
+    (version  "1.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/noloop/simplet")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name "simplet" version))
+       (sha256
+        (base32 "1iwp3a43mns885k2arr7gbmyv5rsrjfvgarxickj7r2bfgwp1cnn"))))
+    (build-system asdf-build-system/sbcl)
+    (home-page "https://github.com/noloop/simplet")
+    (synopsis "Simple test runner in Common Lisp")
+    (description "This package provides a Common Lisp test runner system
+SIMPLET.")
+    (license license:gpl3)))
+
+(define-public ecl-simplet
+  (sbcl-package->ecl-package sbcl-simplet))
+
+(define-public cl-simplet
+  (sbcl-package->cl-source-package sbcl-simplet))
+
 (define-public sbcl-stefil
   (let ((commit "0398548ec95dceb50fc2c2c03e5fb0ce49b86c7a")
         (revision "0"))
-- 
2.38.0





  reply	other threads:[~2022-11-22 22:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 22:23 [bug#59494] [PATCH 0/5] gnu: Add cl-cacau Sharlatan Hellseher
2022-11-22 22:30 ` Sharlatan Hellseher [this message]
2022-11-22 22:30   ` [bug#59494] [PATCH 2/5] gnu: Add cl-assertion-error Sharlatan Hellseher
2022-11-22 22:30   ` [bug#59494] [PATCH 3/5] gnu: Add cl-assert-p Sharlatan Hellseher
2022-11-22 22:30   ` [bug#59494] [PATCH 4/5] gnu: Add cl-eventbus Sharlatan Hellseher
2022-11-22 22:31   ` [bug#59494] [PATCH 5/5] gnu: Add cl-cacau Sharlatan Hellseher
2022-11-23 10:00 ` [bug#59494] [PATCH 0/5] " Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221122223100.32264-1-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59494@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).