From fbddd862d4e19348338aded752cf5f48a5c5dda3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 01:06:50 -0500 Subject: python-json*: uprev json packages OpenStack Havana requires newer versions of the json packages, so we uprev them to the latest. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonschema_2.3.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb new file mode 100644 index 0000000..a24464d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.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=7a60a81c146ec25599a3e1dabb8610a8" + +PR = "0" +SRCNAME = "jsonschema" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "0275f70c5f7c65657555ff478a4fc89c" +SRC_URI[sha256sum] = "c085fca29eeb7e42500aa2769f933b003becd95a95819b4565a734170de84497" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf