GNU bug report logs - #67501
[PATCH] gnu: Add python-islenska.

Previous Next

Package: guix-patches;

Reported by: Spencer King <spencer <at> nursiapress.com>

Date: Tue, 28 Nov 2023 03:45:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

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 67501 in the body.
You can then email your comments to 67501 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 lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org:
bug#67501; Package guix-patches. (Tue, 28 Nov 2023 03:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Spencer King <spencer <at> nursiapress.com>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, marius <at> gnu.org, me <at> bonfacemunyoki.com, jgart <at> dismail.de, guix-patches <at> gnu.org. (Tue, 28 Nov 2023 03:45:02 GMT) Full text and rfc822 format available.

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

From: Spencer King <spencer <at> nursiapress.com>
To: guix-patches <at> gnu.org
Cc: Spencer King <spencer <at> nursiapress.com>
Subject: [PATCH] gnu: Add python-islenska.
Date: Mon, 27 Nov 2023 19:44:39 -0600
* gnu/packages/python-xyz.scm (python-islenska): New variable.

Change-Id: Id9acd04d625bbbdef0438b1b98b73550e826088d
---
 gnu/packages/python-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 746ecccc5a..cf7b13c9e2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34219,6 +34219,28 @@ (define-public python-zeroc-ice
 interfaces.")
     (license license:gpl2)))
 
+(define-public python-islenska
+  (package
+    (name "python-islenska")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "islenska" version))
+       (sha256
+        (base32 "0fdp90mzy0sd4kyw8kd8kybd1ni765fvqn8hz2wx5sqbjjkm4d5k"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-cffi python-typing-extensions))
+    (home-page "https://github.com/mideind/BinPackage")
+    (synopsis
+     "The vocabulary of the modern Icelandic language, in a Python package")
+    (description
+     "Islenska is a Python package, published by Mideind, that embeds the vocabulary
+     of the Database of Icelandic Morphology and offers various lookups and queries
+     of the data.  The database contains over 6.5 million entries, over 3.1 million
+     unique word forms, and about 300,000 distinct lemmas.")
+    (license license:expat)))
+
 (define-public python-zeroc-ice-3.6
   (package
     (inherit python-zeroc-ice)

base-commit: 3778f778c37110460dd78088200cbd05eb0c49e4
-- 
2.43.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 03 Dec 2023 22:41:02 GMT) Full text and rfc822 format available.

Notification sent to Spencer King <spencer <at> nursiapress.com>:
bug acknowledged by developer. (Sun, 03 Dec 2023 22:41:02 GMT) Full text and rfc822 format available.

Message #10 received at 67501-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Spencer King <spencer <at> nursiapress.com>
Cc: Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Lars-Dominik Braun <lars <at> 6xq.net>,
 67501-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>,
 Marius Bakke <marius <at> gnu.org>
Subject: Re: [bug#67501] [PATCH] gnu: Add python-islenska.
Date: Sun, 03 Dec 2023 23:39:51 +0100
[Message part 1 (text/plain, inline)]
Hi,

Spencer King <spencer <at> nursiapress.com> skribis:

> * gnu/packages/python-xyz.scm (python-islenska): New variable.
>
> Change-Id: Id9acd04d625bbbdef0438b1b98b73550e826088d

Applied with the minor changes below.  Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3c6902762f..f87e6fc3f7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -34234,12 +34234,12 @@ (define-public python-islenska
     (propagated-inputs (list python-cffi python-typing-extensions))
     (home-page "https://github.com/mideind/BinPackage")
     (synopsis
-     "The vocabulary of the modern Icelandic language, in a Python package")
+     "Vocabulary of the modern Icelandic language, in a Python package")
     (description
-     "Islenska is a Python package, published by Mideind, that embeds the vocabulary
-     of the Database of Icelandic Morphology and offers various lookups and queries
-     of the data.  The database contains over 6.5 million entries, over 3.1 million
-     unique word forms, and about 300,000 distinct lemmas.")
+     "Islenska is a Python package that embeds the vocabulary of the Database
+of Icelandic Morphology and offers various lookups and queries of the data.
+The database contains over 6.5 million entries, over 3.1 million unique word
+forms, and about 300,000 distinct lemmas.")
     (license license:expat)))
 
 (define-public python-zeroc-ice-3.6

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 Jan 2024 12:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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