GNU bug report logs - #57656
[PATCH] gnu: Add cl-wordnet.

Previous Next

Package: guix-patches;

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

Date: Thu, 8 Sep 2022 01:09: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 57656 in the body.
You can then email your comments to 57656 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#57656; Package guix-patches. (Thu, 08 Sep 2022 01:09: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. (Thu, 08 Sep 2022 01:09:02 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add cl-wordnet.
Date: Wed,  7 Sep 2022 20:08:30 -0500
* gnu/packages/lisp-xyz.scm (cl-wordnet, ecl-wordnet, sbcl-wordnet):
New variables.
---
 guixrus/packages/common/lisp.scm | 35 --------------------------------
 1 file changed, 35 deletions(-)

diff --git a/guixrus/packages/common/lisp.scm b/guixrus/packages/common/lisp.scm
index 634a297..e8b7470 100644
--- a/guixrus/packages/common/lisp.scm
+++ b/guixrus/packages/common/lisp.scm
@@ -199,41 +199,6 @@ generators.")
 (define-public ecl-scribble
   (sbcl-package->ecl-package sbcl-scribble))
 
-(define-public sbcl-wordnet
-  (let ((commit "8cd0db8f5e84e7a930fa74e590ecddf75cd8e5d6")
-        (revision "0"))
-    (package
-      (name "sbcl-wordnet")
-      (version (git-version "20220213" revision commit))
-      (source
-        (origin
-          (method git-fetch)
-          (uri (git-reference
-                (url "https://github.com/phoe/wordnet")
-                (commit commit)))
-          (file-name (git-file-name name version))
-          (sha256
-           (base32 "07p60k295fsfcp0gmkqhrxd68hb38aqva8f4k8xk8bqqxxf42vkq"))))
-      (build-system asdf-build-system/sbcl)
-      (arguments
-       `(#:tests? #f ; There are no tests.
-         #:asd-files '("wordnet.asd")
-         #:asd-systems '("wordnet")))
-      (inputs
-        (list sbcl-split-sequence))
-      (home-page "https://github.com/phoe/wordnet")
-      (synopsis "Common Lisp interface to WordNet")
-      (description
-"This software provides an interface by which Common Lisp programs can
-access lexicographic data from WordNet.")
-      (license license:expat))))
-
-(define-public cl-wordnet
-  (sbcl-package->cl-source-package sbcl-wordnet))
-
-(define-public ecl-wordnet
-  (sbcl-package->ecl-package sbcl-wordnet))
-
 (define-public sbcl-cxp
   (let ((commit "cdea8984d7dcf7fa075200973482bf9a27341003")
         (revision "0"))
-- 
2.37.2





Information forwarded to guix-patches <at> gnu.org:
bug#57656; Package guix-patches. (Thu, 08 Sep 2022 01:34:02 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: 57656 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH v2] gnu: Add cl-wordnet.
Date: Wed,  7 Sep 2022 20:32:17 -0500
* gnu/packages/lisp-xyz.scm (cl-wordnet, ecl-wordnet, sbcl-wordnet):
New variables.

oops, I sent the wrong the patch.

use this version 2 instead

all best,

jgart
---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1b7096a05d..cc24426d47 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -493,6 +493,39 @@ (define-public cl-irc
 (define-public ecl-cl-irc
   (sbcl-package->ecl-package sbcl-cl-irc))
 
+(define-public sbcl-wordnet
+  (let ((commit "8cd0db8f5e84e7a930fa74e590ecddf75cd8e5d6")
+        (revision "0"))
+    (package
+      (name "sbcl-wordnet")
+      (version (git-version "20220213" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                (url "https://github.com/phoe/wordnet")
+                (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32 "07p60k295fsfcp0gmkqhrxd68hb38aqva8f4k8xk8bqqxxf42vkq"))))
+      (build-system asdf-build-system/sbcl)
+      (arguments
+       `(#:tests? #f)) ; There are no tests.
+      (inputs
+        (list sbcl-split-sequence))
+      (home-page "https://github.com/phoe/wordnet")
+      (synopsis "Common Lisp interface to WordNet")
+      (description
+"This software provides an interface by which Common Lisp programs can
+access lexicographic data from WordNet.")
+      (license license:expat))))
+
+(define-public cl-wordnet
+  (sbcl-package->cl-source-package sbcl-wordnet))
+
+(define-public ecl-wordnet
+  (sbcl-package->ecl-package sbcl-wordnet))
+
 (define-public sbcl-tripod
   (let ((commit "bcea16610b4961a927e417e4413fffe686d71c83")
         (revision "0"))
-- 
2.37.3





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 09 Sep 2022 12:39:01 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 09 Sep 2022 12:39:01 GMT) Full text and rfc822 format available.

Message #13 received at 57656-close <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 57656-close <at> debbugs.gnu.org
Subject: Re: [bug#57656] [PATCH v2] gnu: Add cl-wordnet.
Date: Fri, 09 Sep 2022 12:36:55 +0000
[Message part 1 (text/plain, inline)]
It looks like you already sent this patch in February. It was merged in
commit ecaada08ea555310c3d7c3aef868cbb42c25a62d.
Closing.
[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. (Sat, 08 Oct 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 195 days ago.

Previous Next


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