summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
new file mode 100644
index 0000000000..53805b0396
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.4.1.bb
@@ -0,0 +1,17 @@
1SUMMARY = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
2DESCRIPTION = "JSON support files from the JSON Schema Specifications (metaschemas, \
3vocabularies, etc.), packaged for runtime access from Python as a referencing-based Schema Registry."
4HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2"
7
8SRC_URI[sha256sum] = "630159c9f4dbea161a6a2205c3011cc4f18ff381b189fff48bb39b9bf26ae608"
9
10inherit pypi python_hatchling
11
12PYPI_PACKAGE = "jsonschema_specifications"
13UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
14
15DEPENDS += "python3-hatch-vcs-native"
16
17BBCLASSEXTEND = "native nativesdk"