From 249007c1ed652089920a13660d3dc3f7b599dc6a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:29:40 -0400 Subject: python-paste: update to 2.0.3 (From meta-openembedded commit: 35ea4628a09861194f80077b248a7070ef661442) Signed-off-by: Derek Straka Signed-off-by: Tim Orling --- recipes-devtools/python/python-paste_2.0.2.bb | 14 -------------- recipes-devtools/python/python-paste_2.0.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 recipes-devtools/python/python-paste_2.0.2.bb create mode 100644 recipes-devtools/python/python-paste_2.0.3.bb diff --git a/recipes-devtools/python/python-paste_2.0.2.bb b/recipes-devtools/python/python-paste_2.0.2.bb deleted file mode 100644 index 4edd038..0000000 --- a/recipes-devtools/python/python-paste_2.0.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Tools for using a Web Server Gateway Interface stack" -HOMEPAGE = "http://pythonpaste.org/" -LICENSE = "MIT" -RDEPENDS_${PN} = "python-six" - -LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" - -SRC_URI[md5sum] = "4bfc8a7eaf858f6309d2ac0f40fc951c" -SRC_URI[sha256sum] = "adac3ac893a2dac6b8ffd49901377dd6819e05be3436b374d698641071daba99" - -PYPI_PACKAGE = "Paste" -inherit pypi setuptools - -FILES_${PN} += "/usr/lib/*" diff --git a/recipes-devtools/python/python-paste_2.0.3.bb b/recipes-devtools/python/python-paste_2.0.3.bb new file mode 100644 index 0000000..6b4019f --- /dev/null +++ b/recipes-devtools/python/python-paste_2.0.3.bb @@ -0,0 +1,14 @@ +SUMMARY = "Tools for using a Web Server Gateway Interface stack" +HOMEPAGE = "http://pythonpaste.org/" +LICENSE = "MIT" +RDEPENDS_${PN} = "python-six" + +LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" + +SRC_URI[md5sum] = "1231e14eae62fa7ed76e9130b04bc61e" +SRC_URI[sha256sum] = "2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218" + +PYPI_PACKAGE = "Paste" +inherit pypi setuptools + +FILES_${PN} += "/usr/lib/*" -- cgit 1.2.3-korg