[meta-virtualization] [m-c-s][PATCH] python-rcssmin: initial version

Mark Asselstine mark.asselstine at windriver.com
Mon Jan 23 13:39:54 PST 2017


This package is required to support the uprev of
python-django-compressor to v2.1.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../python/python-rcssmin_1.0.6.bb                 | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb

diff --git a/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb b/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb
new file mode 100644
index 0000000..6d412cc
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "RCSSmin is a CSS minifier."
+HOMEPAGE = "http://opensource.perlig.de/rcssmin/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
+
+SRCNAME = "rcssmin"
+
+SRC_URI = "https://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a"
+SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools 
+
+RDEPENDS_${PN} += " \
+        "
+
+CLEANBROKEN = "1"
-- 
2.7.4



More information about the meta-virtualization mailing list