mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-jsonargparse: Update to 4.37.0.
* gnu/packages/python-xyz.scm (python-jsonargparse): Update to 4.37.0. [arguments]{test-flags}: Remove uneeded test-flags. [propagated-inputs]: Remove python-contextvars, python-docstring-parser, python-pyyaml, python-typeshed-client. [native-inputs]: Add python-pypa-build. Remove python-coverage, python-pycodestyle, python-tox, python-types-requests. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
7780df4ee7
commit
55d4ab9a08
1 changed files with 6 additions and 20 deletions
|
@ -5524,40 +5524,26 @@ Python.")
|
||||||
(define-public python-jsonargparse
|
(define-public python-jsonargparse
|
||||||
(package
|
(package
|
||||||
(name "python-jsonargparse")
|
(name "python-jsonargparse")
|
||||||
(version "4.21.1")
|
(version "4.37.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "jsonargparse" version))
|
(uri (pypi-uri "jsonargparse" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k3b60x0zf86fh50y2jyby30gksqriyvvpfnf5mqq0qn7jih01y7"))))
|
"1b9w9j27phj5j00pmhp11lzf53yc4dnwknhxacv2bfyiiaq0af2s"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list #:test-flags
|
||||||
#:test-flags
|
'(list "-k" "not test_env_prefix")))
|
||||||
'(list "-k" (string-append "not test_env_prefix"
|
|
||||||
" and not test_basemodel"
|
|
||||||
" and not test_field_default_factory"
|
|
||||||
" and not test_field_description"
|
|
||||||
" and not test_get_param_relative_import_from_init"
|
|
||||||
;; Strangely, the arguments are interpreted
|
|
||||||
;; as arguments to pytest.
|
|
||||||
" and not test_pydantic_types"))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-contextvars
|
(list python-pyyaml))
|
||||||
python-docstring-parser
|
|
||||||
python-pyyaml
|
|
||||||
python-typeshed-client))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-attrs
|
(list python-attrs
|
||||||
python-coverage
|
python-pypa-build
|
||||||
python-pycodestyle
|
|
||||||
python-pydantic
|
python-pydantic
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-subtests
|
python-pytest-subtests
|
||||||
python-responses
|
python-responses
|
||||||
python-tox
|
|
||||||
python-types-requests
|
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel))
|
python-wheel))
|
||||||
(home-page "https://github.com/omni-us/jsonargparse/")
|
(home-page "https://github.com/omni-us/jsonargparse/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue