GNU bug report logs - #44867
[PATCH] gnu: Add sbcl-deeds.

Previous Next

Package: guix-patches;

Reported by: Adam Kandur <rndd <at> tuta.io>

Date: Wed, 25 Nov 2020 14:52:01 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44867 in the body.
You can then email your comments to 44867 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#44867; Package guix-patches. (Wed, 25 Nov 2020 14:52:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Adam Kandur <rndd <at> tuta.io>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 25 Nov 2020 14:52:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Adam Kandur <rndd <at> tuta.io>
To: Guix Patches <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add sbcl-deeds.
Date: Wed, 25 Nov 2020 15:51:48 +0100 (CET)
From dff5b35239667ed7d96c33846e88a4ffdb61c058 Mon Sep 17 00:00:00 2001
From: Adam Kandur <rndd <at> tuta.io>
Date: Wed, 25 Nov 2020 17:50:34 +0300
Subject: [PATCH] gnu: Add sbcl-deeds.

* gnu/packages/lisp-xyz.scm (sbcl-deeds): New variable.
---
 gnu/packages/lisp-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index fe2af3e..d650d4d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6031,6 +6031,33 @@ cookie headers, cookie creation, cookie jar creation and more.")
 neat APIs and connection-pooling.  It is meant to supersede Drakma.")
       (license license:expat))))
 
+(define-public sbcl-deeds
+  ;; taged branch is outdated
+  (let ((revision "1")
+        (commit "f5df54eac79b58a34030e0eb8acf3952c788410d"))
+    (package
+      (name "sbcl-deeds")
+      (version (git-version "1.1.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Shinmera/deeds")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "062cnb2dwli6pw3zvv46jfxyxdzcbzwsck5pa6nw03qf1j1hyg3k"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       `(("closer-mop" ,sbcl-closer-mop)
+     ("bordeaux-threads" ,sbcl-bordeaux-threads)
+     ("sbcl-lambda-fiddle" ,sbcl-lambda-fiddle)
+     ("form-fiddle" ,sbcl-form-fiddle)))
+      (home-page "https://github.com/Shinmera/deeds")
+      (synopsis "Deeds is an Extensible Event Delivery System.")
+      (description "@code{deeds} allows for efficient event delivery to multiple handlers with a complex event filtering system.")
+      (license license:zlib))))
+
 (define-public cl-dexador
   (package
     (inherit (sbcl-package->cl-source-package sbcl-dexador))
-- 
2.28.0






Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Sun, 29 Nov 2020 14:44:02 GMT) Full text and rfc822 format available.

Notification sent to Adam Kandur <rndd <at> tuta.io>:
bug acknowledged by developer. (Sun, 29 Nov 2020 14:44:02 GMT) Full text and rfc822 format available.

Message #10 received at 44867-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Adam Kandur <rndd <at> tuta.io>
Cc: 44867-done <at> debbugs.gnu.org
Subject: Re: [bug#44867] [PATCH] gnu: Add sbcl-deeds.
Date: Sun, 29 Nov 2020 15:43:43 +0100
Pushed as 848114144681bc603a795725a53458808e213856 with some
modifications. Thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Dec 2020 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.