summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm18
1 files changed, 6 insertions, 12 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d482b9324c5..b6c9da56401 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6367,12 +6367,11 @@ help formatter.")
6367 ((guix build pyproject-build-system) #:prefix py:) 6367 ((guix build pyproject-build-system) #:prefix py:)
6368 (guix build utils)) 6368 (guix build utils))
6369 #:phases 6369 #:phases
6370 (with-extensions (list (pyproject-guile-json))
6371 #~(modify-phases %standard-phases 6370 #~(modify-phases %standard-phases
6372 (add-after 'build 'build-python-module 6371 (add-after 'build 'build-python-module
6373 (assoc-ref py:%standard-phases 'build)) 6372 (assoc-ref py:%standard-phases 'build))
6374 (add-after 'build-python-module 'install-python-module 6373 (add-after 'build-python-module 'install-python-module
6375 (assoc-ref py:%standard-phases 'install)))) 6374 (assoc-ref py:%standard-phases 'install)))
6376 #:install-source? #false)) 6375 #:install-source? #false))
6377 (inputs 6376 (inputs
6378 (cons maturin (cargo-inputs 'python-orjson))) 6377 (cons maturin (cargo-inputs 'python-orjson)))
@@ -22516,7 +22515,6 @@ members = [
22516 ((guix build pyproject-build-system) #:prefix py:) 22515 ((guix build pyproject-build-system) #:prefix py:)
22517 (guix build utils)) 22516 (guix build utils))
22518 #:phases 22517 #:phases
22519 (with-extensions (list (pyproject-guile-json))
22520 #~(modify-phases %standard-phases 22518 #~(modify-phases %standard-phases
22521 (add-after 'unpack 'prepare-source 22519 (add-after 'unpack 'prepare-source
22522 (lambda _ 22520 (lambda _
@@ -22541,7 +22539,7 @@ members = [
22541 ;; #:test-flags '() 22539 ;; #:test-flags '()
22542 ;; args))) 22540 ;; args)))
22543 (replace 'install 22541 (replace 'install
22544 (assoc-ref py:%standard-phases 'install)))))) 22542 (assoc-ref py:%standard-phases 'install)))))
22545 (native-inputs 22543 (native-inputs
22546 (list python-minimal-wrapper 22544 (list python-minimal-wrapper
22547 python-hypothesmith 22545 python-hypothesmith
@@ -36162,12 +36160,11 @@ line by line or column by column or a combination of both.")
36162 ((guix build pyproject-build-system) #:prefix py:) 36160 ((guix build pyproject-build-system) #:prefix py:)
36163 (guix build utils)) 36161 (guix build utils))
36164 #:phases 36162 #:phases
36165 (with-extensions (list (pyproject-guile-json))
36166 #~(modify-phases %standard-phases 36163 #~(modify-phases %standard-phases
36167 (add-after 'build 'build-python-module 36164 (add-after 'build 'build-python-module
36168 (assoc-ref py:%standard-phases 'build)) 36165 (assoc-ref py:%standard-phases 'build))
36169 (add-after 'build-python-module 'install-python-module 36166 (add-after 'build-python-module 'install-python-module
36170 (assoc-ref py:%standard-phases 'install)))) 36167 (assoc-ref py:%standard-phases 'install)))
36171 #:install-source? #false)) 36168 #:install-source? #false))
36172 (inputs 36169 (inputs
36173 (cons maturin (cargo-inputs 'python-rpds-py))) 36170 (cons maturin (cargo-inputs 'python-rpds-py)))
@@ -37023,7 +37020,6 @@ functionality and customization to your projects with their own plugins.")
37023 ((guix build pyproject-build-system) #:prefix py:) 37020 ((guix build pyproject-build-system) #:prefix py:)
37024 (guix build utils)) 37021 (guix build utils))
37025 #:phases 37022 #:phases
37026 (with-extensions (list (pyproject-guile-json))
37027 #~(modify-phases %standard-phases 37023 #~(modify-phases %standard-phases
37028 (add-after 'build 'build-python-module 37024 (add-after 'build 'build-python-module
37029 (assoc-ref py:%standard-phases 'build)) 37025 (assoc-ref py:%standard-phases 'build))
@@ -37032,10 +37028,9 @@ functionality and customization to your projects with their own plugins.")
37032 (add-after 'install-python-module 'add-install-to-pythonpath 37028 (add-after 'install-python-module 'add-install-to-pythonpath
37033 (assoc-ref py:%standard-phases 'add-install-to-pythonpath)) 37029 (assoc-ref py:%standard-phases 'add-install-to-pythonpath))
37034 (add-after 'check 'check-python-module 37030 (add-after 'check 'check-python-module
37035 (lambda* (#:key tests? #:allow-other-keys) 37031 (lambda args
37036 (when tests?
37037 (with-directory-excursion #$output 37032 (with-directory-excursion #$output
37038 (invoke "pytest" "-vv"))))))) 37033 (apply (assoc-ref py:%standard-phases 'check) args)))))
37039 #:install-source? #false)) 37034 #:install-source? #false))
37040 (native-inputs 37035 (native-inputs
37041 (list maturin 37036 (list maturin
@@ -38148,7 +38143,6 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible files.")
38148 ((guix build pyproject-build-system) #:prefix py:) 38143 ((guix build pyproject-build-system) #:prefix py:)
38149 (guix build utils)) 38144 (guix build utils))
38150 #:phases 38145 #:phases
38151 (with-extensions (list (pyproject-guile-json))
38152 #~(modify-phases %standard-phases 38146 #~(modify-phases %standard-phases
38153 (replace 'build 38147 (replace 'build
38154 (assoc-ref py:%standard-phases 'build)) 38148 (assoc-ref py:%standard-phases 'build))
@@ -38162,7 +38156,7 @@ to TIFF, BigTIFF, and ImageJ hyperstack compatible files.")
38162 (assoc-ref py:%standard-phases 'create-entrypoints) 38156 (assoc-ref py:%standard-phases 'create-entrypoints)
38163 (assoc-ref py:%standard-phases 'compile-bytecode))) 38157 (assoc-ref py:%standard-phases 'compile-bytecode)))
38164 (replace 'install 38158 (replace 'install
38165 (assoc-ref py:%standard-phases 'install)))))) 38159 (assoc-ref py:%standard-phases 'install)))))
38166 (propagated-inputs (list python-regex python-requests)) 38160 (propagated-inputs (list python-regex python-requests))
38167 (inputs (cargo-inputs 'python-tiktoken)) 38161 (inputs (cargo-inputs 'python-tiktoken))
38168 (native-inputs 38162 (native-inputs