diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-18 17:42:10 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-18 13:11:04 -0400 |
| commit | 0eece53a1daebd9206c45715d0f47cb1b7459beb (patch) | |
| tree | bebb0c0459629499f66004808a3074340a726946 | |
| parent | 6b1f8d27996b80b6ee1528037e5a57e45e569eb7 (diff) | |
| download | meta-cloud-services-0eece53a1daebd9206c45715d0f47cb1b7459beb.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>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 16 |
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 @@ | |||
| 1 | DESCRIPTION = "An implementation of JSON Schema validation for Python" | ||
| 2 | HOMEPAGE = "http://github.com/Julian/jsonschema" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "ISC" | ||
| 5 | LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c" | ||
| 6 | |||
| 7 | SRCNAME = "vcversioner" | ||
| 8 | |||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" | ||
| 12 | SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
