summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-29 11:05:47 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-29 12:29:41 -0400
commit1fe075edb6c1a0388ff3e2d790b935f76533280b (patch)
tree3d68c98490ae45a0f7cb5124d61f1dde35f2c422 /meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
parentc98ce7a7b113328e81202ce7a4c3eeaa27e4e4b5 (diff)
downloadmeta-cloud-services-1fe075edb6c1a0388ff3e2d790b935f76533280b.tar.gz
python-django-compressor: upgrade to 1.5
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
new file mode 100644
index 0000000..b33aed6
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files."
2HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=9f8de96acfc347c41ce7c15f2e918ef6"
6
7SRCNAME = "django_compressor"
8
9SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
10"
11
12SRC_URI[md5sum] = "274dd82a45ddd13e111852dd101a5924"
13SRC_URI[sha256sum] = "0189fd1dbf87d802f4e4e21ebc9220f29bbb7771b252a958ad6119f61453e22e"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "python-django-appconf \
20 "
21
22CLEANBROKEN = "1"