diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-22 12:32:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-24 09:31:08 -0800 |
| commit | 05ecf0d4ff955f3debe1a8e2988d78f4aeaa3b57 (patch) | |
| tree | 0ac6bae994b463c5bcfd8006779b06af50611794 /meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb | |
| parent | d436be7ef0ff6bd6120e59f0dd3c5d3db2f82caa (diff) | |
| download | meta-openembedded-05ecf0d4ff955f3debe1a8e2988d78f4aeaa3b57.tar.gz | |
python3-jsonpointer: Upgrade 2.1 -> 2.2
Upgrade to release 2.2:
- Add method and add classmethod tag
- Add test for get_parts (new method)
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb b/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb deleted file mode 100644 index fb3d9e0da9..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | SUMMARY = "Resolve JSON Pointers in Python" | ||
| 2 | HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3" | ||
| 5 | |||
| 6 | inherit pypi ptest setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | ${PYTHON_PN}-json \ | ||
| 12 | " | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
| 15 | |||
| 16 | SRC_URI += " \ | ||
| 17 | file://run-ptest \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS:${PN}-ptest += " \ | ||
| 21 | ${PYTHON_PN}-pytest \ | ||
| 22 | " | ||
| 23 | |||
| 24 | do_install_ptest() { | ||
| 25 | cp -f ${S}/tests.py ${D}${PTEST_PATH}/ | ||
| 26 | } | ||
