diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 79e9edb8d8..0abd25df07 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1114,19 +1114,29 @@ during long operations.") (define-public python-lunr (package (name "python-lunr") - (version "0.6.0") + (version "0.7.0.post1") (source (origin (method url-fetch) (uri (pypi-uri "lunr" version)) (sha256 - (base32 "106akalywfmnypzkdrhgz4n4740a8xayspybsw59kq06vz8i2qrc")))) - (build-system python-build-system) + (base32 "1njb23lw619ppidqdzygdrscna4z15n9xjc4cc7yxiskkgsriz00")))) + (build-system pyproject-build-system) + (arguments + (list + #:test-flags + '(list "-k" "not TestLanguageSupport" + "--ignore-glob=tests/acceptance_tests/*"))) (native-inputs - (list python-mock python-pytest)) + (list python-coverage + python-hatch-fancy-pypi-readme + python-hatchling + python-pytest + python-pytest-timeout + python-tox)) (propagated-inputs - (list python-nltk-3.4)) + (list python-importlib-metadata python-typing-extensions)) (home-page "https://github.com/yeraydiazdiaz/lunr.py") (synopsis "Full-text search library") @@ -2571,13 +2581,13 @@ NetCDF files can also be read and modified. Python-HDF4 is a fork of (define-public python-h5netcdf (package (name "python-h5netcdf") - (version "1.1.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (pypi-uri "h5netcdf" version)) (sha256 - (base32 "0mmzfr6k55zqxxpb64gvdqisak8s1zb2r04yzkmp0wzd7dbknb4k")))) + (base32 "1kw3cf01kziwxmb84x0cy6vbpsmqjm0k1dm34i6b4d7bv8kw0wd1")))) (build-system pyproject-build-system) (native-inputs (list python-netcdf4 @@ -21843,20 +21853,6 @@ JSON) codec.") reasoning, wrappers for natural language processing libraries.") (license license:asl2.0))) -;; Versions >=3.5 breaks backward-compatibility, -;; so we keep version 3.4.x around for a while. -(define-public python-nltk-3.4 - (package - (inherit python-nltk) - (version "3.4.5") - (source - (origin - (method url-fetch) - (uri (pypi-uri "nltk" version ".zip")) - (sha256 - (base32 "153x2clrnigs74jdgnn3qmljdjj4gprmvpdvh49i18ls4m8mbm5y")))) - (propagated-inputs (list python-six)))) - (define-public python-pymongo (package (name "python-pymongo") @@ -33479,7 +33475,7 @@ Python @code{set} interface.") "--maxfail=1" "tests/")))))))) (propagated-inputs (list python-click python-configobj python-dotenv-0.13.0 - python-ruamel.yaml python-toml python-tomli)) + python-ruamel.yaml-0.16 python-toml python-tomli)) (native-inputs (list python-django python-flask python-pytest python-pytest-cov python-pytest-mock)) |
