mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Changelog: ============== -implement exceptions in Python PR #162 This allows to expose in a natural manner the object relevant to the exception: constraint or edit_variable -add missing signature of Constraint.violated for Python wrapper PR #166 -add support for Python 3.12 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
491 B
BlitzBasic
20 lines
491 B
BlitzBasic
SUMMARY = "A fast implementation of the Cassowary constraint solver"
|
|
HOMEPAGE = "https://github.com/nucleic/kiwi"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f137eeae9cf8004d06830f6ab25b2d52"
|
|
|
|
SRC_URI[sha256sum] = "e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec"
|
|
|
|
inherit pypi python_setuptools_build_meta
|
|
|
|
DEPENDS += "\
|
|
python3-cppy-native \
|
|
"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
python3-core \
|
|
python3-setuptools \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|