From f5db5c4d16a3f009b50b5c585858bf44d7e8ef9a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 23 Jan 2017 16:40:14 -0500 Subject: python-django-compressor: uprev to v2.1 This version is required to support the uprev of python-horizon to stable/newton. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../python/python-django-compressor_2.1.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb (limited to 'meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb') diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb new file mode 100644 index 0000000..4bdb706 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-compressor_2.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files." +HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/" +SECTION = "devel/python" +LICENSE = "MIT & BSD-3-Clause & BSD-2-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=021598d037fd39ab02e53249e1fe4b6f" + +SRCNAME = "django_compressor" + +SRC_URI = "https://pypi.io/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "21ecfe4e8615eae64f7068a5599df9af" +SRC_URI[sha256sum] = "ae0051bc0c7a0660c93434e68d617553fccdd573293dfd15aa33f78d2b4954ef" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-django-appconf \ + python-rcssmin \ + python-rjsmin \ + " + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf