guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9eaf3f54718d82d39f1973c92ab1018e442aa941
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:57:44 2025 +0200
gnu: python-tiktoken: Extend with (pyproject-guile-json).
* gnu/packages/python-xyz.scm (python-tiktoken)[arguments]
<#:phases>: Extend with (pyproject-guile-json).
Change-Id: I94c11b8e85c41f8da8158d691114952df823d8de
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3e16a24c4a..06335ced00 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37448,6 +37448,7 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible
files.")
((guix build pyproject-build-system) #:prefix py:)
(guix build utils))
#:phases
+ (with-extensions (list (pyproject-guile-json))
#~(modify-phases %standard-phases
(replace 'build
(assoc-ref py:%standard-phases 'build))
@@ -37461,7 +37462,7 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible
files.")
(assoc-ref py:%standard-phases 'create-entrypoints)
(assoc-ref py:%standard-phases 'compile-bytecode)))
(replace 'install
- (assoc-ref py:%standard-phases 'install)))))
+ (assoc-ref py:%standard-phases 'install))))))
(propagated-inputs (list python-regex python-requests))
(inputs (cargo-inputs 'python-tiktoken))
(native-inputs