mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
Upgrade to release 1.1.2: - Update Cython to v3.1.4 - Update cibuildwheel to v3.2.0 - Drop Python 3.8 - Add Python 3.14 - Add windows-arm Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
404 B
BlitzBasic
16 lines
404 B
BlitzBasic
SUMMARY = "MessagePack (de)serializer"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
|
|
|
|
inherit pypi python_setuptools_build_meta ptest-python-pytest
|
|
|
|
PTEST_PYTEST_DIR = "test"
|
|
|
|
SRC_URI[sha256sum] = "3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e"
|
|
|
|
RDEPENDS:${PN}:class-target += "\
|
|
python3-io \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|