[meta-virtualization] [RFC][PATCH 15/16] Added python-quantumclient recipe

Bruce Ashfield bruce.ashfield at gmail.com
Tue Dec 18 06:40:10 PST 2012


On Tue, Dec 18, 2012 at 9:31 AM, David Nyström <david.c.nystrom at gmail.com>wrote:

> Signed-off-by: David Nyström <david.nystrom at enea.com>
> ---
>  .../quantumclient/python-quantumclient_git.bb      |   23
> ++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 recipes-cloud/quantumclient/
> python-quantumclient_git.bb
>
> diff --git a/recipes-cloud/quantumclient/python-quantumclient_git.bbb/recipes-cloud/quantumclient/
> python-quantumclient_git.bb
> new file mode 100644
> index 0000000..bb0aae6
> --- /dev/null
> +++ b/recipes-cloud/quantumclient/python-quantumclient_git.bb
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "This is the client API library for Quantum."
> +SECTION = "devel/python"
> +LICENSE = "Apache-2"
> +PR = "0"
> +
> +RDEPENDS_${PN} = "python-pyparsing \
> +          python-simplejson \
> +          python-httplib2 \
> +          python-prettytable \
> +          python-cliff \
> +          "
> +
> +SRCREV = "bc7ba5e19d4e9039146ca37f77a0b232522cddc8"
> +PV = "0.2.1+gitr${SRCREV}"
>

I haven't checked yet (swamped by email at the moment), but is the SRCREV
you have listed the tag/branch for 0.2.1 ?

If it is, we've been using: PV = "<version>", since adding the gitr +
SRCREV
doesn't add any value on top of the version number.

(same question/comment applies to the other client python routines).

Cheers,

Bruce




> +SRC_URI = "git://
> github.com/openstack/python-quantumclient.git;protocol=https"
> +S = "${WORKDIR}/git"
> +
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
> +
> +export BUILD_SYS
> +export HOST_SYS
> +
> +inherit setuptools
> \ No newline at end of file
> --
> 1.7.9.5
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20121218/c71ab593/attachment.html>


More information about the meta-virtualization mailing list