From d46843f0090d7f6747ec748524de8c7efb21bee9 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 16:41:36 +0800 Subject: python-werkzeug: upgrade 0.9.4->0.10.4 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-werkzeug_0.10.4.bb | 31 +++++++++++++++++++++++ recipes-devtools/python/python-werkzeug_0.9.4.bb | 31 ----------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 recipes-devtools/python/python-werkzeug_0.10.4.bb delete mode 100644 recipes-devtools/python/python-werkzeug_0.9.4.bb diff --git a/recipes-devtools/python/python-werkzeug_0.10.4.bb b/recipes-devtools/python/python-werkzeug_0.10.4.bb new file mode 100644 index 00000000..763e5b98 --- /dev/null +++ b/recipes-devtools/python/python-werkzeug_0.10.4.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "The Swiss Army knife of Python web development" +HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa" + +PR = "r0" +SRCNAME = "Werkzeug" + +SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "66a488e0ac50a9ec326fe020b3083450" +SRC_URI[sha256sum] = "9d2771e4c89be127bc4bac056ab7ceaf0e0064c723d6b6e195739c3af4fd5c1d" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-io \ + python-datetime \ + python-email \ + python-zlib \ + python-pkgutil \ + python-html \ + python-shell \ + python-pprint \ + python-subprocess \ + python-netserver" + +CLEANBROKEN = "1" + diff --git a/recipes-devtools/python/python-werkzeug_0.9.4.bb b/recipes-devtools/python/python-werkzeug_0.9.4.bb deleted file mode 100644 index 38e9f0f9..00000000 --- a/recipes-devtools/python/python-werkzeug_0.9.4.bb +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "The Swiss Army knife of Python web development" -HOMEPAGE = "https://pypi.python.org/pypi/Werkzeug/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ad2e600a437b1b03d25b02df8c23ad1c" - -PR = "r0" -SRCNAME = "Werkzeug" - -SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "670fad41f57c13b71a6816765765a3dd" -SRC_URI[sha256sum] = "c1baf7a3e8be70f34d931ee173283f406877bd3d17f372bbe82318a5b3c510cc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-io \ - python-datetime \ - python-email \ - python-zlib \ - python-pkgutil \ - python-html \ - python-shell \ - python-pprint \ - python-subprocess \ - python-netserver" - -CLEANBROKEN = "1" - -- cgit v1.2.3-54-g00ecf