Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Python template engine and code generation tool" |
| 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aff1107514aa6aae948f9fe71fdc393b" |
| 4 | |
| 5 | PR = "r3" |
| 6 | |
| 7 | PYPI_PACKAGE = "Cheetah" |
| 8 | inherit pypi setuptools |
| 9 | |
| 10 | RDEPENDS_${PN} = "python-pickle python-pprint" |
| 11 | RDEPENDS_${PN}_class-native = "" |
| 12 | |
| 13 | BBCLASSEXTEND = "native nativesdk" |
| 14 | |
| 15 | SRC_URI[md5sum] = "853917116e731afbc8c8a43c37e6ddba" |
| 16 | SRC_URI[sha256sum] = "be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550" |