summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-10-14 16:54:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-14 09:52:27 -0700
commitefd2fbd46113333e2fbe8509ae5f03e3d9a4d3c1 (patch)
tree8a43a6c777ffc30a89e3af61e20ec8dc2579f60b /meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
parent1c432ca59928602baf5743161315ff3e19221f78 (diff)
downloadmeta-openembedded-efd2fbd46113333e2fbe8509ae5f03e3d9a4d3c1.tar.gz
python3-cbor2: upgrade 5.6.4 -> 5.6.5
Changelog: Published binary wheels for Python 3.13 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-cbor2_5.6.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
new file mode 100644
index 0000000000..6dd9f0cd15
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)."
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8"
4DEPENDS += "python3-setuptools-scm-native"
5
6SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09"
7SRC_URI += " \
8 file://run-ptest \
9"
10
11inherit pypi python_setuptools_build_meta ptest
12
13do_install_ptest() {
14 install -d ${D}${PTEST_PATH}/tests
15 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
16}
17
18RDEPENDS:${PN}-ptest += " \
19 python3-hypothesis \
20 python3-pytest \
21 python3-unittest-automake-output \
22 python3-unixadmin \
23"
24RDEPENDS:${PN} += " \
25 python3-datetime \
26"
27
28BBCLASSEXTEND = "native nativesdk"