summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-12-08 18:33:36 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commit7f8fa8822d0e9106250c5951bfc5f68e493e4763 (patch)
tree1729788c7537113f870259c3661ced3cc05faa7d /meta-openstack
parentff8964c748f190bc24afbef700fef4ddb1904e7e (diff)
downloadmeta-cloud-services-7f8fa8822d0e9106250c5951bfc5f68e493e4763.tar.gz
python-vcversioner: add new recipe
Add python-vcversioner,since the newer python-jsonschema depends on it. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
new file mode 100644
index 0000000..2fe96ab
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "An implementation of JSON Schema validation for Python"
2HOMEPAGE = "http://github.com/Julian/jsonschema"
3SECTION = "devel/python"
4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c"
6
7SRCNAME = "vcversioner"
8
9SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
12SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools