GNU bug report logs -
#59060
[PATCH] gnu: Add cl-seria.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sat, 5 Nov 2022 20:27:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: "jgart" <jgart <at> dismail.de>
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 59060 in the body.
You can then email your comments to 59060 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#59060
; Package
guix-patches
.
(Sat, 05 Nov 2022 20:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 05 Nov 2022 20:27:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/lisp-xyz.scm (cl-seria, ecl-seria, sbcl-seria): New variables.
---
gnu/packages/lisp-xyz.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 01dcf4f46d..676db6308d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -24666,6 +24666,38 @@ (define-public cl-smug
(define-public ecl-smug
(sbcl-package->ecl-package sbcl-smug))
+(define-public sbcl-seria
+ (let ((commit "2bba04dc6abdc0b85a511cae9c460942e2ad305a")
+ (revision "0"))
+ (package
+ (name "sbcl-seria")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Izaakwltn/seria")
+ (commit commit)))
+ (file-name (git-file-name "cl-seria" version))
+ (sha256
+ (base32 "04igpj7y4g5qi4f6fa0shkmywlg1zvhlhhzwy83nni0xxb4xibm5"))))
+ (build-system asdf-build-system/sbcl)
+ (inputs (list sbcl-alexandria))
+ (arguments
+ `(#:tests? #f)) ; There are no tests.
+ (synopsis "Module for exploring twelve-tone serialism")
+ (description
+"@code{cl-seria} provides a module for exploring twelve-tone serialism
+in Common Lisp.")
+ (home-page "https://github.com/Izaakwltn/seria/")
+ (license license:expat))))
+
+(define-public cl-seria
+ (sbcl-package->cl-source-package sbcl-seria))
+
+(define-public ecl-seria
+ (sbcl-package->ecl-package sbcl-seria))
+
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#59060
; Package
guix-patches
.
(Sun, 06 Nov 2022 03:34:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 59060 <at> debbugs.gnu.org (full text, mbox):
Hi, sorry, hold off on this patch:
https://github.com/Izaakwltn/seria/issues/2#issuecomment-1304664668
I'll send a new patch when seria is fully integrated into holberg and I have a package definition for it.
all best,
jgart
Added tag(s) moreinfo.
Request was from
Christopher Baines <mail <at> cbaines.net>
to
control <at> debbugs.gnu.org
.
(Thu, 17 Nov 2022 11:28:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:16:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:16:01 GMT)
Full text and
rfc822 format available.
Message #15 received at 59060-done <at> debbugs.gnu.org (full text, mbox):
Closing. Feel free to reopen if anyone is interested in working on it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.