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 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb (limited to 'meta-oe/recipes-devtools/python/python-simplejson_3.10.0.bb') 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 \ +" + + -- cgit v1.2.3-54-g00ecf