From 5e7cd9a4a4ed675cbf839e8f3096ef7f05d4ed76 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 1 Nov 2025 14:14:22 +0000 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 13acc96b9399a7ec7c330f46c45b77e1c6b5c8db..bc30055b39c4ff6cb841b6b272bb0b437adb53b8 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