[meta-virtualization] [meta-cloud-services][PATCH 1/2] python-vcversioner: add new recipe

Bruce Ashfield bruce.ashfield at gmail.com
Tue Aug 18 10:12:42 PDT 2015


On Tue, Aug 18, 2015 at 5:42 AM, Li xin <lixin.fnst at cn.fujitsu.com> wrote:
> Add python-vcversioner,since the newer python-jsonschema depends on it.
>

both patches merged.

Bruce

> Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
> ---
>  .../python/python-vcversioner_2.14.0.0.bb                | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
>
> 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 @@
> +DESCRIPTION = "An implementation of JSON Schema validation for Python"
> +HOMEPAGE = "http://github.com/Julian/jsonschema"
> +SECTION = "devel/python"
> +LICENSE = "ISC"
> +LIC_FILES_CHKSUM = "file://vcversioner.py;beginline=1;endline=13;md5=b20bc154910c13368ad5ba54560f0b0c"
> +
> +SRCNAME = "vcversioner"
> +
> +SRC_URI = "http://pypi.python.org/packages/source/v/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4"
> +SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86"
> +
> +S = "${WORKDIR}/${SRCNAME}-${PV}"
> +
> +inherit setuptools
> --
> 1.8.4.2
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list