mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-omegaconf: Update to 2.3.0.
* gnu/packages/python-xyz.scm (python-omegaconf): Update to 2.3.0. Change-Id: Ib967d173695b4e46770787fc414141366620bdb4
This commit is contained in:
parent
1710c0941d
commit
f0e901b260
1 changed files with 13 additions and 7 deletions
|
@ -19944,7 +19944,7 @@ config files.")
|
||||||
(define-public python-omegaconf
|
(define-public python-omegaconf
|
||||||
(package
|
(package
|
||||||
(name "python-omegaconf")
|
(name "python-omegaconf")
|
||||||
(version "2.2.3")
|
(version "2.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -19960,7 +19960,7 @@ config files.")
|
||||||
(("str\\(build_dir / \"bin\" / \"antlr.*\"\\),") ""))))
|
(("str\\(build_dir / \"bin\" / \"antlr.*\"\\),") ""))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00rw1rkjycn0jdg3jmar6jdxb1pcb21jclm5g1921s9z8f5ii5dh"))))
|
"0cpkkzda919f24y9s04mi15v9zksvln95ics8cr31rcpi2wbh5j3"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
@ -19973,11 +19973,17 @@ config files.")
|
||||||
;; Ignore deprecation warnings.
|
;; Ignore deprecation warnings.
|
||||||
(substitute* "pyproject.toml"
|
(substitute* "pyproject.toml"
|
||||||
(("-Werror") "")))))))
|
(("-Werror") "")))))))
|
||||||
(propagated-inputs (list java-antlr4-runtime-python
|
(native-inputs
|
||||||
python-pydevd
|
(list icedtea
|
||||||
python-pyyaml))
|
antlr4
|
||||||
(native-inputs (list icedtea antlr4 python-pytest python-pytest-mock
|
python-pytest
|
||||||
python-setuptools python-wheel))
|
python-pytest-mock
|
||||||
|
python-setuptools
|
||||||
|
python-wheel))
|
||||||
|
(propagated-inputs
|
||||||
|
(list java-antlr4-runtime-python
|
||||||
|
python-pydevd
|
||||||
|
python-pyyaml))
|
||||||
(home-page "https://github.com/omry/omegaconf")
|
(home-page "https://github.com/omry/omegaconf")
|
||||||
(synopsis "Flexible configuration system")
|
(synopsis "Flexible configuration system")
|
||||||
(description "OmegaConf is a hierarchical configuration system and
|
(description "OmegaConf is a hierarchical configuration system and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue