mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 23:08:30 +00:00
python3-jsmin: Upgrade 3.0.0 -> 3.0.1
Upgrade to release 3.0.1: - Bump (patch) version Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
22
meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb
Normal file
22
meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb
Normal file
@@ -0,0 +1,22 @@
|
||||
DESCRIPTION = "JavaScript minifier."
|
||||
HOMEPAGE = "https://github.com/tikitu/jsmin/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d"
|
||||
|
||||
inherit setuptools3 pypi ptest
|
||||
SRC_URI[sha256sum] = "c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5cc2bfc"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRC_URI += " \
|
||||
file://run-ptest \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
"
|
||||
|
||||
do_install_ptest() {
|
||||
cp -f ${S}/jsmin/test.py ${D}${PTEST_PATH}/
|
||||
}
|
||||
Reference in New Issue
Block a user