From 8b85bd4000c4275859fac80ad365cc20d6a40297 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 17 Jan 2022 20:05:04 +0200 Subject: python3-jsmin: Upgrade 3.0.0 -> 3.0.1 Upgrade to release 3.0.1: - Bump (patch) version Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-jsmin_3.0.0.bb | 22 ---------------------- .../recipes-devtools/python/python3-jsmin_3.0.1.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb b/meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb deleted file mode 100644 index 733c9639c7..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsmin_3.0.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -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] = "88fc1bd6033a47c5911dbcada7d279c7a8b7ad0841909590f6a742c20c4d2e08" - -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}/ -} diff --git a/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb new file mode 100644 index 0000000000..51b17066ee --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb @@ -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}/ +} -- cgit v1.2.3-54-g00ecf