mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-packaging-bootstrap: Update to 25.0.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 25.0. [propagated-inputs]: Remove python-pyparsing and python-six-bootstrap. Change-Id: I57729f30f4b2d216bde3f2224c330fda24043299
This commit is contained in:
parent
242ddb07bf
commit
c76125e0dc
1 changed files with 2 additions and 5 deletions
|
@ -489,18 +489,15 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(define-public python-packaging-bootstrap
|
(define-public python-packaging-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "python-packaging-bootstrap")
|
(name "python-packaging-bootstrap")
|
||||||
(version "24.2")
|
(version "25.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "packaging" version))
|
(uri (pypi-uri "packaging" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0kzwn2ar4ndm90qrvgyjcbkqz3klrg0ziwm1yrhbyxynk0n8fhyl"))))
|
||||||
"0zxrq3nn0lmmqp3p2d92v0yqbs29kl87k4vkqmmk8bckbvfaca62"))))
|
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
|
(arguments `(#:tests? #f)) ;disabled to avoid extra dependencies
|
||||||
(propagated-inputs
|
|
||||||
(list python-pyparsing python-six-bootstrap))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flit-core))
|
(list python-flit-core))
|
||||||
(home-page "https://github.com/pypa/packaging")
|
(home-page "https://github.com/pypa/packaging")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue