From 13a8ca539f8f5b0fd702696f3b15fc24f64aae89 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 31 Jul 2015 13:30:02 +0800 Subject: python-simplejson: upgrade 3.6.2->3.7.3 Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-simplejson_3.6.2.bb | 31 ---------------------- recipes-devtools/python/python-simplejson_3.7.3.bb | 31 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 recipes-devtools/python/python-simplejson_3.6.2.bb create mode 100644 recipes-devtools/python/python-simplejson_3.7.3.bb (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python-simplejson_3.6.2.bb b/recipes-devtools/python/python-simplejson_3.6.2.bb deleted file mode 100644 index ecc46797..00000000 --- a/recipes-devtools/python/python-simplejson_3.6.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" -SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" -DESCRIPTION = "\ - JSON encoder and decoder for Python 2.5+ \ - and Python 3.3+. It is pure Python code with no dependencies, \ - but includes an optional C extension for a serious speed boost \ - " -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -PR = "r0" - -SRCNAME = "simplejson" - -SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "deca871b9bfa4b76ea360756b2a22710" -SRC_URI[sha256sum] = "99c092209f88d411858f01b14a97a4fcf8c4f438a685e23d733a3d65de52a35d" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} = "\ - python-core \ - python-re \ - python-io \ - python-netserver \ - python-numbers \ -" - - diff --git a/recipes-devtools/python/python-simplejson_3.7.3.bb b/recipes-devtools/python/python-simplejson_3.7.3.bb new file mode 100644 index 00000000..39dfce61 --- /dev/null +++ b/recipes-devtools/python/python-simplejson_3.7.3.bb @@ -0,0 +1,31 @@ +HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" +SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" +DESCRIPTION = "\ + JSON encoder and decoder for Python 2.5+ \ + and Python 3.3+. It is pure Python code with no dependencies, \ + but includes an optional C extension for a serious speed boost \ + " +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" +PR = "r0" + +SRCNAME = "simplejson" + +SRC_URI = "https://pypi.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "117346e5ee4ed4434ffe485f8e58f5ed" +SRC_URI[sha256sum] = "63d7f7b14a20f29f74325a69e6db45925eaf6e3a003eab46c0234fd050a8c93f" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} = "\ + python-core \ + python-re \ + python-io \ + python-netserver \ + python-numbers \ +" + + -- cgit v1.2.3-54-g00ecf