diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-05-17 17:20:09 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:54 -0400 |
| commit | 4cec63f92c4f15396341e3c93f5f29bbb0fcf76e (patch) | |
| tree | ce43ef899113e0aa23426e5584e16e7d61875903 /meta-openstack/recipes-devtools/python | |
| parent | 7890a404839cf7b193d1e2d6e4f19db659778817 (diff) | |
| download | meta-cloud-services-4cec63f92c4f15396341e3c93f5f29bbb0fcf76e.tar.gz | |
python-jsonschema: added 0.7
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ | |||
| 1 | DESCRIPTION = "An implementation of JSON-Schema validation for Python" | ||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34" | ||
| 6 | |||
| 7 | PR = "0" | ||
| 8 | SRCNAME = "jsonschema" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f" | ||
| 13 | SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit distutils | ||
