From 1fe075edb6c1a0388ff3e2d790b935f76533280b Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:05:47 +0800 Subject: python-django-compressor: upgrade to 1.5 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../python/python-django-compressor_1.4.bb | 23 ---------------------- .../python/python-django-compressor_1.5.bb | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-django-compressor_1.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python-django-compressor_1.5.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ -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" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9f8de96acfc347c41ce7c15f2e918ef6" - -PR = "r0" -SRCNAME = "django_compressor" - -SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "dc050f1a85f83f927f94bcb09e8bdd0f" -SRC_URI[sha256sum] = "b26034230efcef7d60e5267890eda656dfc49c567f27125d907eee4fe7f9a6ec" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-django-appconf \ - " - -CLEANBROKEN = "1" 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 @@ +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" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9f8de96acfc347c41ce7c15f2e918ef6" + +SRCNAME = "django_compressor" + +SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "274dd82a45ddd13e111852dd101a5924" +SRC_URI[sha256sum] = "0189fd1dbf87d802f4e4e21ebc9220f29bbb7771b252a958ad6119f61453e22e" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-django-appconf \ + " + +CLEANBROKEN = "1" -- cgit v1.2.3-54-g00ecf