unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Spencer King <spencer@nursiapress.com>
To: 67501@debbugs.gnu.org
Cc: Spencer King <spencer@nursiapress.com>,
	Lars-Dominik Braun <lars@6xq.net>, Marius Bakke <marius@gnu.org>,
	Munyoki Kilyungi <me@bonfacemunyoki.com>,
	jgart <jgart@dismail.de>
Subject: [bug#67501] [PATCH] gnu: Add python-islenska.
Date: Mon, 27 Nov 2023 19:44:39 -0600	[thread overview]
Message-ID: <28ae33f0a375264f77c7cbdbb502d916aa7b74cf.1701135879.git.spencer@nursiapress.com> (raw)

* 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	other threads:[~2023-11-28 11:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28  1:44 Spencer King [this message]
2023-12-03 22:39 ` bug#67501: [PATCH] gnu: Add python-islenska Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=28ae33f0a375264f77c7cbdbb502d916aa7b74cf.1701135879.git.spencer@nursiapress.com \
    --to=spencer@nursiapress.com \
    --cc=67501@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).