All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Mark Asselstine <mark.asselstine@windriver.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [m-c-s][PATCH 1/2] python-monotonic: add new recipe to fulfil dependencies
Date: Mon, 11 Jan 2016 09:33:45 -0500	[thread overview]
Message-ID: <5693BD49.9000404@windriver.com> (raw)
In-Reply-To: <1452367642-26161-1-git-send-email-mark.asselstine@windriver.com>

On 16-01-09 02:27 PM, Mark Asselstine wrote:
> This package is required by uprevs of trove, nova, several oslo
> packages, to name a few. Adding this package so that it is available
> for these uprevs as we move to openstack liberty.
>
> This python module provides access to the value, in fractions of a
> second, of a clock.

merged to master.

Bruce

>
> Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
> ---
>   .../python/python-monotonic_git.bb                 | 31 ++++++++++++++++++++++
>   1 file changed, 31 insertions(+)
>   create mode 100644 meta-openstack/recipes-devtools/python/python-monotonic_git.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-monotonic_git.bb b/meta-openstack/recipes-devtools/python/python-monotonic_git.bb
> new file mode 100644
> index 0000000..2552409
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-monotonic_git.bb
> @@ -0,0 +1,31 @@
> +DESCRIPTION = "An implementation of time.monotonic()"
> +HOMEPAGE = "https://github.com/atdt/monotonic"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
> +
> +PV = "0.4"
> +SRCREV = "93b3d3ba63597e57b20333db4e33ca0f48debf2a"
> +
> +SRCNAME = "monotonic"
> +SRC_URI = "git://github.com/atdt/${SRCNAME}.git"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit distutils
> +
> +DEPENDS += " \
> +        python-pbr \
> +        "
> +
> +RDEPENDS_${PN} += " \
> +        python-pbr \
> +        "
> +
> +do_install_append() {
> +    # Using these "longest" paths will ensure needed shorter paths will be created
> +    install -d ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info
> +
> +    install -m 644 ${S}/${SRCNAME}.py ${D}/${libdir}/python2.7/site-packages/
> +    install -m 644 ${S}/${SRCNAME}.egg-info/* ${D}/${libdir}/python2.7/site-packages/${SRCNAME}.egg-info/
> +}
>



      parent reply	other threads:[~2016-01-11 14:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-09 19:27 [m-c-s][PATCH 1/2] python-monotonic: add new recipe to fulfil dependencies Mark Asselstine
2016-01-09 19:27 ` [m-c-s][PATCH 2/2] python-oslo.service: " Mark Asselstine
2016-01-11 14:33 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5693BD49.9000404@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=mark.asselstine@windriver.com \
    --cc=meta-virtualization@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.