From 67a0e5280ae710bc67121022debae4f322e35e88 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 20 Feb 2017 13:26:08 -0500 Subject: python-simplejson: update to version 3.10.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python/python-simplejson_3.10.0.bb | 26 +++++++++++++++++++++ .../python/python-simplejson_3.8.2.bb | 27 ---------------------- 2 files changed, 26 insertions(+), 27 deletions(-) create mode 100644 meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb delete mode 100644 meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb b/meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb new file mode 100644 index 0000000000..75ec2dc2d3 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb @@ -0,0 +1,26 @@ +SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" +HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" + +SRCNAME = "simplejson" + +SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "426a9631d22851a7a970b1a677368b15" +SRC_URI[sha256sum] = "953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} = "\ + python-core \ + python-re \ + python-io \ + python-netserver \ + python-numbers \ +" + + diff --git a/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb b/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb deleted file mode 100644 index 0c9112e445..0000000000 --- a/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "Simple, fast, extensible JSON encoder/decoder for Python" -HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -PR = "r1" - -SRCNAME = "simplejson" - -SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "53b1371bbf883b129a12d594a97e9a18" -SRC_URI[sha256sum] = "d58439c548433adcda98e695be53e526ba940a4b9c44fb9a05d92cd495cdd47f" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} = "\ - python-core \ - python-re \ - python-io \ - python-netserver \ - python-numbers \ -" - - -- cgit 1.2.3-korg