diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-10-14 16:54:40 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-14 09:52:27 -0700 |
| commit | efd2fbd46113333e2fbe8509ae5f03e3d9a4d3c1 (patch) | |
| tree | 8a43a6c777ffc30a89e3af61e20ec8dc2579f60b /meta-python/recipes-devtools/python/python3-cbor2_5.6.5.bb | |
| parent | 1c432ca59928602baf5743161315ff3e19221f78 (diff) | |
| download | meta-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.bb | 28 |
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 @@ | |||
| 1 | DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object Representation (CBOR)." | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a79e64179819c7ce293372c059f1dbd8" | ||
| 4 | DEPENDS += "python3-setuptools-scm-native" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09" | ||
| 7 | SRC_URI += " \ | ||
| 8 | file://run-ptest \ | ||
| 9 | " | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta ptest | ||
| 12 | |||
| 13 | do_install_ptest() { | ||
| 14 | install -d ${D}${PTEST_PATH}/tests | ||
| 15 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
| 16 | } | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += " \ | ||
| 19 | python3-hypothesis \ | ||
| 20 | python3-pytest \ | ||
| 21 | python3-unittest-automake-output \ | ||
| 22 | python3-unixadmin \ | ||
| 23 | " | ||
| 24 | RDEPENDS:${PN} += " \ | ||
| 25 | python3-datetime \ | ||
| 26 | " | ||
| 27 | |||
| 28 | BBCLASSEXTEND = "native nativesdk" | ||
