summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-21 15:44:31 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-22 06:39:31 -0800
commitb39c548100d8ffeec23a0dd45affcab6a2677874 (patch)
treedf4fd1601b9e417d0497199ba260396a8e8ac69a /meta-python
parente1552304bf3cd1abc403dd8cd1b4ed5cd646c64b (diff)
downloadmeta-openembedded-b39c548100d8ffeec23a0dd45affcab6a2677874.tar.gz
python3-rapidjson: update to version 1.14
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb (renamed from meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb)9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
index 1623f721fc..8b76397bfe 100644
--- a/meta-python/recipes-devtools/python/python3-rapidjson_1.13.bb
+++ b/meta-python/recipes-devtools/python/python3-rapidjson_1.14.bb
@@ -4,13 +4,12 @@ HOMEPAGE = "https://github.com/python-rapidjson/python-rapidjson"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=4daf3929156304df67003c33274a98bd"
6 6
7SRC_URI = "git://github.com/python-rapidjson/python-rapidjson.git;protocol=https;branch=master" 7SRC_URI[sha256sum] = "26806f0a658c34b48d2951d8d3f846ca9deb93a34e664ef436db632a188b6779"
8SRCREV = "a87053d9b97750afddb504da05bd1cd9f4b94654"
9
10S = "${WORKDIR}/git"
11 8
12# Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe 9# Inheriting ptest provides functionality for packaging and installing runtime tests for this recipe
13inherit setuptools3 ptest 10inherit setuptools3 pypi ptest
11
12PYPI_PACKAGE = "python-rapidjson"
14 13
15SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}" 14SETUPTOOLS_BUILD_ARGS += " --rj-include-dir=${RECIPE_SYSROOT}${includedir}"
16 15