From 4cec63f92c4f15396341e3c93f5f29bbb0fcf76e Mon Sep 17 00:00:00 2001 From: Mihai Prica Date: Fri, 17 May 2013 17:20:09 +0300 Subject: python-jsonschema: added 0.7 Signed-off-by: Mihai Prica --- .../recipes-devtools/python/python-jsonschema_0.7.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb new file mode 100644 index 0000000..92cec50 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "An implementation of JSON-Schema validation for Python" +HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34" + +PR = "0" +SRCNAME = "jsonschema" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f" +SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf