[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
108/223: gnu: Add python-jsonschema-path.
From: |
guix-commits |
Subject: |
108/223: gnu: Add python-jsonschema-path. |
Date: |
Thu, 17 Oct 2024 06:20:52 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit fa99fc1743c3a20e37c67c468386854282568715
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed May 8 00:29:08 2024 +0200
gnu: Add python-jsonschema-path.
* gnu/packages/python-xyz.scm (python-jsonschema-path): New variable.
Change-Id: Icda558659ea77f040eedb3e7f8605b50b3aaca37
---
gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e0169690b8..028f7833f2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6011,6 +6011,37 @@ and convert DDL to BigQuery JSON schema.")
(list python-setuptools-scm python-twisted
python-setuptools python-wheel))))
+(define-public python-jsonschema-path
+ (package
+ (name "python-jsonschema-path")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jsonschema_path" version))
+ (sha256
+ (base32 "129rb8y2bj2wwps8vs3z1qav006k7wz2myx5j6dnxqs1yfmsn3ad"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:tests? #false ;there are none
+ #:phases
+ '(modify-phases %standard-phases
+ (add-after 'unpack 'relax-requirements
+ (lambda _
+ (substitute* "pyproject.toml"
+ (("referencing = \">=0.28.0,<0.32.0\"")
+ "referencing = \">=0.28.0\"")))))))
+ (propagated-inputs (list python-pathable python-pyyaml python-referencing
+ python-requests))
+ (native-inputs (list python-poetry-core))
+ (home-page "https://github.com/p1c2u/jsonschema-path")
+ (synopsis "JSONSchema Spec with object-oriented paths")
+ (description "This package implements object-oriented JSONSchema. It lets
+you traverse a schema like paths and access a schema on demand with separate
+dereferencing accessor layer.")
+ (license license:asl2.0)))
+
(define-public python-jsonschema-specifications
(package
(name "python-jsonschema-specifications")
- 79/223: gnu: python-send2trash: Update to 1.8.2., (continued)
- 79/223: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/10/17
- 86/223: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/10/17
- 88/223: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/10/17
- 89/223: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/10/17
- 90/223: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/10/17
- 94/223: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/10/17
- 95/223: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/10/17
- 96/223: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/10/17
- 99/223: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/17
- 103/223: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/10/17
- 108/223: gnu: Add python-jsonschema-path.,
guix-commits <=
- 100/223: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/10/17
- 109/223: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/17
- 116/223: gnu: python-myst-parser: Update to 3.0.1., guix-commits, 2024/10/17
- 117/223: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/10/17
- 118/223: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/10/17
- 119/223: gnu: Add python-pytoolconfig., guix-commits, 2024/10/17
- 122/223: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/10/17
- 126/223: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/10/17
- 128/223: gnu: python-pyls-black: Add missing input., guix-commits, 2024/10/17
- 129/223: gnu: python-pycurl: Update to 7.45.3., guix-commits, 2024/10/17