GNU bug report logs - #58994
[PATCH] gnu: Add cl-triads.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 3 Nov 2022 16:56: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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#58994: closed (Re: [bug#58994] [PATCH] gnu: Add cl-triads.)
Date: Sat, 05 Nov 2022 12:07:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58994: [PATCH] gnu: Add cl-triads.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58994 <at> debbugs.gnu.org.

-- 
58994: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58994
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 58994-done <at> debbugs.gnu.org
Subject: Re: [bug#58994] [PATCH] gnu: Add cl-triads.
Date: Sat, 05 Nov 2022 12:05:29 +0000
[Message part 3 (text/plain, inline)]
Patch pushed as 5e683bc5fa466d3117620e242ff7006538102c09.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-triads.
Date: Thu,  3 Nov 2022 11:53:40 -0500
* gnu/packages/lisp-xyz.scm (cl-triads, ecl-triads, sbcl-triads):
New variables.
---
 gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2184295137..e3118710a8 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24414,6 +24414,42 @@ (define-public cl-draw-cons-tree
 (define-public ecl-draw-cons-tree
   (sbcl-package->ecl-package sbcl-draw-cons-tree))
 
+(define-public sbcl-triads
+  (let ((commit "840b025bf3d65cc5eaead4542a02a3ca6d77c2b6")
+        (revision "0"))
+    (package
+     (name "sbcl-triads")
+     (version (git-version "0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/charJe/triads")
+             (commit commit)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "146mwshynhdw82m2nxrcjvf1nk0z3fn6ywcd2vqxkly5qricc53w"))))
+     (build-system asdf-build-system/sbcl)
+     (arguments
+      '(#:asd-systems '("charje.triads")))
+     (inputs
+      (list sbcl-cl-str
+            sbcl-serapeum
+            sbcl-trivia))
+     (home-page "https://github.com/charJe/triads")
+     (synopsis "Music composition tool to convert roman numerals into triads")
+     (description "Triads is a simple command line tool that reads roman
+numeral notation from standard input (or a file) and an musical key and outputs
+the roman numeral in addition to the notes of the triad associated with that
+roman numeral given in the key.")
+     (license license:gpl3+))))
+
+(define-public cl-triads
+  (sbcl-package->cl-source-package sbcl-triads))
+
+(define-public ecl-triads
+  (sbcl-package->ecl-package sbcl-triads))
+
 (define-public sbcl-cl-morse
   (package
     (name "sbcl-cl-morse")
-- 
2.38.1




This bug report was last modified 2 years and 202 days ago.

Previous Next


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