mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: python-traitlets: Update to 5.14.3.
* gnu/packages/python-xyz.scm (python-traitlets): Update to 5.14.3. [native-inputs]: Remove python-argcomplete, python-mypy, python-pytest-mock, and python-pytest-mypy-testing. Change-Id: I857b475b0b0b35a537429c3741845db327e788b0
This commit is contained in:
parent
b3f0b5d35c
commit
0503bd993a
1 changed files with 5 additions and 12 deletions
|
|
@ -37697,25 +37697,18 @@ design and layout.")
|
|||
(define-public python-traitlets
|
||||
(package
|
||||
(name "python-traitlets")
|
||||
(version "5.14.1")
|
||||
(version "5.14.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "traitlets" version))
|
||||
(sha256
|
||||
(base32 "0zjj8ha4z5lbhhmvcl3q8wp5qmwqq0lwxma3d8qvh10s6xdi11c5"))))
|
||||
(base32 "1dxnjs5vjfsbvr3jhlhl6696zafdfl1i5b1j6x5lpj826nfmgl4y"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:test-flags
|
||||
'(list "-k" "not mypy_list_typing and not mypy_dict_typing")))
|
||||
;; tests: 566 passed, 3 skipped, 1 warning
|
||||
(native-inputs
|
||||
(list python-argcomplete
|
||||
python-hatchling
|
||||
python-mypy
|
||||
python-pytest
|
||||
python-pytest-mock
|
||||
python-pytest-mypy-testing))
|
||||
(list python-hatchling
|
||||
python-pytest))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "Configuration system for Python applications")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue