summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-16 22:43:41 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:37 +0100
commit0d0211a113323fcc53d7c6cc936ca7143b16d370 (patch)
tree9df70b5310694cf8469e12fa785caf3c3660fda0
parentd3e3103fc3d8858d0017538450315245b74d6219 (diff)
gnu: python-elementpath: Update to 5.0.4.
* gnu/packages/xml.scm (python-elementpath): Update to 5.0.4. [build-system]: Use pyproject. [native-inputs]: Add python-setuptools. Change-Id: I03f0a0c46644946370694fceb3a68c3c03dccb59
-rw-r--r--gnu/packages/xml.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5e9a7e3c82..84c2077d44 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1899,22 +1899,22 @@ The central program included in this package is @code{onsgmls}, which replaces
(define-public python-elementpath
(package
(name "python-elementpath")
- (version "2.0.3")
+ (version "5.0.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "elementpath" version))
(sha256
(base32
- "1kxx573ywqfh6j6aih2i6hhsya6kz79qq4bgz6yskwk6b18jyr8z"))))
- (build-system python-build-system)
+ "1yr5ka198p1c1yw0dpmvz5mvxr6b29mz64hb2vxax53fbmb97vc5"))))
+ (build-system pyproject-build-system)
;; The test suite is not run, to avoid a dependency cycle with
;; python-xmlschema.
(arguments `(#:tests? #f))
- (home-page
- "https://github.com/sissaschool/elementpath")
- (synopsis
- "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml")
+ (native-inputs
+ (list python-setuptools))
+ (home-page "https://github.com/sissaschool/elementpath")
+ (synopsis "XPath 1.0/2.0 parsers and selectors for ElementTree and lxml")
(description
"The proposal of this package is to provide XPath 1.0 and 2.0 selectors
for Python's ElementTree XML data structures, both for the standard