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

Upgrade to release 1.0.20: - Support expectations on types that return different types than bool on comparison. - Better documentation intro using the feedback I got for my talk at berlin.python.pizza - Fix upload command and add some todos LIC_FILES_CHKSUM changed due to the recent modifications of README.md. The license remains the same. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
450 B
BlitzBasic
12 lines
450 B
BlitzBasic
SUMMARY = "Python expectaton library"
|
|
DESCRIPTION = "Minimal but very flexible implementation of the expect pattern"
|
|
SECTION = "devel/python"
|
|
HOMEPAGE = " https://bitbucket.org/dwt/pyexpect"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
SRC_URI[md5sum] = "7ebc843f015b54d849ac7632eda74e9b"
|
|
SRC_URI[sha256sum] = "acaaa6f96de315dc99cac3da810156bf3829d1eb5c49180f00a4fdde82eabc76"
|