mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-absl-py: Update to 2.3.1.
* gnu/packages/python-xyz.scm (python-absl-py): Update to 2.3.1. [arguments] <tests?>: Tests require Bazel, disable them for now. [native-inputs]: Remove python-setuptools and python-wheel; add python-hatchling. Change-Id: Iae112845d901067e1033fcfe5a29e5dbb81ab75b
This commit is contained in:
parent
b904a984f8
commit
ef0cdd8b83
1 changed files with 7 additions and 5 deletions
|
@ -30829,16 +30829,18 @@ RFC 8265 and RFC 8266.")
|
||||||
(define-public python-absl-py
|
(define-public python-absl-py
|
||||||
(package
|
(package
|
||||||
(name "python-absl-py")
|
(name "python-absl-py")
|
||||||
(version "1.4.0")
|
(version "2.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "absl-py" version))
|
(uri (pypi-uri "absl_py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1jbzyyrmvmqwnyh053hdmh6q851sbvrg70yf3gnd5gvzdx920y59"))))
|
||||||
"0ga3b0m8lfsv1m3260p83lhis52yvz3d42q8gip4gfj823849hnj"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-setuptools python-wheel))
|
(arguments
|
||||||
|
(list #:tests? #f)) ;tests require bazel
|
||||||
|
(native-inputs
|
||||||
|
(list python-hatchling))
|
||||||
(home-page "https://github.com/abseil/abseil-py")
|
(home-page "https://github.com/abseil/abseil-py")
|
||||||
(synopsis "Abseil Python common libraries")
|
(synopsis "Abseil Python common libraries")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue