All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Bruce Ashfield" <bruce.ashfield@gmail.com>
To: zhengruoqin <zhengrq.fnst@cn.fujitsu.com>,
	zangrc <zangrc.fnst@cn.fujitsu.com>
Cc: meta-virtualization@yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH v2] python3-xstatic-angular-cookies: Remove python recipe
Date: Thu, 27 Aug 2020 16:18:11 -0400	[thread overview]
Message-ID: <20200827201808.GA36539@gmail.com> (raw)
In-Reply-To: <1598289935-121746-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1598290061-121886-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1598360914-77104-1-git-send-email-zangrc.fnst@cn.fujitsu.com> <1598318988-123302-1-git-send-email-zhengrq.fnst@cn.fujitsu.com> <1598318998-123340-1-git-send-email-zhengrq.fnst@cn.fujitsu.com>

I've merged the inline'd parts of this series.

If any of the removals were missed, please resend them, since my
email client threaded some of the v2's strangely and I can't tell
if I got them all.

Bruce

In message: [meta-virtualization] [PATCH v2] python3-xstatic-angular-cookies: Remove python recipe
on 25/08/2020 zhengruoqin wrote:

> Because python is no longer maintained, delete the python2 version of
> the recipe.
> 
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../python/python-xstatic-angular-cookies.inc | 22 -----------------
>  .../python-xstatic-angular-cookies_1.2.1.1.bb |  2 --
>  ...python3-xstatic-angular-cookies_1.2.1.1.bb | 24 +++++++++++++++++--
>  3 files changed, 22 insertions(+), 26 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies.inc
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies.inc b/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies.inc
> deleted file mode 100644
> index bc3923b..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies.inc
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -DESCRIPTION = "Angular-Cookies JavaScript library packaged for setuptools"
> -HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Cookies"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=70856f1d03d62a3e0c0cb1b7f8c7fd00"
> -
> -PYPI_PACKAGE = "XStatic-Angular-Cookies"
> -
> -SRC_URI[md5sum] = "a67066fac5dfe9774ab163d44e5a896a"
> -SRC_URI[sha256sum] = "c8fc1a52549c601809fc9f25144e4fd346820412b6430e89256e7ec71fce0b4c"
> -
> -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-cookies_1.2.1.1.bb b/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb
> deleted file mode 100644
> index ee9591a..0000000
> --- a/meta-openstack/recipes-devtools/python/python-xstatic-angular-cookies_1.2.1.1.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-xstatic-angular-cookies.inc
> -inherit setuptools3
> diff --git a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-cookies_1.2.1.1.bb b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-cookies_1.2.1.1.bb
> index ee9591a..001bde9 100644
> --- a/meta-openstack/recipes-devtools/python/python3-xstatic-angular-cookies_1.2.1.1.bb
> +++ b/meta-openstack/recipes-devtools/python/python3-xstatic-angular-cookies_1.2.1.1.bb
> @@ -1,2 +1,22 @@
> -require python-xstatic-angular-cookies.inc
> -inherit setuptools3
> +DESCRIPTION = "Angular-Cookies JavaScript library packaged for setuptools"
> +HOMEPAGE = "https://pypi.python.org/pypi/XStatic-Angular-Cookies"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=70856f1d03d62a3e0c0cb1b7f8c7fd00"
> +
> +PYPI_PACKAGE = "XStatic-Angular-Cookies"
> +
> +SRC_URI[md5sum] = "a67066fac5dfe9774ab163d44e5a896a"
> +SRC_URI[sha256sum] = "c8fc1a52549c601809fc9f25144e4fd346820412b6430e89256e7ec71fce0b4c"
> +
> +inherit setuptools3 pypi
> +
> +# DEPENDS_default: python-pip
> +
> +DEPENDS += " \
> +        ${PYTHON_PN}-pip \
> +        "
> +
> +# RDEPENDS_default: 
> +RDEPENDS_${PN} += " \
> +        "
> -- 
> 2.25.1
> 
> 
> 

> 



      reply	other threads:[~2020-08-27 20:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24 17:25 [meta-virtualization] [PATCH] python3-xstatic-angular-bootstrap: upgrade 2.2.0.0 -> 2.5.0.0 zhengruoqin
2020-08-24 17:27 ` [meta-virtualization] [PATCH] python3-xstatic-angular-gettext: upgrade 2.3.8.0 -> 2.4.1.0 zhengruoqin
2020-08-25 13:08   ` [meta-virtualization] [PATCHv2] python3-xstatic-bootstrap-datepicker: Remove python recipe zangrc
2020-08-25  1:29     ` [meta-virtualization] [PATCH v2] python3-xstatic-angular-fileupload: " zhengruoqin
2020-08-25  1:29       ` [meta-virtualization] [PATCH v2] python3-xstatic-angular-cookies: " zhengruoqin
2020-08-27 20:18         ` 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=20200827201808.GA36539@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@yoctoproject.org \
    --cc=zangrc.fnst@cn.fujitsu.com \
    --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.