diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_1.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-warlock_1.0.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-warlock_1.0.1.bb new file mode 100644 index 0000000..4bc4c74 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-warlock_1.0.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Build self-validating python objects using JSON schemas" | ||
| 2 | HOMEPAGE = "http://github.com/bcwaldon/warlock" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.md;md5=97b002bcda83d22e7d3fd1427688a6a6" | ||
| 6 | |||
| 7 | DEPENDS += "python-jsonschema python-jsonpatch" | ||
| 8 | |||
| 9 | PR = "0" | ||
| 10 | SRCNAME = "warlock" | ||
| 11 | |||
| 12 | SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "a0096d4843da1f939c873460b53c02e0" | ||
| 15 | SRC_URI[sha256sum] = "986ccfd647f89c1c8e7ebe40d159e5633818a58754b3ffdf51c4816927977791" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 18 | |||
| 19 | inherit setuptools | ||
| 20 | |||
| 21 | RDEPENDS_${PN} += " python-jsonschema python-jsonpatch" | ||
| 22 | |||
