guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit ff535f2369e6ee0012b2f93f4646cac9ff339526
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 c77d28d247..1fdeff55bd 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -5431,6 +5431,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 _
@@ -5454,7 +5455,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