[meta-virtualization] [RFC][PATCH 07/16] Added python-jsonschema recipe

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


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

diff --git a/recipes-python/jsonschema/python-jsonschema_0.7.bb b/recipes-python/jsonschema/python-jsonschema_0.7.bb
new file mode 100644
index 0000000..7f6d40b
--- /dev/null
+++ b/recipes-python/jsonschema/python-jsonschema_0.7.bb
@@ -0,0 +1,22 @@
+SUMMARY="jsonschema"
+DESCRIPTION = "jsonschema is an implementation of JSON Schema \
+	    (currently in Draft 3 \
+	    <http://tools.ietf.org/html/draft-zyp-json-schema-03>) \
+	    for Python (supporting 2.6+ including Python 3)." 
+SECTION = "devel/python"
+LICENSE = "MIT"
+PR = "0"
+
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34"
+SRC_URI = "http://pypi.python.org/packages/source/j/jsonschema/jsonschema-${PV}.zip"
+
+SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f"
+SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0"
+
+S = "${WORKDIR}/jsonschema-${PV}"
+
+export BUILD_SYS
+export HOST_SYS
+
+inherit distutils
-- 
1.7.9.5




More information about the meta-virtualization mailing list