diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:05:47 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | 1fe075edb6c1a0388ff3e2d790b935f76533280b (patch) | |
| tree | 3d68c98490ae45a0f7cb5124d61f1dde35f2c422 /meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb | |
| parent | c98ce7a7b113328e81202ce7a4c3eeaa27e4e4b5 (diff) | |
| download | meta-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.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb b/meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb deleted file mode 100644 index 7989468..0000000 --- a/meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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=9f8de96acfc347c41ce7c15f2e918ef6" | ||
| 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] = "dc050f1a85f83f927f94bcb09e8bdd0f" | ||
| 14 | SRC_URI[sha256sum] = "b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += "python-django-appconf \ | ||
| 21 | " | ||
| 22 | |||
| 23 | CLEANBROKEN = "1" | ||
