GNU bug report logs -
#76571
[PATCH python-team 00/15] Some fixes
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Tue, 25 Feb 2025 22:52:01 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 76571 <at> debbugs.gnu.org (full text, mbox):
* 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.
---
gnu/packages/python-build.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 375896a76a..6bea44fee6 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -412,14 +412,14 @@ (define-public python-pep517-bootstrap
(define-public python-pyparsing
(package
(name "python-pyparsing")
- (version "3.0.6")
+ (version "3.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyparsing" version))
(sha256
- (base32 "109b9r802wb472hgmxclljprh5cid0w3p6mk9alba7pg2c0frgfr"))))
- (build-system python-build-system)
+ (base32 "02jz5rv3vx46xvjszda467l269jz9narlrwd0a83mpk6zma0i631"))))
+ (build-system pyproject-build-system)
(outputs '("out" "doc"))
(arguments
`(#:tests? #f ;no test target
@@ -440,6 +440,7 @@ (define-public python-pyparsing
(find-files dir ".*")))
(list "docs" "htmldoc" "examples")
(list doc html-doc examples))))))))
+ (native-inputs (list python-flit-core))
(home-page "https://github.com/pyparsing/pyparsing")
(synopsis "Python parsing class library")
(description
@@ -459,7 +460,8 @@ (define-public python-pyparsing-2.4.7
(method url-fetch)
(uri (pypi-uri "pyparsing" version))
(sha256
- (base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))))
+ (base32 "1hgc8qrbq1ymxbwfbjghv01fm3fbpjwpjwi0bcailxxzhf3yq0y2"))))
+ (native-inputs (list python-setuptools python-wheel))))
(define-public python-packaging-bootstrap
(package
--
2.48.1
--
Best regards,
Nicolas Graves
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.