[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
107/361: gnu: Add python-jsonschema-path.
From: |
guix-commits |
Subject: |
107/361: gnu: Add python-jsonschema-path. |
Date: |
Fri, 22 Nov 2024 06:00:22 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 09ad363fa43ce2372878bee9fae6cd6e6a0ac57c
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 ba09b656c8..cc6e086187 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6061,6 +6061,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")
- 88/361: gnu: python-ipykernel: Set environment variable., (continued)
- 88/361: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/22
- 93/361: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/22
- 97/361: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/22
- 102/361: gnu: python-pydata-sphinx-theme: Disable one test., guix-commits, 2024/11/22
- 100/361: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/11/22
- 101/361: gnu: python-openapi-schema-validator: Update to 0.6.2., guix-commits, 2024/11/22
- 106/361: gnu: Add python-pathable., guix-commits, 2024/11/22
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/22
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/22
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22
- 107/361: gnu: Add python-jsonschema-path.,
guix-commits <=
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/22
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/22
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/22
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/22