me
/
guix
Archived
1
0
Fork 0

gnu: python-zict: Update to 3.0.0.

* gnu/packages/python-xyz.scm (python-zict): Update to 3.0.0.
[build-system]: Use pyproject-build-system.
[arguments]: Ignore optional lmdb test.
[native-inputs]: Add python-pytest-asyncio, python-pytest-repeat, and
python-pytest-timeout.
master
Ricardo Wurmus 2023-05-11 14:24:20 +02:00
parent ab91da5004
commit aa17958ca9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 4 deletions

View File

@ -22727,19 +22727,27 @@ queue.")
(define-public python-zict (define-public python-zict
(package (package
(name "python-zict") (name "python-zict")
(version "2.0.0") (version "3.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "zict" version)) (uri (pypi-uri "zict" version))
(sha256 (sha256
(base32 (base32
"05pd1hyhqvpw87rnbvl3vdyf619snpyccbswaxisdj17frwnjacf")))) "19gvr41xi5fazkzkg33kwrk70sv50hygng0cg70ayym9nriy48g3"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; This uses "importorskip", but it won't skip.
'(list "--ignore=tests/test_lmdb.py")))
(propagated-inputs (propagated-inputs
(list python-heapdict)) (list python-heapdict))
(native-inputs (native-inputs
(list python-pytest)) (list python-pytest
python-pytest-asyncio
python-pytest-repeat
python-pytest-timeout))
(home-page "https://zict.readthedocs.io/en/latest/") (home-page "https://zict.readthedocs.io/en/latest/")
(synopsis "Composable mutable mapping tools") (synopsis "Composable mutable mapping tools")
(description "This package provides abstract @code{MutableMapping} classes (description "This package provides abstract @code{MutableMapping} classes