diff options
author | Mihai Prica <prica.mihai@gmail.com> | 2013-07-04 18:28:50 +0300 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:58 -0400 |
commit | 865ea0199a5ecad1d18264f0af000f343274e0cb (patch) | |
tree | a2e1d91569aa6cf3d7a58e4b9b6fa615bf485655 /meta-openstack | |
parent | f10d88c0695c67043fa325f3364099cc87882f16 (diff) | |
download | meta-cloud-services-865ea0199a5ecad1d18264f0af000f343274e0cb.tar.gz |
python-django-compressor: added 1.3
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb new file mode 100644 index 0000000..e5ae32e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-django-compressor_1.3.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Compresses linked and inline JavaScript or CSS into single cached files." | ||
2 | HOMEPAGE = "http://django-compressor.readthedocs.org/en/latest/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=005b23b510258ab60c075b1623eafd14" | ||
6 | |||
7 | PR = "r0" | ||
8 | SRCNAME = "django_compressor" | ||
9 | |||
10 | SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
11 | " | ||
12 | |||
13 | SRC_URI[md5sum] = "da8ee3c5908d648ded03dfe996499b15" | ||
14 | SRC_URI[sha256sum] = "66ff1a845a6c1b16c4cf552ee3d746033979e46cd9bd5d999d4b5dae93327a52" | ||
15 | |||
16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
17 | |||
18 | inherit setuptools | ||
19 | |||
20 | RDEPENDS_${PN} += "python-django-appconf \ | ||
21 | " | ||