From 9ac3fd879f535f56ee2c86fcff4197cfa8f4b4c2 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 16:41:37 +0800 Subject: python-webob: upgrade 1.2.3 -> 1.4.1 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-webob_1.2.3.bb | 23 ----------------------- recipes-devtools/python/python-webob_1.4.1.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 recipes-devtools/python/python-webob_1.2.3.bb create mode 100644 recipes-devtools/python/python-webob_1.4.1.bb (limited to 'recipes-devtools/python') diff --git a/recipes-devtools/python/python-webob_1.2.3.bb b/recipes-devtools/python/python-webob_1.2.3.bb deleted file mode 100644 index a30ee9c1..00000000 --- a/recipes-devtools/python/python-webob_1.2.3.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "WSGI request and response object" -HOMEPAGE = "http://webob.org/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" - -PR = "r0" -SRCNAME = "WebOb" - -SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "11825b7074ba7043e157805e4e6e0f55" -SRC_URI[sha256sum] = "325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += " \ - python-sphinx \ - python-nose \ - " - diff --git a/recipes-devtools/python/python-webob_1.4.1.bb b/recipes-devtools/python/python-webob_1.4.1.bb new file mode 100644 index 00000000..18b38066 --- /dev/null +++ b/recipes-devtools/python/python-webob_1.4.1.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "WSGI request and response object" +HOMEPAGE = "http://webob.org/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=8ed3584bcc78c16da363747ccabc5af5" + +PR = "r0" +SRCNAME = "WebOb" + +SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a5c6e8ba5431756e6a5d5ec56047ec94" +SRC_URI[sha256sum] = "12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += " \ + python-sphinx \ + python-nose \ + " + -- cgit v1.2.3-54-g00ecf