GNU bug report logs -
#46880
[PATCH] - added tooter library.
Previous Next
Reported by: cage <cage-dev <at> twistfold.it>
Date: Tue, 2 Mar 2021 20:32:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 03 Mar 2021 09:55:58 +0100
with message-id <87lfb4bopt.fsf <at> yamatai>
and subject line Re: [bug#46880] [PATCH] - added tooter library.
has caused the debbugs.gnu.org bug report #46880,
regarding [PATCH] - added tooter library.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
46880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46880
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
---
gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 12852f7eb7..15919dc8d8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -14680,3 +14680,37 @@ attributes not supported by the Common Lisp standard functions.")
(define-public cl-file-attributes
(sbcl-package->cl-source-package sbcl-file-attributes))
+
+(define-public sbcl-tooter
+ (let ((commit "b8d4b245b1d946bc9da6f51a3d8c2dc43e4d3868")
+ (revision "1"))
+ (package
+ (name "sbcl-tooter")
+ (version (git-version "1.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Shinmera/tooter")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0g40dlis4dbw4p3zxz3scx27b9zm8zlzihywapf5zqrdqfx5hpq9"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments
+ '(#:asd-systems '("tooter")))
+ (inputs
+ `(("sbcl-yason" ,sbcl-yason)
+ ("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
+ ("sbcl-drakma" ,sbcl-drakma)
+ ("sbcl-documentation-utils" ,sbcl-documentation-utils)))
+ (synopsis "Common Lisp client library for Mastodon instances")
+ (description "A Common Lisp client library for Mastodon instances.")
+ (home-page "https://shinmera.github.io/tooter/")
+ (license license:zlib))))
+
+(define-public ecl-tooter
+ (sbcl-package->ecl-package sbcl-tooter))
+
+(define-public cl-tooter
+ (sbcl-package->cl-source-package sbcl-tooter))
--
2.30.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Patch pushed as 9e76de0460a02c4129bec9a9e44b4a9c93e090a1 with some
modifications.
I put "Cage <cage-dev <at> twistfold.it>" in the copyright line; tell me if
you want to change it.
Thanks.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.