all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 3/5] gnu: Add python-snowballstemmer.
Date: Fri,  1 Jul 2016 21:04:51 -0400	[thread overview]
Message-ID: <dd45da4bc35bd98f269edb6a15b7ea568d28c2f1.1467421111.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1467421110.git.leo@famulari.name>
In-Reply-To: <cover.1467421110.git.leo@famulari.name>

* gnu/packages/python.scm (python-snowballstemmer, python2-snowballstemmer): New
variables.
---
 gnu/packages/python.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4eed92f..73312e8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9746,3 +9746,25 @@ default Sphinx theme.")
       (native-inputs
        `(("python2-setuptools" ,python2-setuptools)
          ,@(package-native-inputs base))))))
+
+(define-public python-snowballstemmer
+  (package
+    (name "python-snowballstemmer")
+    (version "1.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "snowballstemmer" version))
+              (sha256
+               (base32
+                "0a0idq4y5frv7qsg2x62jd7rd272749xk4x99misf5rcifk2d7wi"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; no test suite
+    (synopsis "Snowball stemming library collection for Python")
+    (description "This package provides 16 stemmer algorithms generated from
+Snowball algorithms")
+    (home-page "https://github.com/shibukawa/snowball_py")
+    (license bsd-2)))
+
+(define-public python2-snowballstemmer
+  (package-with-python2 python-snowballstemmer))
-- 
2.9.0

  parent reply	other threads:[~2016-07-02  1:05 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02  1:04 [PATCH 0/5] Sphinx reproducibility update Leo Famulari
2016-07-02  1:04 ` [PATCH 1/5] gnu: Add python-imagesize Leo Famulari
2016-07-03 21:54   ` Ludovic Courtès
2016-07-02  1:04 ` [PATCH 2/5] gnu: Add python-alabaster Leo Famulari
2016-07-03 21:55   ` Ludovic Courtès
2016-07-02  1:04 ` Leo Famulari [this message]
2016-07-02 12:55   ` [PATCH 3/5] gnu: Add python-snowballstemmer 宋文武
2016-07-02  1:04 ` [PATCH 4/5] gnu: python-sphinx: Update to 1.4.4 Leo Famulari
2016-07-03 21:57   ` Ludovic Courtès
2016-07-02  1:04 ` [PATCH 5/5] gnu: python-sphinx-rtd-theme: Update to 0.1.9 Leo Famulari
2016-07-03 21:57   ` Ludovic Courtès
2016-07-02 13:07 ` [PATCH 0/5] Sphinx reproducibility update 宋文武
2016-07-03 21:54   ` Ludovic Courtès
2016-07-04  2:25     ` Leo Famulari
2016-07-03 21:52 ` 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

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

  git send-email \
    --in-reply-to=dd45da4bc35bd98f269edb6a15b7ea568d28c2f1.1467421111.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.