Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | SUMMARY = "Foreign Function Interface for Python calling C code" |
| 2 | HOMEPAGE = "http://cffi.readthedocs.org/" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5677e2fdbf7cdda61d6dd2b57df547bf" |
| 5 | DEPENDS += "libffi ${PYTHON_PN}-pycparser" |
| 6 | |
Andrew Geissler | 6972109 | 2021-07-23 12:57:00 -0400 | [diff] [blame] | 7 | SRC_URI[sha256sum] = "c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd" |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | |
| 9 | inherit pypi setuptools3 |
| 10 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame^] | 11 | RDEPENDS:${PN}:class-target = " \ |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 12 | ${PYTHON_PN}-ctypes \ |
| 13 | ${PYTHON_PN}-io \ |
| 14 | ${PYTHON_PN}-pycparser \ |
| 15 | ${PYTHON_PN}-shell \ |
| 16 | " |
| 17 | |
| 18 | BBCLASSEXTEND = "native nativesdk" |