[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/36: gnu: Add python2-stemming.
From: |
julien lepiller |
Subject: |
16/36: gnu: Add python2-stemming. |
Date: |
Thu, 11 May 2017 16:01:27 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 18c2546078896a5e47f7b7a0a2a63a184b424bfe
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 22 14:52:16 2017 +0200
gnu: Add python2-stemming.
* gnu/packages/python.scm (python2-stemming): New variable.
---
gnu/packages/python.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4b87a3b..c09242c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14438,3 +14438,26 @@ system) by avoiding unnecessary calls to os.stat() in
most cases.")
(define-public python2-scandir
(package-with-python2 python-scandir))
+
+(define-public python2-stemming
+ (package
+ (name "python2-stemming")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "stemming" version))
+ (sha256
+ (base32 "0ldwa24gnnxhniv0fhygkpc2mwgd93q10ag8rvzayv6hw418frsr"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:python ,python-2))
+ (home-page "https://bitbucket.org/mchaput/stemming/overview")
+ (synopsis "Python implementations of various stemming algorithms")
+ (description
+ "Python implementations of the Porter, Porter2, Paice-Husk, and Lovins
+stemming algorithms for English. These implementations are straightforward and
+efficient, unlike some Python versions of the same algorithms available on the
+Web. This package is an extraction of the stemming code included in the Whoosh
+search engine.")
+ (license license:public-domain)))
- branch master updated (2d4deb5 -> 2601171), julien lepiller, 2017/05/11
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., julien lepiller, 2017/05/11
- 02/36: gnu: Add python-pytest-warnings., julien lepiller, 2017/05/11
- 04/36: gnu: Add python-utils., julien lepiller, 2017/05/11
- 10/36: gnu: Add python-dirsync., julien lepiller, 2017/05/11
- 03/36: gnu: Add python-pytest-catchlog., julien lepiller, 2017/05/11
- 08/36: gnu: Add python-cssmin., julien lepiller, 2017/05/11
- 07/36: gnu: python-rq: Update to 0.7.1., julien lepiller, 2017/05/11
- 06/36: gnu: Add python-sphinx-me., julien lepiller, 2017/05/11
- 16/36: gnu: Add python2-stemming.,
julien lepiller <=
- 05/36: gnu: Add python-webassets., julien lepiller, 2017/05/11
- 09/36: gnu: Add python-diff-match-patch., julien lepiller, 2017/05/11
- 13/36: gnu: python-dateutil: Update to 2.6.0., julien lepiller, 2017/05/11
- 12/36: gnu: Add python-elasticsearch., julien lepiller, 2017/05/11
- 14/36: gnu: Add python-levenshtein., julien lepiller, 2017/05/11
- 15/36: gnu: Add python-scandir., julien lepiller, 2017/05/11
- 17/36: gnu: Add python-factory-boy., julien lepiller, 2017/05/11
- 18/36: gnu: Add python-translate-toolkit., julien lepiller, 2017/05/11
- 22/36: gnu: Add python-dj-database-url., julien lepiller, 2017/05/11
- 27/36: gnu: Add python-hiredis., julien lepiller, 2017/05/11