aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
diff options
context:
space:
mode:
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.bb15
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 00000000..15bba293
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-rjsmin_1.1.0.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "rJSmin is a javascript minifier written in python."
+HOMEPAGE = "http://opensource.perlig.de/rjsmin/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRC_URI[md5sum] = "ff73482370832bcc8e75571c35b7a79b"
+SRC_URI[sha256sum] = "b15dc75c71f65d9493a8c7fa233fdcec823e3f1b88ad84a843ffef49b338ac32"
+
+inherit setuptools3 pypi
+
+RDEPENDS:${PN} += " \
+ "
+
+CLEANBROKEN = "1"