This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new 52a14f4cb2 gnu: python-pydantic-core: Cleanup unneeded phase.
52a14f4cb2 is described below
commit 52a14f4cb27e10237ef57c9f7120a97a6cd2c2c2
Author: Yan Abu Arab <[email protected]>
AuthorDate: Fri Feb 13 02:38:44 2026 +0200
gnu: python-pydantic-core: Cleanup unneeded phase.
* gnu/packages/python-xyz.scm
(python-pydantic-core)[phases]{patch-pyproject}:
Remove phase.
Merges: https://codeberg.org/guix/guix/pulls/6358
Change-Id: I04d0aaac7aec000db4e276e61097d55f9d8c630e
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 34fe2c2f35..28366b756e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10231,12 +10231,7 @@ errors when data is invalid.")
'(unpack-rust-crates
configure
check-for-pregenerated-files
- patch-cargo-checksums))))
- (add-after 'unpack 'patch-pyproject
- (lambda _
- ;; maturin failed to parce pyproject.toml.
- (substitute* "pyproject.toml"
- (("^license-files = .*") "")))))))
+ patch-cargo-checksums)))))))
(native-inputs
(append
(list maturin