summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-11-01 14:14:22 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-11-20 01:06:43 +0000
commit5e7cd9a4a4ed675cbf839e8f3096ef7f05d4ed76 (patch)
tree66a819b9fe27f5b68553a9a6f6b521da287e75c3 /gnu
parentab5baeb2b60585bdedb831ed62c327fb22b78774 (diff)
gnu: python-lunr: Update to 0.8.0.
* gnu/packages/python-xyz.scm (python-lunr): Update to 0.8.0. [propagated-inputs]: Remove python-importlib-metadata and python-typing-extensions; add python-nltk. [native-inputs]: Remove python-coverage and python-tox. Change-Id: I402ba60c5b22b1d2e4da3ab4741f3ddc77f0475a
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 13acc96b939..bc30055b39c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3071,14 +3071,14 @@ quadrilateral grids. It is written in C++11 and wrapped using pybind11.")
(define-public python-lunr
(package
(name "python-lunr")
- (version "0.7.0.post1")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri
(pypi-uri "lunr" version))
(sha256
- (base32 "1njb23lw619ppidqdzygdrscna4z15n9xjc4cc7yxiskkgsriz00"))))
+ (base32 "0a426nngs8h2mhqm60rwywxh2vb6snrip47w9fhpglkqjl2zav5l"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3086,16 +3086,13 @@ quadrilateral grids. It is written in C++11 and wrapped using pybind11.")
'(list "-k" "not TestLanguageSupport"
"--ignore-glob=tests/acceptance_tests/*")))
(native-inputs
- (list python-coverage
- python-hatch-fancy-pypi-readme
+ (list python-hatch-fancy-pypi-readme
python-hatchling
python-pytest
- python-pytest-timeout
- python-tox))
+ python-pytest-timeout))
(propagated-inputs
- (list python-importlib-metadata python-typing-extensions))
- (home-page
- "https://github.com/yeraydiazdiaz/lunr.py")
+ (list python-nltk))
+ (home-page "https://github.com/yeraydiazdiaz/lunr.py")
(synopsis "Full-text search library")
(description "This package provides python library for full-text search.
It indexes documents and provides a search interface for retrieving documents