summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-09-10 17:16:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:55 +0100
commite4a302b93fc5ea776ca725b67196997c8d36769f (patch)
tree52ba5bab15671ddc95e586c69f5ad659c1407ec7 /meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb
parent110c39b5de1d992322246bf01010c09699cbff01 (diff)
downloadpoky-e4a302b93fc5ea776ca725b67196997c8d36769f.tar.gz
python3-jsonschema-specifications: upgrade 2025.4.1 -> 2025.9.1
(From OE-Core rev: 3ac88bcbeab0713370497c2c8ad95616f95c02c5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb
new file mode 100644
index 0000000000..5ad761bad3
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.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] = "b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d"
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"