mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-wrapt: Update to 2.0.1.
* gnu/packages/python-xyz.scm (python-wrapt): Update to 2.0.1. [native-inputs]: Remove python-wheel; add python-mypy. Change-Id: Id3ba54ce1a68e16f2b083bb826c94fe62820bacd
This commit is contained in:
parent
6710cf2273
commit
ed265b4e1d
1 changed files with 13 additions and 4 deletions
|
|
@ -40562,16 +40562,25 @@ notebooks.")
|
|||
(define-public python-wrapt
|
||||
(package
|
||||
(name "python-wrapt")
|
||||
(version "1.17.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "wrapt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00886b7ry1vdbvpc2wi880y563xf6y4mxwwfm1q12wvw66i7l60n"))))
|
||||
(base32 "13s6zkcs2291bf73prrnl73wmap04cdv3y443swaqz29g1g6774w"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list
|
||||
;; tests: 562 passed, 1 deselected
|
||||
#:test-flags
|
||||
;; AssertionError: Output did not match expected for
|
||||
;; mypy_function_wrapper_fn_t6.py
|
||||
#~(list "--deselect=tests/conftest.py::mypy_function_wrapper_fn_t6")))
|
||||
(native-inputs
|
||||
(list python-mypy ;hard dependencies in tests
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(home-page "https://github.com/GrahamDumpleton/wrapt")
|
||||
(synopsis "Module for decorators, wrappers and monkey patching")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue