GNU bug report logs -
#58742
[PATCH] gnu: Add cl-langutils.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sun, 23 Oct 2022 14:02: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 58742 in the body.
You can then email your comments to 58742 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#58742
; Package
guix-patches
.
(Sun, 23 Oct 2022 14:02: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
.
(Sun, 23 Oct 2022 14:02: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-langutils, ecl-cl-langutils, sbcl-cl-langutils): New variables.
---
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 9c908c0bce..ba8bd26edb 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -219,6 +219,40 @@ (define-public cl-stdutils
(define-public ecl-stdutils
(sbcl-package->ecl-package sbcl-stdutils))
+(define-public sbcl-langutils
+ (let ((commit "38beec7a82eeb35b0bfb0824a41d13ed94fc648b")
+ (revision "0"))
+ (package
+ (name "sbcl-langutils")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/eslick/cl-langutils")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "15y9x5wkg3fqndc04w2sc650fnwimxp4gjgpv9xvvdm9x4v433x6"))))
+ (build-system asdf-build-system/sbcl)
+ (arguments '(#:tests? #f) ; There are no tests.
+ (inputs
+ (list sbcl-stdutils
+ sbcl-s-xml-rpc))
+ (home-page "https://langutils.common-lisp.dev/")
+ (synopsis "Common Lisp natural language processing toolkit")
+ (description
+"This package provides a heirarchy of major functions and auxiliary
+functions related to the structured analysis and processing of open
+text.")
+ (license license:bsd-3))))
+
+(define-public cl-langutils
+ (sbcl-package->cl-source-package sbcl-langutils))
+
+(define-public ecl-langutils
+ (sbcl-package->ecl-package sbcl-langutils))
+
(define-public sbcl-alea
(package
(name "sbcl-alea")
--
2.38.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58742
; Package
guix-patches
.
(Sun, 23 Oct 2022 14:16:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 58742 <at> debbugs.gnu.org (full text, mbox):
On Sun, 23 Oct 2022 14:02:02 +0000 help-debbugs <at> gnu.org (GNU bug Tracking System) wrote:
Oops, This package depends on https://issues.guix.gnu.org/58741
Do you need me to resend with both in a single issue?
all best,
jgart
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Mon, 24 Oct 2022 12:27:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Mon, 24 Oct 2022 12:27:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 58742-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
jgart <jgart <at> dismail.de> skribis:
> Oops, This package depends on https://issues.guix.gnu.org/58741
>
> Do you need me to resend with both in a single issue?
No need to resend the patches, I added the packages in the right order.
Patch pushed as c1154c2aac9612dbe4aa18530b29649b3f67faaf.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 22 Nov 2022 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 213 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.