diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-17 20:05:04 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-19 08:58:09 -0800 |
| commit | 8b85bd4000c4275859fac80ad365cc20d6a40297 (patch) | |
| tree | bcc2dff6d507984d69d0f4b3a4ed89de605cafb2 /meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | |
| parent | c9f4067545b3fb130031a61e0c0f7ef59b12d763 (diff) | |
| download | meta-openembedded-8b85bd4000c4275859fac80ad365cc20d6a40297.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsmin_3.0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "JavaScript minifier." | ||
| 2 | HOMEPAGE = "https://github.com/tikitu/jsmin/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3a3301ce2ad647e172f4a1016c67324d" | ||
| 6 | |||
| 7 | inherit setuptools3 pypi ptest | ||
| 8 | SRC_URI[sha256sum] = "c0959a121ef94542e807a674142606f7e90214a2b3d1eb17300244bbb5cc2bfc" | ||
| 9 | |||
| 10 | BBCLASSEXTEND = "native nativesdk" | ||
| 11 | |||
| 12 | SRC_URI += " \ | ||
| 13 | file://run-ptest \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN}-ptest += " \ | ||
| 17 | ${PYTHON_PN}-pytest \ | ||
| 18 | " | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | cp -f ${S}/jsmin/test.py ${D}${PTEST_PATH}/ | ||
| 22 | } | ||
