summaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2026-02-20 17:20:24 +0900
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-24 10:14:30 +0100
commita550ba8906eb35cdd34ba596cbaebd7d4bb534c4 (patch)
treee7aa14189f4fb3c6601e60a028b5872b8bccd0bf /gnu/packages/python-check.scm
parentb27f30ffdac8ddb9611fc3d93cec3db5e6e55795 (diff)
gnu: Remove phase done by set-version in pyproject-build-system.
* gnu/packages/astronomy.scm (python-kanon)[arguments]<#:phases>: Remove 'relax-requirements and 'set-version. * gnu/packages/machine-learning.scm (python-botorch)[arguments]<#:phases>: Remove 'pretend-version. * gnu/packages/openstack.scm (python-os-testr, python-requestsexceptions)[arguments]<#:phases>: Remove 'set-version. * gnu/packages/package-management.scm (python-conda-libmamba-solver)[arguments]<#:phases>: Remove 'set-version. * gnu/packages/patchutils.scm (pwclient)[arguments]<#:phases>: Remove 'set-PBR_VERSION. * gnu/packages/python-check.scm (python-aioresponses)[arguments]<#:phases>: Remove 'set-pbr-version. * gnu/packages/python-science.scm (python-modin, python-plotly, python-pytensor)[arguments]<#:phases>: Remove 'versioneer. (snakemake-5, snakemake-6, snakemake-7)[arguments]<#:phases>: Remove 'patch-version. * gnu/packages/python-web.scm (python-alpaca-py)[arguments]<#:phases>: Remove 'set-version. * gnu/packages/python-xyz.scm (python-logical-unification)[arguments]<#:phases>: Remove 'versioneer. (python-debugpy, python-strenum)[arguments]<#:phases>: Remove 'fix-version. (python-qstylizer)[arguments]<#:phases>: Remove 'set-pbr-version. (python-retry)[arguments]<#:phases>: Remove 'set-version. * gnu/packages/statistics.scm (python-pymc)[arguments]<#:phases>: Remove 'versioneer. Change-Id: I7b4557c576730e47575305f4f03bfe2523412c6c Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r--gnu/packages/python-check.scm7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 0c55c03a3ba..304519e562c 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -154,12 +154,7 @@ other external or custom tools for further processing.")
154 (string-append 154 (string-append
155 ;; These tests require network access. 155 ;; These tests require network access.
156 "not test_address_as_instance_of_url_combined_with_pass_through " 156 "not test_address_as_instance_of_url_combined_with_pass_through "
157 "and not test_pass_through_with_origin_params")) 157 "and not test_pass_through_with_origin_params"))))
158 #:phases
159 #~(modify-phases %standard-phases
160 (add-before 'build 'set-pbr-version
161 (lambda _
162 (setenv "PBR_VERSION" #$version))))))
163 (native-inputs (list python-pbr python-ddt python-pytest python-setuptools)) 158 (native-inputs (list python-pbr python-ddt python-pytest python-setuptools))
164 (propagated-inputs (list python-aiohttp)) 159 (propagated-inputs (list python-aiohttp))
165 (home-page "https://github.com/pnuckowski/aioresponses") 160 (home-page "https://github.com/pnuckowski/aioresponses")