rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | DESCRIPTION = "A wrapper to JSON parsers allowing comments, multiline strings and trailing commas" |
| 2 | HOMEPAGE = "https://pypi.org/project/jsoncomment" |
| 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf7cd414c4b1aeeaefd42ea09968b724" |
| 5 | |
| 6 | SRC_URI[md5sum] = "59b90514c54bf5d0ab46a600ba693863" |
| 7 | SRC_URI[sha256sum] = "b63aae518ba037f0148c3ca1b18215ab1ba1e6a0d19f4407a7e1d45617ff3c52" |
| 8 | |
| 9 | PYPI_PACKAGE = "jsoncomment" |
| 10 | PYPI_PACKAGE_EXT = "tar.gz" |
| 11 | |
| 12 | inherit pypi |
| 13 | |
| 14 | do_compile[noexec] = "1" |
| 15 | |
| 16 | BBCLASSEXTEND = "native nativesdk" |