[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/420: gnu: Add python-jsonschema-specifications.
From: |
guix-commits |
Subject: |
66/420: gnu: Add python-jsonschema-specifications. |
Date: |
Tue, 26 Nov 2024 16:28:33 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 472d3774276b93d0368e4c2d217b94047ba86511
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 13:08:46 2024 +0200
gnu: Add python-jsonschema-specifications.
* gnu/packages/python-xyz.scm (python-jsonschema-specifications): New
variable.
Change-Id: If1f7fa0d4e0bc505d9378ce892af298365754daf
---
gnu/packages/python-xyz.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c60c6d915e..af085ac774 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6007,6 +6007,39 @@ and convert DDL to BigQuery JSON schema.")
(lambda _
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))))
+(define-public python-jsonschema-specifications
+ (package
+ (name "python-jsonschema-specifications")
+ (version "2023.12.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "jsonschema_specifications" version))
+ (sha256
+ (base32 "1k348xkq45jx13kmv32ls6k4qvjq3ywd4q0i7zamw3z7nf3ng9s8"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch-pyproject
+ (lambda _
+ ;; The build system does not like this.
+ (substitute* "pyproject.toml"
+ ((" \"Topic :: File Formats.*") "")))))))
+ (propagated-inputs (list python-importlib-resources
+ python-referencing-bootstrap))
+ (native-inputs
+ (list python-hatchling python-hatch-vcs python-pytest))
+ (home-page
"https://github.com/python-jsonschema/jsonschema-specifications")
+ (synopsis
+ "JSON Schema meta-schemas and vocabularies, exposed as a Registry")
+ (description
+ "This package provides JSON support files from the JSON Schema
+Specifications (metaschemas, vocabularies, etc.), packaged for runtime access
+from Python as a referencing-based Schema Registry.")
+ (license license:expat)))
+
(define-public python-schema
(package
(name "python-schema")
- 70/420: gnu: Add python-fqdn., (continued)
- 70/420: gnu: Add python-fqdn., guix-commits, 2024/11/26
- 73/420: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/26
- 77/420: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/11/26
- 72/420: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/26
- 84/420: gnu: python-jupyter-kernel-mgmt: Use Tornado 6., guix-commits, 2024/11/26
- 85/420: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/26
- 36/420: gnu: python-readme-renderer: Adjust package style., guix-commits, 2024/11/26
- 86/420: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/26
- 46/420: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/26
- 40/420: gnu: java-testng: Disable one test., guix-commits, 2024/11/26
- 66/420: gnu: Add python-jsonschema-specifications.,
guix-commits <=
- 92/420: gnu: python-jupyter-client: Update to 7.4.4., guix-commits, 2024/11/26
- 93/420: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/11/26
- 96/420: gnu: Add python-jupyter-events., guix-commits, 2024/11/26
- 78/420: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/11/26
- 97/420: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/11/26
- 99/420: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/26
- 108/420: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/26
- 109/420: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/11/26
- 113/420: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/26
- 126/420: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/26