diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-10-27 13:30:11 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-03 16:33:44 -0500 |
commit | a34a87b2ea6cf1762bbeb16e4a10b3a27682c489 (patch) | |
tree | df6d08cb55469dfad6983c4d81b979df197be773 /meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb | |
parent | 6de00e77b5a7b0bfff6e304dba91dd4859948e36 (diff) | |
download | meta-cloud-services-a34a87b2ea6cf1762bbeb16e4a10b3a27682c489.tar.gz |
python3-rjsmin: upgrade 1.0.12 -> 1.1.0
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb new file mode 100644 index 0000000..6c3b55b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "rJSmin is a javascript minifier written in python." | ||
2 | HOMEPAGE = "http://opensource.perlig.de/rjsmin/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
6 | |||
7 | SRC_URI[md5sum] = "ff73482370832bcc8e75571c35b7a79b" | ||
8 | SRC_URI[sha256sum] = "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32" | ||
9 | |||
10 | inherit setuptools3 pypi | ||
11 | |||
12 | RDEPENDS_${PN} += " \ | ||
13 | " | ||
14 | |||
15 | CLEANBROKEN = "1" | ||