Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 1 | SUMMARY = "Python template engine and code generation tool" |
Andrew Geissler | c87764f | 2020-06-27 00:16:32 -0500 | [diff] [blame] | 2 | HOMEPAGE = "https://cheetahtemplate.org/" |
Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=15e13a4ed0e5880e3e55ec88b0921181" |
| 5 | |
| 6 | PYPI_PACKAGE = "Cheetah3" |
| 7 | inherit pypi setuptools3 |
| 8 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 9 | RDEPENDS:${PN} = "python3-pickle python3-pprint" |
| 10 | RDEPENDS:${PN}:class-native = "" |
Brad Bishop | dec060e | 2019-09-23 08:01:31 -0400 | [diff] [blame] | 11 | |
| 12 | BBCLASSEXTEND = "native nativesdk" |
| 13 | |
Andrew Geissler | e34f896 | 2021-04-15 15:53:51 -0500 | [diff] [blame] | 14 | SRC_URI[sha256sum] = "58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967" |