unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: iyzsong@member.fsf.org (宋文武)
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 3/5] gnu: Add python-snowballstemmer.
Date: Sat, 02 Jul 2016 20:55:39 +0800	[thread overview]
Message-ID: <877fd419o4.fsf@member.fsf.org> (raw)
In-Reply-To: <dd45da4bc35bd98f269edb6a15b7ea568d28c2f1.1467421111.git.leo@famulari.name> (Leo Famulari's message of "Fri, 1 Jul 2016 21:04:51 -0400")

Leo Famulari <leo@famulari.name> writes:

> * 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")
Missing period.

  reply	other threads:[~2016-07-02 12:56 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 ` [PATCH 3/5] gnu: Add python-snowballstemmer Leo Famulari
2016-07-02 12:55   ` 宋文武 [this message]
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

  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=877fd419o4.fsf@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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).