Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 1 | SUMMARY = "Python expectaton library" |
| 2 | DESCRIPTION = "Minimal but very flexible implementation of the expect pattern" |
| 3 | SECTION = "devel/python" |
| 4 | HOMEPAGE = " https://bitbucket.org/dwt/pyexpect" |
| 5 | LICENSE = "ISC" |
| 6 | LIC_FILES_CHKSUM = "file://README.md;md5=a6aa1e7097aca5955f9a2e1c8b0ce158" |
| 7 | |
| 8 | inherit pypi setuptools3 |
| 9 | |
Andrew Geissler | 4b7c115 | 2020-11-30 19:55:29 -0600 | [diff] [blame] | 10 | SRC_URI[md5sum] = "c661939158d6a1acbcc2191bedc47751" |
| 11 | SRC_URI[sha256sum] = "96e900d6af928a94c2a75b4935ddda44872c218121d0467c549ae19e7608a9a2" |