guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7f8b9738a33ee4c566bbd4a78e6342d5a1f5eb02
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:59:39 2025 +0200
gnu: python-tokenizers: Extend with (pyproject-guile-json).
* gnu/packages/machine-learning.scm (python-tokenizers)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: Idae6f4609393ec1a612b7710dc60c6b7bd8c79a6
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/machine-learning.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index 23da5a1139..9ca7cd1c49 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5458,6 +5458,7 @@ definite approximations of Optimal Transport
(Wasserstein) distances.
((guix build pyproject-build-system) #:prefix py:)
(guix build utils))
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(add-after 'check 'python-check
(lambda _
@@ -5481,7 +5482,7 @@ definite approximations of Optimal Transport
(Wasserstein) distances.
(copy-file "PKG-INFO" (string-append info "/METADATA"))
(copy-recursively
"py_src/tokenizers"
- (string-append lib "tokenizers"))))))))
+ (string-append lib "tokenizers")))))))))
(native-inputs
(list pkg-config python-minimal python-pytest))
(inputs