All of lore.kernel.org
 help / color / mirror / Atom feed
* [m-c-s][PATCH] python-rcssmin: initial version
@ 2017-01-23 21:39 Mark Asselstine
  0 siblings, 0 replies; only message in thread
From: Mark Asselstine @ 2017-01-23 21:39 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: meta-virtualization

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

Signed-off-by: Mark Asselstine <mark.asselstine@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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-23 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 21:39 [m-c-s][PATCH] python-rcssmin: initial version Mark Asselstine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.