[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
66/361: gnu: Add python-jsonschema-specifications.
From: |
guix-commits |
Subject: |
66/361: gnu: Add python-jsonschema-specifications. |
Date: |
Fri, 22 Nov 2024 06:00:13 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 732d9cb5e3471e2c7167d9ecd09673afce10c511
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 9a8a8d8ee1..ff64b3504e 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")
- 316/361: gnu: python-cffi: Improve package style., (continued)
- 316/361: gnu: python-cffi: Improve package style., guix-commits, 2024/11/22
- 318/361: gnu: python-parso: Update to 0.8.4., guix-commits, 2024/11/22
- 329/361: gnu: python-cython-3: Update to 3.0.11., guix-commits, 2024/11/22
- 335/361: gnu: python-numpy: Update to 1.24.4., guix-commits, 2024/11/22
- 336/361: gnu: python-isort: Update to 5.13.2., guix-commits, 2024/11/22
- 352/361: gnu: python-apispec: Update to 6.7.1., guix-commits, 2024/11/22
- 53/361: gnu: python-dbus-python: Add missing input., guix-commits, 2024/11/22
- 64/361: gnu: Add python-pep440., guix-commits, 2024/11/22
- 73/361: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/22
- 69/361: gnu: Add python-uri-template., guix-commits, 2024/11/22
- 66/361: gnu: Add python-jsonschema-specifications.,
guix-commits <=
- 79/361: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/22
- 80/361: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/22
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/22
- 111/361: gnu: python-graphql-core: Enable tests., guix-commits, 2024/11/22
- 211/361: gnu: python-numpydoc: Move to pyproject-build-sytem., guix-commits, 2024/11/22
- 215/361: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/11/22
- 165/361: gnu: python-pytest-runner: Improve package style., guix-commits, 2024/11/22
- 172/361: gnu: python-flask-login: Move to pyproject-build-system., guix-commits, 2024/11/22
- 175/361: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/22
- 183/361: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/22