[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
465/474: gnu: python-snowballstemmer: Update to 2.2.0.
From: |
guix-commits |
Subject: |
465/474: gnu: python-snowballstemmer: Update to 2.2.0. |
Date: |
Sat, 30 Nov 2024 18:21:18 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 44b688a593215777e70f45dc1ae00714b2c23af6
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 29 15:20:51 2024 +0000
gnu: python-snowballstemmer: Update to 2.2.0.
* gnu/packages/python-xyz.scm (python-snowballstemmer): Update to 2.2.0.
Improve style.
[build-system]: Swap to pyproject-build-system.
[arguments]<tests>: Switch them off as not provided.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ifbef2578990eb4a3e3a498922de8852fadbdc5b7
---
gnu/packages/python-xyz.scm | 32 +++++++++++++++++++-------------
1 file changed, 19 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c9179bb1b1..f76217b634 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23927,25 +23927,31 @@ numbers, real numbers, mixed types and more, and
comes with a shell command
between the different Python versions.")
(license license:psfl)))
+;; XXX: The last time updated in 2015, consider to remove it when nothing is
+;; depend on it.
(define-public python-snowballstemmer
(package
(name "python-snowballstemmer")
- (version "2.0.0")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "snowballstemmer" version))
- (sha256
- (base32
- "0ligk61idlz8kkgd5hpip5whm172riwglb6xydii7h62yhysqfyz"))))
- (build-system python-build-system)
+ (version "2.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "snowballstemmer" version))
+ (sha256
+ (base32 "1ccwy75i0f5yi1vy6fyvr1gf43ydhjani45mswm43ls7hpmnvc89"))))
+ (build-system pyproject-build-system)
(arguments
- `(;; No tests exist
- #:tests? #f))
+ (list
+ #:tests? #f)) ; no tests
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
(home-page "https://github.com/shibukawa/snowball_py";)
(synopsis "Snowball stemming library collection for Python")
- (description "This package provides 16 word stemmer algorithms generated
- from Snowball algorithms. It includes the 15 original ones plus the
Poerter
- English stemmer.")
+ (description
+ "This package provides 16 word stemmer algorithms generated from Snowball
+algorithms. It includes the 15 original ones plus the Poerter English
+stemmer.")
(license license:bsd-3)))
(define-public python-setproctitle
- 103/474: gnu: python-lazy-object-proxy: Update to 1.10.0., (continued)
- 103/474: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/30
- 104/474: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/30
- 106/474: gnu: Add python-pathable., guix-commits, 2024/11/30
- 108/474: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/30
- 112/474: gnu: python-json5: Update to 0.9.25., guix-commits, 2024/11/30
- 115/474: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/11/30
- 109/474: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/30
- 205/474: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/30
- 344/474: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/30
- 464/474: gnu: python-pydocstyle: Update to 6.3.0., guix-commits, 2024/11/30
- 465/474: gnu: python-snowballstemmer: Update to 2.2.0.,
guix-commits <=
- 466/474: gnu: python-pylama: Update to 8.4.1., guix-commits, 2024/11/30
- 426/474: gnu: reprotest: Improve package style, guix-commits, 2024/11/30
- 469/474: gnu: python-cwcwidth: Update to 0.1.9., guix-commits, 2024/11/30
- 471/474: gnu: python-ddt: Update to 1.7.2., guix-commits, 2024/11/30
- 121/474: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/30
- 122/474: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/30
- 124/474: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/30
- 128/474: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/11/30
- 139/474: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/30
- 131/474: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/30