diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-23 16:39:54 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-25 14:30:00 -0500 |
| commit | 6bd58b731caf3c7779ca45ddf2259c3497e8e942 (patch) | |
| tree | 7daf8d77e04c520405def6406b14c4355223fee8 /meta-openstack | |
| parent | 7306e0556b28bdd06b34acf016bcdc727ec6d15c (diff) | |
| download | meta-cloud-services-6bd58b731caf3c7779ca45ddf2259c3497e8e942.tar.gz | |
python-rcssmin: initial version
This package is required to support the uprev of
python-django-compressor to v2.1.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-rcssmin_1.0.6.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "RCSSmin is a CSS minifier." | ||
| 2 | HOMEPAGE = "http://opensource.perlig.de/rcssmin/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 6 | |||
| 7 | SRCNAME = "rcssmin" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.io/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "467d56503ce386c0b0e52f69ac143a9a" | ||
| 13 | SRC_URI[sha256sum] = "ca87b695d3d7864157773a61263e5abb96006e9ff0e021eff90cbe0e1ba18270" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | " | ||
| 21 | |||
| 22 | CLEANBROKEN = "1" | ||
