All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zhengruoqin <zhengrq.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] python3-mistralclient: Change to python3
Date: Sun, 27 Sep 2020 22:44:57 -0400	[thread overview]
Message-ID: <20200928024454.GA60026@gmail.com> (raw)
In-Reply-To: <1600741576-124087-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741637-124133-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741645-124169-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741657-124205-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741666-124250-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741690-124287-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741697-124327-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741708-124363-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741757-124408-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1600741786-124453-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-mistralclient: Change to python3
on 22/09/2020 zhengruoqin wrote:

> Because python2 is no longer maintained, bb file is changed to python3 version.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/python-mistralclient_git.bb        | 32 -------------------
>  .../python/python3-mistralclient_4.1.1.bb     | 29 +++++++++++++++++
>  2 files changed, 29 insertions(+), 32 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
> deleted file mode 100644
> index c9002e9..0000000
> --- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
> +++ /dev/null
> @@ -1,32 +0,0 @@
> -DESCRIPTION = "Python client for Mistral REST API"
> -HOMEPAGE = "https://github.com/openstack/python-mistralclient"
> -SECTION = "devel/python"
> -LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> -
> -DEPENDS += " \
> -        python-pip \
> -        python-pbr \
> -        "
> -
> -# Satisfy setup.py 'setup_requires'
> -DEPENDS += " \
> -        python-pbr-native \
> -        "
> -
> -RDEPENDS_${PN} +=" \
> -        python-cliff \
> -        python-pbr \
> -        python-keystoneclient \
> -        python-pyyaml \
> -        python-requests \
> -	"
> -
> -SRCNAME = "mistralclient"
> -SRC_URI = "git://github.com/openstack/${BPN}.git;branch=master"
> -
> -PV = "1.1.0+git${SRCPV}"
> -SRCREV = "48e2780ee0148efc186c8972ca22e572fa2433c5"
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> new file mode 100644
> index 0000000..dd0eb90
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-mistralclient_4.1.1.bb
> @@ -0,0 +1,29 @@
> +DESCRIPTION = "Python client for Mistral REST API"
> +HOMEPAGE = "https://github.com/openstack/python-mistralclient"
> +SECTION = "devel/python"
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
> +
> +SRC_URI[sha256sum] = "b03d52ec860df292192a0face767585633e209ba9297fc71da70d42d6a76aebe"
> +
> +PYPI_PACKAGE = "python-mistralclient"
> +
> +DEPENDS += " \
> +        python3-pip \
> +        python3-pbr \
> +        "
> +
> +# Satisfy setup.py 'setup_requires'
> +DEPENDS += " \
> +        python3-pbr-native \
> +        "
> +
> +RDEPENDS_${PN} +=" \
> +        python3-cliff \
> +        python3-pbr \
> +        python3-keystoneclient \
> +        python3-pyyaml \
> +        python3-requests \
> +	"
> +
> +inherit setuptools3 pypi
> -- 
> 2.25.1
> 
> 
> 

> 
> 
> 



      reply	other threads:[~2020-09-28  2:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-22  2:26 [meta-virtualization] [PATCH] python3-keystoneauth1: upgrade 3.18.0 -> 4.2.1 zhengruoqin
2020-09-22  2:27 ` [meta-virtualization] [PATCH] python3-kombu: upgrade 4.6.6 -> 5.0.2 zhengruoqin
2020-09-22  2:27   ` [meta-virtualization] [PATCH] python3-lesscpy: upgrade 0.10.2 -> 0.14.0 zhengruoqin
2020-09-22  2:27     ` [meta-virtualization] [PATCH] python3-logutils: Consolidate in a single file zhengruoqin
2020-09-22  2:27       ` [meta-virtualization] [PATCH] python3-mccabe: Remove recipe zhengruoqin
2020-09-22  2:28         ` [meta-virtualization] [PATCH] python3-memcached: upgrade 1.57 -> 1.59 zhengruoqin
2020-09-22  2:28           ` [meta-virtualization] [PATCH] python3-memcache: upgrade 1.2.9 -> 3.4.0 zhengruoqin
2020-09-22  2:28             ` [meta-virtualization] [PATCH] python3-mimeparse: upgrade 0.1.4 -> 1.6.0 zhengruoqin
2020-09-22  2:29               ` [meta-virtualization] [PATCH] python3-mock: Remove recipe zhengruoqin
2020-09-22  2:29                 ` [meta-virtualization] [PATCH] python3-mistralclient: Change to python3 zhengruoqin
2020-09-28  2:44                   ` 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=20200928024454.GA60026@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.