All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zangrc <zangrc.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH] python3-boto: Change to python3
Date: Mon, 20 Jul 2020 14:51:03 -0400	[thread overview]
Message-ID: <20200720185100.GA40605@gmail.com> (raw)
In-Reply-To: <1594928416-4078-1-git-send-email-zangrc.fnst@cn.fujitsu.com> <1594928441-4155-1-git-send-email-zangrc.fnst@cn.fujitsu.com> <1594928465-4255-1-git-send-email-zangrc.fnst@cn.fujitsu.com> <1594928486-4335-1-git-send-email-zangrc.fnst@cn.fujitsu.com>

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-boto: Change to python3
on 17/07/2020 zangrc wrote:

> -License-Update: There is no LICENSE file in the package provided by pypi, and it is changed to PKG-INFO.
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../python/python-boto_git.bb                 | 20 ------------------
>  .../python/python3-boto_2.49.0.bb             | 21 +++++++++++++++++++
>  2 files changed, 21 insertions(+), 20 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-boto_git.bb
>  create mode 100644 meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-boto_git.bb b/meta-openstack/recipes-devtools/python/python-boto_git.bb
> deleted file mode 100644
> index 77e2043..0000000
> --- a/meta-openstack/recipes-devtools/python/python-boto_git.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "Amazon Web Services API"
> -HOMEPAGE = "https://github.com/boto/boto"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=348302dddd421665d3c9b636a2e55832"
> -
> -SRCREV = "b5852b0aa5ac91f462b28ac9decee33d872dec4d"
> -PV = "2.8.0+git${SRCPV}"
> -PR = "r0"
> -SRCNAME = "boto"
> -
> -SRC_URI = "git://github.com/boto/boto.git;protocol=git"
> -
> -SRC_URI[md5sum] = "5528f3010c42dd0ed7b188a6917295f1"
> -SRC_URI[sha256sum] = "4d6d38aa8e9e536a27a9737eb4222f896417841fed9a12eedcb619ba8fb68a39"
> -
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> -
> diff --git a/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> new file mode 100644
> index 0000000..fe09e9f
> --- /dev/null
> +++ b/meta-openstack/recipes-devtools/python/python3-boto_2.49.0.bb
> @@ -0,0 +1,21 @@
> +DESCRIPTION = "Amazon Web Services API"
> +HOMEPAGE = "https://github.com/boto/boto"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=a1067d091272fcce8cc3d88d7e6fdc01"
> +
> +SRC_URI[md5sum] = "e9b79f80198da059d9a8055a5352fd6d"
> +SRC_URI[sha256sum] = "ea0d3b40a2d852767be77ca343b58a9e3a4b00d9db440efb8da74b4e58025e5a"
> +
> +RDEPENDS_${PN} += "\
> +	python3-json \
> +	python3-netclient \
> +	python3-threading \
> +	python3-xml \
> +	python3-logging \
> +	python3-pickle \
> +	python3-netserver \
> +"
> +
> +inherit setuptools3 pypi
> +
> -- 
> 2.25.1
> 
> 
> 

> 



      reply	other threads:[~2020-07-20 18:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-16 19:40 [meta-virtualization] [PATCH] python3-ceilcmeterclient: Remove this recipe zangrc
2020-07-16 19:40 ` [meta-virtualization] [PATCH] python3-debtcollector: upgrade 1.22.0 -> 2.1.0 zangrc
2020-07-16 19:41   ` [meta-virtualization] [PATCH] python3-arrow: upgrade 0.15.2 -> 0.15.7 zangrc
2020-07-16 19:41     ` [meta-virtualization] [PATCH] python3-boto: Change to python3 zangrc
2020-07-20 18:51       ` 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=20200720185100.GA40605@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=zangrc.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.