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-xstatic-angular-schema: Remove python2 recipe
Date: Sun, 13 Sep 2020 22:24:43 -0400	[thread overview]
Message-ID: <20200914022442.GC5940@gmail.com> (raw)
In-Reply-To: <1599532933-124300-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1599532944-124344-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1599532952-124380-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1599532979-124418-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1599532994-124479-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>

merged.

Bruce

In message: [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe
on 08/09/2020 zhengruoqin wrote:

> Since python2 is no longer maintained, the recipe of python2 is removed.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python-xstatic-angular-schema-form.inc    | 22 -----------------
>  ...on-xstatic-angular-schema-form_0.8.13.0.bb |  2 --
>  ...n3-xstatic-angular-schema-form_0.8.13.0.bb | 24 +++++++++++++++++--
>  3 files changed, 22 insertions(+), 26 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
> deleted file mode 100644
> index 7bfa957..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form.inc
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
> -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
> -
> -PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
> -
> -SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
> -SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
> -
> -inherit pypi
> -
> -# DEPENDS_default: python-pip
> -
> -DEPENDS += " \
> -        ${PYTHON_PN}-pip \
> -        "
> -
> -# RDEPENDS_default: 
> -RDEPENDS_${PN} += " \
> -        "
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
> deleted file mode 100644
> index eae97b2..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-schema-form_0.8.13.0.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-xstatic-angular-schema-form.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> index eae97b2..aa49f61 100644
> --- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-schema-form_0.8.13.0.bb
> @@ -1,2 +1,22 @@
> -require python-xstatic-angular-schema-form.inc
> -inherit setuptools3
> +DESCRIPTION = "Angular Schema Form packaged for setuptools (easy_install) / pip."
> +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Schema-Form"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=0e4430cb0dfdb98d3008c66d8339f31a"
> +
> +PYPI_PACKAGE = "XStatic-Angular-Schema-Form"
> +
> +SRC_URI[md5sum] = "d0faab81c36f4cfc03e092fedc30018d"
> +SRC_URI[sha256sum] = "7c08634901751267fe26d266fc027cf6ed2e5f422696985cec750594b3f4e300"
> +
> +inherit setuptools3 pypi
> +
> +# DEPENDS_default: python-pip
> +
> +DEPENDS += " \
> +        ${PYTHON_PN}-pip \
> +        "
> +
> +# RDEPENDS_default: 
> +RDEPENDS_${PN} += " \
> +        "
> -- 
> 2.25.1
> 
> 
> 

> 



      reply	other threads:[~2020-09-14  2:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  2:42 [meta-virtualization] [PATCH] python3-ddjango-compressor: Change to python3 zhengruoqin
2020-09-08  2:42 ` [meta-virtualization] [PATCH] python3-extras: Consolidate in a single file zhengruoqin
2020-09-08  2:42   ` [meta-virtualization] [PATCH] python3-funcsigs: " zhengruoqin
2020-09-08  2:42     ` [meta-virtualization] [PATCH] python3-rtslib-fb: upgrade 2.1.51 -> 2.1.74 zhengruoqin
2020-09-08  2:43       ` [meta-virtualization] [PATCH] python3-xstatic-angular-schema: Remove python2 recipe zhengruoqin
2020-09-14  2:24         ` 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=20200914022442.GC5940@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.