diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-09-10 17:16:35 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-11 11:31:55 +0100 |
| commit | e4a302b93fc5ea776ca725b67196997c8d36769f (patch) | |
| tree | 52ba5bab15671ddc95e586c69f5ad659c1407ec7 /meta/recipes-devtools/python/python3-jsonschema-specifications_2025.9.1.bb | |
| parent | 110c39b5de1d992322246bf01010c09699cbff01 (diff) | |
| download | poky-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.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry" | ||
| 2 | DESCRIPTION = "JSON support files from the JSON Schema Specifications (metaschemas, \ | ||
| 3 | vocabularies, etc.), packaged for runtime access from Python as a referencing-based Schema Registry." | ||
| 4 | HOMEPAGE = "https://pypi.org/project/jsonschema-specifications/" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=93eb9740964b59e9ba30281255b044e2" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d" | ||
| 9 | |||
| 10 | inherit pypi python_hatchling | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "jsonschema_specifications" | ||
| 13 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 14 | |||
| 15 | DEPENDS += "python3-hatch-vcs-native" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
