mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyparsing: Update to 3.2.1.
* gnu/packages/python-build.scm (python-pyparsing): Update to 3.2.1. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-flit-core. (python-pyparsing-2.4.7)[native-inputs]: Add python-setuptools, python-wheel.
This commit is contained in:
parent
20c8141746
commit
2fbc7fb085
1 changed files with 6 additions and 4 deletions
|
@ -412,14 +412,14 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(define-public python-pyparsing
|
(define-public python-pyparsing
|
||||||
(package
|
(package
|
||||||
(name "python-pyparsing")
|
(name "python-pyparsing")
|
||||||
(version "3.0.6")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyparsing" version))
|
(uri (pypi-uri "pyparsing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "109b9r802wb472hgmxclljprh5cid0w3p6mk9alba7pg2c0frgfr"))))
|
(base32 "02jz5rv3vx46xvjszda467l269jz9narlrwd0a83mpk6zma0i631"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test target
|
`(#:tests? #f ;no test target
|
||||||
|
@ -440,6 +440,7 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(find-files dir ".*")))
|
(find-files dir ".*")))
|
||||||
(list "docs" "htmldoc" "examples")
|
(list "docs" "htmldoc" "examples")
|
||||||
(list doc html-doc examples))))))))
|
(list doc html-doc examples))))))))
|
||||||
|
(native-inputs (list python-flit-core))
|
||||||
(home-page "https://github.com/pyparsing/pyparsing")
|
(home-page "https://github.com/pyparsing/pyparsing")
|
||||||
(synopsis "Python parsing class library")
|
(synopsis "Python parsing class library")
|
||||||
(description
|
(description
|
||||||
|
@ -459,7 +460,8 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pyparsing" version))
|
(uri (pypi-uri "pyparsing" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
|
(base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))
|
||||||
|
(native-inputs (list python-setuptools python-wheel))))
|
||||||
|
|
||||||
(define-public python-packaging-bootstrap
|
(define-public python-packaging-bootstrap
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue