DESCRIPTION = "A wrapper to JSON parsers allowing comments, multiline strings and trailing commas" | |
HOMEPAGE = "https://pypi.org/project/jsoncomment" | |
LICENSE = "MIT" | |
LIC_FILES_CHKSUM = "file://COPYING;md5=bf7cd414c4b1aeeaefd42ea09968b724" | |
SRC_URI[md5sum] = "59b90514c54bf5d0ab46a600ba693863" | |
SRC_URI[sha256sum] = "b63aae518ba037f0148c3ca1b18215ab1ba1e6a0d19f4407a7e1d45617ff3c52" | |
PYPI_PACKAGE = "jsoncomment" | |
PYPI_PACKAGE_EXT = "tar.gz" | |
inherit pypi | |
do_compile[noexec] = "1" | |
BBCLASSEXTEND = "native nativesdk" |