[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
247/361: gnu: python-jsonschema-3: Fix build.
From: |
guix-commits |
Subject: |
247/361: gnu: python-jsonschema-3: Fix build. |
Date: |
Fri, 22 Nov 2024 06:00:51 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit e304cef89e418795da0032391cecefed37c397ef
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Nov 6 15:14:47 2024 +0000
gnu: python-jsonschema-3: Fix build.
As seen in CI <https://ci.guix.gnu.org/build/6342439/log/raw>.
* gnu/packages/python-xyz.scm (python-jsonschema-3)[arguments]<phases>:
Do not modify not existing phase, disable tests instead.
Change-Id: I7aadf51a0b5a7de36c93c981074b2c4f6bd0b3b4
---
gnu/packages/python-xyz.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1cd755b503..f46a557b5e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6033,6 +6033,8 @@ and convert DDL to BigQuery JSON schema.")
"Jsonschema is an implementation of JSON Schema for Python.")
(license license:expat)))
+;; For docker-compose 1.29.2, remove when its updated to the latest 2.x
+;; version.
(define-public python-jsonschema-3
(package
(inherit python-jsonschema)
@@ -6045,11 +6047,7 @@ and convert DDL to BigQuery JSON schema.")
"0ykr61yiiizgvm3bzipa3l73rvj49wmrybbfwhvpgk3pscl5pa68"))))
(arguments
(substitute-keyword-arguments (package-arguments python-jsonschema)
- ((#:phases phases)
- #~(modify-phases #$phases
- (replace 'pretend-version
- (lambda _
- (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))
+ ((#:tests? _ #t) #f)))
(propagated-inputs
(list python-attrs
python-importlib-metadata
- 323/361: gnu: python-flaky: Update to 3.8.1., (continued)
- 323/361: gnu: python-flaky: Update to 3.8.1., guix-commits, 2024/11/22
- 342/361: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/22
- 344/361: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/22
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/22
- 350/361: gnu: python-graphviz: Update to 0.20.3., guix-commits, 2024/11/22
- 205/361: gnu: python-zope-i18nmessageid: Move to pyproject-build-system., guix-commits, 2024/11/22
- 209/361: gnu: python-fenics-dijitso: Move to pyproject-build-system., guix-commits, 2024/11/22
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/22
- 256/361: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/22
- 219/361: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/22
- 247/361: gnu: python-jsonschema-3: Fix build.,
guix-commits <=
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/22
- 265/361: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/22
- 272/361: gnu: python-robotframework-datadriver: Update to 1.11.2., guix-commits, 2024/11/22
- 273/361: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/22
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/22
- 278/361: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/22
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/22
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/22
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/22
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/22