[meta-virtualization] [RFC][PATCH 12/16] Added python-simplejson recipe

David Nyström david.c.nystrom at gmail.com
Tue Dec 18 06:31:54 PST 2012


Signed-off-by: David Nyström <david.nystrom at enea.com>
---
 .../simplejson/python-simplejson_2.6.2.bb          |   21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 recipes-python/simplejson/python-simplejson_2.6.2.bb

diff --git a/recipes-python/simplejson/python-simplejson_2.6.2.bb b/recipes-python/simplejson/python-simplejson_2.6.2.bb
new file mode 100644
index 0000000..5ff26c8
--- /dev/null
+++ b/recipes-python/simplejson/python-simplejson_2.6.2.bb
@@ -0,0 +1,21 @@
+SUMMARY="json encoder/decoder"
+DESCRIPTION = "simplejson is a simple, fast, complete, correct and extensible \
+	    JSON <http://json.org> encoder and decoder for Python 2.5+.  It is \
+	    pure Python code with no dependencies, but includes an optional C \
+	    extension for a serious speed boost."
+SECTION = "devel/python"
+LICENSE = "MIT"
+PR = "0"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8a9f8dcfcd28c34daa443e5b1d29813b"
+SRC_URI = "http://pypi.python.org/packages/source/s/simplejson/simplejson-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "9b41cd412dfac7c002aeca61ab0fdfe2"
+SRC_URI[sha256sum] = "1b28d0896a76d4db1ab759204c039ab1ca4bf28bd30d6bf9c79172454e750dd3"
+
+S = "${WORKDIR}/simplejson-${PV}"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit distutils
-- 
1.7.9.5




More information about the meta-virtualization mailing list