[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/46: gnu: Add python-jsonschema-path.
From: |
guix-commits |
Subject: |
45/46: gnu: Add python-jsonschema-path. |
Date: |
Tue, 7 May 2024 18:34:05 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit 8011c7e4659d3da2d34a7637e350248cf0b5af96
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 a7857c803a..e93bac9fd6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5769,6 +5769,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")
- 18/46: gnu: python-jsonschema: Update to 4.22.0., (continued)
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07
- 19/46: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/05/07
- 20/46: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/05/07
- 21/46: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/05/07
- 23/46: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/05/07
- 24/46: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/05/07
- 26/46: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/05/07
- 28/46: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/05/07
- 31/46: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/05/07
- 39/46: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/05/07
- 45/46: gnu: Add python-jsonschema-path.,
guix-commits <=
- 22/46: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/05/07
- 12/46: gnu: Add python-notebook-shim., guix-commits, 2024/05/07
- 37/46: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/05/07
- 40/46: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/05/07
- 42/46: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/05/07
- 41/46: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/05/07
- 43/46: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/05/07
- 27/46: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/05/07
- 36/46: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/05/07
- 46/46: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/05/07