guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 6203d156bf8e2c6ce14a2407692fda5a9d3089eb
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Nov 1 14:14:22 2025 +0000

    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 b731f69f36..37d4ba11d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3070,14 +3070,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
@@ -3085,16 +3085,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

Reply via email to