summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-10-27 22:16:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-29 16:28:36 +0100
commitcd13328a044a7d60691d755061a06722f0789aa7 (patch)
treea1af76a6e62f1a9618f8d535e0599caa0a7f84b8 /meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb
parent8d2c351e3e91541f011fa0020b8aca7794109563 (diff)
downloadpoky-cd13328a044a7d60691d755061a06722f0789aa7.tar.gz
python3-jsonschema: upgrade 4.9.1 -> 4.16.0
(From OE-Core rev: e3c4ab0e6a3f8bb3f85f28530e2ac2ad9db7deb8) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb')
-rw-r--r--meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb48
1 files changed, 0 insertions, 48 deletions
diff --git a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb b/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb
deleted file mode 100644
index 125bc6b4d5..0000000000
--- a/meta/recipes-devtools/python/python3-jsonschema_4.9.1.bb
+++ /dev/null
@@ -1,48 +0,0 @@
1SUMMARY = "An implementation of JSON Schema validation for Python"
2HOMEPAGE = "https://github.com/Julian/jsonschema"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8 \
5 file://json/LICENSE;md5=9d4de43111d33570c8fe49b4cb0e01af"
6
7SRC_URI[sha256sum] = "408c4c8ed0dede3b268f7a441784f74206380b04f93eb2d537c7befb3df3099f"
8
9inherit pypi python_hatchling
10
11PACKAGES =+ "${PN}-tests"
12FILES:${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/jsonschema/tests"
13
14DEPENDS += "${PYTHON_PN}-hatch-vcs-native"
15
16PACKAGECONFIG ??= "format"
17PACKAGECONFIG[format] = ",,,\
18 ${PYTHON_PN}-idna \
19 ${PYTHON_PN}-jsonpointer \
20 ${PYTHON_PN}-webcolors \
21 ${PYTHON_PN}-rfc3987 \
22 ${PYTHON_PN}-strict-rfc3339 \
23"
24PACKAGECONFIG[nongpl] = ",,,\
25 ${PYTHON_PN}-idna \
26 ${PYTHON_PN}-jsonpointer \
27 ${PYTHON_PN}-webcolors \
28 ${PYTHON_PN}-rfc3986-validator \
29 ${PYTHON_PN}-rfc3339-validator \
30"
31
32RDEPENDS:${PN} += " \
33 ${PYTHON_PN}-attrs \
34 ${PYTHON_PN}-core \
35 ${PYTHON_PN}-datetime \
36 ${PYTHON_PN}-importlib-metadata \
37 ${PYTHON_PN}-io \
38 ${PYTHON_PN}-json \
39 ${PYTHON_PN}-netclient \
40 ${PYTHON_PN}-numbers \
41 ${PYTHON_PN}-pprint \
42 ${PYTHON_PN}-pyrsistent \
43 ${PYTHON_PN}-zipp \
44"
45
46RDEPENDS:${PN}-tests = "${PN}"
47
48BBCLASSEXTEND = "native nativesdk"