python3-jsbeautifier: upgrade 1.15.1 -> 1.15.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-02-26 07:24:23 +08:00
committed by Khem Raj
parent 81c6770719
commit 0fe5ef7219

View File

@@ -0,0 +1,19 @@
SUMMARY = "JavaScript unobfuscator and beautifier."
HOMEPAGE = "https://beautifier.io/"
LICENSE = "MIT"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
inherit pypi setuptools3
SRC_URI[sha256sum] = "5f1baf3d4ca6a615bb5417ee861b34b77609eeb12875555f8bbfabd9bf2f3457"
PYPI_PACKAGE = "jsbeautifier"
RDEPENDS:${PN} += "\
python3-core \
python3-stringold \
python3-shell \
"
BBCLASSEXTEND = "native nativesdk"