diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-01 14:43:58 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-01 08:02:01 -0700 |
| commit | bf159a36ac4feb56c05a7900096e7e001ecd0d33 (patch) | |
| tree | 3ea1d2f78d9a1f47aa0fcea457f0227fc1907bc2 /meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb | |
| parent | 8559cef402566094b9e84b6d2ce97d938ef1c8fb (diff) | |
| download | meta-openembedded-bf159a36ac4feb56c05a7900096e7e001ecd0d33.tar.gz | |
python3-rapidjson: upgrade 1.17 -> 1.18
Changelog:
Expose PEP-484 typing stubs, thanks to Rodion Kosianenko and GoodWasHere
License-Update: Copyright year updated to 1.18
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb deleted file mode 100644 index d7a56b0519..0000000000 --- a/meta-python/recipes-devtools/python/python3-rapidjson_1.17.bb +++ /dev/null | |||
| @@ -1,40 +0,0 @@ | |||
| 1 | SUMMARY = "Python wrapper around rapidjson" | ||
| 2 | HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "95a111da29d996af8549f8b32ec701dab3af2ab7c6cd9c79540391ecb05f20c8" | ||
| 8 | |||
| 9 | # Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe | ||
| 10 | inherit setuptools3 pypi ptest | ||
| 11 | |||
| 12 | PYPI_PACKAGE = "python-rapidjson" | ||
| 13 | |||
| 14 | SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}" | ||
| 15 | |||
| 16 | # run-ptest is a shell script that starts the test suite | ||
| 17 | SRC_URI += " \ | ||
| 18 | file://run-ptest \ | ||
| 19 | " | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | rapidjson \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # Adding required python package for the ptest (pytest and pytest->automake report translation) | ||
| 26 | RDEPENDS:${PN}-ptest += " \ | ||
| 27 | python3-pytest \ | ||
| 28 | python3-unittest-automake-output \ | ||
| 29 | python3-pytz \ | ||
| 30 | " | ||
| 31 | |||
| 32 | RDEPENDS:${PN} += " \ | ||
| 33 | python3-core \ | ||
| 34 | " | ||
| 35 | |||
| 36 | # Installing the test suite on the target | ||
| 37 | do_install_ptest() { | ||
| 38 | install -d ${D}${PTEST_PATH}/tests | ||
| 39 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 40 | } | ||
