guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 21d6f9ff9e9a6d8a120b965a45c9488185cc6886
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Aug 9 16:41:35 2025 +0100
gnu: python-et-xmlfile: Update to 2.0.0.
* gnu/packages/python-xyz.scm (python-et-xmlfile): Update to 2.0.0.
[build-system]: Use pyproject.
[arguments] <phases>: Use default 'check.
[native-inputs]: Add python-setuptools.
Change-Id: I8275f0b9980b1aa70785dcb4d60ff86b6a9053b9
---
gnu/packages/python-xyz.scm | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0acbaace1c..a316db7cee 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5614,7 +5614,7 @@ downloaded, or download a strip for a particular date or
index, if possible.")
(define-public python-et-xmlfile
(package
(name "python-et-xmlfile")
- (version "1.1")
+ (version "2.0.0")
(source
(origin
;; Use a checkout because the PyPI archive does not contain tests.
@@ -5624,17 +5624,12 @@ downloaded, or download a strip for a particular date
or index, if possible.")
(changeset version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32 "09r8rjc5bhkqrm5c4n9jrlvad8vrvbyswl9g0wrc1qc7nzh9mpw7"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
+ (base32 "03pmmg6k2ajd83zhki8f0c1ndi7pq23bj9hm6f8hhd07maqksf5w"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-pytest python-lxml)) ;used for the tests
+ (list python-pytest
+ python-lxml
+ python-setuptools))
(home-page "https://bitbucket.org/openpyxl/et_xmlfile")
(synopsis "Low memory implementation of @code{lxml.xmlfile}")
(description "This Python library is based upon the @code{xmlfile} module