All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [PATCH] python-vine: Add python3 version
Date: Sun, 18 Aug 2019 22:30:01 -0400	[thread overview]
Message-ID: <CADkTA4PKA_oegLR+W7jvPmuKfMTASJaJZcH5+K9Ug=crSnSC_Q@mail.gmail.com> (raw)
In-Reply-To: <1565951293-24335-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>

merged

Bruce

On Fri, Aug 16, 2019 at 6:31 AM Zheng Ruoqin
<zhengrq.fnst@cn.fujitsu.com> wrote:
>
> Providing a python3 version of python-vine.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../recipes-devtools/python/python-vine.inc        | 13 +++++++++++++
>  .../recipes-devtools/python/python-vine_1.1.4.bb   | 14 ++------------
>  .../recipes-devtools/python/python3-vine_1.1.4.bb  |  3 +++
>  3 files changed, 18 insertions(+), 12 deletions(-)
>  create mode 100644 meta-openstack/recipes-devtools/python/python-vine.inc
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
>
> diff --git a/meta-openstack/recipes-devtools/python/python-vine.inc b/meta-openstack/recipes-devtools/python/python-vine.inc
> new file mode 100644
> index 0000000..f098a9d
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python-vine.inc
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "Python promises"
> +HOMEPAGE = "https://pypi.python.org/pypi/vine"
> +SECTION = "devel/python"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
> +
> +SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
> +SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
> +
> +inherit pypi
> +
> +RDEPENDS_${PN} += " \
> +        "
> diff --git a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
> index 268675d..01c2a95 100644
> --- a/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
> +++ b/meta-openstack/recipes-devtools/python/python-vine_1.1.4.bb
> @@ -1,13 +1,3 @@
> -DESCRIPTION = "Python promises"
> -HOMEPAGE = "https://pypi.python.org/pypi/vine"
> -SECTION = "devel/python"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=6fadb0e48ceb84b571372dd706ed76a0"
> +inherit setuptools
> +require python-vine.inc
>
> -SRC_URI[md5sum] = "9fdb971e7fd15b181b84f3bfcf20d11c"
> -SRC_URI[sha256sum] = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72"
> -
> -inherit setuptools pypi
> -
> -RDEPENDS_${PN} += " \
> -        "
> diff --git a/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb b/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
> new file mode 100644
> index 0000000..5926702
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-vine_1.1.4.bb
> @@ -0,0 +1,3 @@
> +inherit setuptools3
> +require python-vine.inc
> +
> --
> 2.17.1
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@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
- "Use the force Harry" - Gandalf, Star Trek II


      reply	other threads:[~2019-08-19  2:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 10:28 [PATCH] python-vine: Add python3 version Zheng Ruoqin
2019-08-19  2:30 ` 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='CADkTA4PKA_oegLR+W7jvPmuKfMTASJaJZcH5+K9Ug=crSnSC_Q@mail.gmail.com' \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=zhengrq.fnst@cn.fujitsu.com \
    /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.