From 1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 3 Mar 2015 14:41:30 -0500 Subject: support-libs: refresh round1 Refreshing the support libraries to prepare for kilo uprevs of the core components. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonschema_2.4.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.0.bb new file mode 100644 index 0000000..89fb670 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.4.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 = "r0" +SRCNAME = "jsonschema" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "f645c88123189976058fcf550c02e50f" +SRC_URI[sha256sum] = "acf1e360b4682d64ba6acc35dbc65d81d9bde68a291a97f14f16f4282733f5a4" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf