All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python-django: Remove recipe
@ 2020-09-01  1:56 zangrc
  2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqp: upgrade 2.4.1 -> 2.6.1 zangrc
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zangrc @ 2020-09-01  1:56 UTC (permalink / raw)
  To: meta-virtualization

Because python is no longer maintained, delete the python2 version of the recipe.
The python3 version already exists, located at:
meta-openembedded/meta-python/recipes-devtools/python/python3-django_2.2.13.bb

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../python/python-django_git.bb               | 21 -------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-django_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb
deleted file mode 100644
index 2008604..0000000
--- a/meta-openstack/recipes-devtools/python/python-django_git.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "A high-level Python Web framework"
-HOMEPAGE = "http://www.djangoproject.com/"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
-
-SRCNAME = "Django"
-
-PV = "1.8.6"
-SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8"
-
-SRC_URI = " \
-    git://github.com/django/django.git;branch=stable/1.8.x \
-    "
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-FILES_${PN} += "${datadir}/django/*"
-
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-virtualization] [PATCH] python3-amqp: upgrade 2.4.1 -> 2.6.1
  2020-09-01  1:56 [meta-virtualization] [PATCH] python-django: Remove recipe zangrc
@ 2020-09-01  1:56 ` zangrc
  2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqplib: Consolidate in a single file zangrc
  2020-09-02 20:34 ` [meta-virtualization] [PATCH] python-django: Remove recipe Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: zangrc @ 2020-09-01  1:56 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python3-amqp_2.4.1.bb           | 2 --
 .../python/{python-amqp.inc => python3-amqp_2.6.1.bb}       | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python3-amqp_2.4.1.bb
 rename meta-openstack/recipes-devtools/python/{python-amqp.inc => python3-amqp_2.6.1.bb} (63%)

diff --git a/meta-openstack/recipes-devtools/python/python3-amqp_2.4.1.bb b/meta-openstack/recipes-devtools/python/python3-amqp_2.4.1.bb
deleted file mode 100644
index c2710da..0000000
--- a/meta-openstack/recipes-devtools/python/python3-amqp_2.4.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-inherit setuptools3
-require python-amqp.inc
diff --git a/meta-openstack/recipes-devtools/python/python-amqp.inc b/meta-openstack/recipes-devtools/python/python3-amqp_2.6.1.bb
similarity index 63%
rename from meta-openstack/recipes-devtools/python/python-amqp.inc
rename to meta-openstack/recipes-devtools/python/python3-amqp_2.6.1.bb
index 8863ac2..e2f8282 100644
--- a/meta-openstack/recipes-devtools/python/python-amqp.inc
+++ b/meta-openstack/recipes-devtools/python/python3-amqp_2.6.1.bb
@@ -4,10 +4,10 @@ SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d6ba772ac59c08a25a12ce15bd5f27b"
 
-SRC_URI[md5sum] = "9e3d5f1f69d2106c2b3f77d275a79924"
-SRC_URI[sha256sum] = "6816eed27521293ee03aa9ace300a07215b11fee4e845588a9b863a7ba30addb"
+SRC_URI[md5sum] = "c8cf9c75d7cd2e747fa49f3e3c47b3b1"
+SRC_URI[sha256sum] = "70cdb10628468ff14e57ec2f751c7aa9e48e7e3651cfd62d431213c0c4e58f21"
 
-inherit pypi
+inherit pypi setuptools3
 
 RDEPENDS_${PN} += " \
         ${PYTHON_PN}-vine \
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-virtualization] [PATCH] python3-amqplib: Consolidate in a single file
  2020-09-01  1:56 [meta-virtualization] [PATCH] python-django: Remove recipe zangrc
  2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqp: upgrade 2.4.1 -> 2.6.1 zangrc
@ 2020-09-01  1:56 ` zangrc
  2020-09-02 20:34 ` [meta-virtualization] [PATCH] python-django: Remove recipe Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: zangrc @ 2020-09-01  1:56 UTC (permalink / raw)
  To: meta-virtualization

Consolidate inc and bb files into a single bb file.

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../recipes-devtools/python/python-amqplib.inc  | 16 ----------------
 .../python/python3-amqplib_1.0.2.bb             | 17 ++++++++++++++++-
 2 files changed, 16 insertions(+), 17 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-amqplib.inc

diff --git a/meta-openstack/recipes-devtools/python/python-amqplib.inc b/meta-openstack/recipes-devtools/python/python-amqplib.inc
deleted file mode 100644
index d9f22cb..0000000
--- a/meta-openstack/recipes-devtools/python/python-amqplib.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)"
-HOMEPAGE = "http://code.google.com/p/py-amqplib/"
-SECTION = "devel/python"
-LICENSE = "LGPL-3.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
-
-PR = "r1"
-SRCNAME = "amqplib"
-
-SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz"
-
-SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29"
-SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936"
-
-S = "${WORKDIR}/py-amqplib-${PV}"
-
diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
index 7623d17..218d92b 100644
--- a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb
@@ -1,2 +1,17 @@
+DESCRIPTION = "Python client for the Advanced Message Queuing Procotol (AMQP)"
+HOMEPAGE = "http://code.google.com/p/py-amqplib/"
+SECTION = "devel/python"
+LICENSE = "LGPL-3.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1702a92c723f09e3fab3583b165a8d90"
+
+PR = "r1"
+SRCNAME = "amqplib"
+
+SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29"
+SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936"
+
+S = "${WORKDIR}/py-amqplib-${PV}"
+
 inherit setuptools3
-require python-amqplib.inc
-- 
2.25.1




^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization] [PATCH] python-django: Remove recipe
  2020-09-01  1:56 [meta-virtualization] [PATCH] python-django: Remove recipe zangrc
  2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqp: upgrade 2.4.1 -> 2.6.1 zangrc
  2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqplib: Consolidate in a single file zangrc
@ 2020-09-02 20:34 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2020-09-02 20:34 UTC (permalink / raw)
  To: zangrc; +Cc: meta-virtualization

merged.

Bruce

In message: [meta-virtualization] [PATCH] python-django: Remove recipe
on 01/09/2020 zangrc wrote:

> Because python is no longer maintained, delete the python2 version of the recipe.
> The python3 version already exists, located at:
> meta-openembedded/meta-python/recipes-devtools/python/python3-django_2.2.13.bb
> 
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../python/python-django_git.bb               | 21 -------------------
>  1 file changed, 21 deletions(-)
>  delete mode 100644 meta-openstack/recipes-devtools/python/python-django_git.bb
> 
> diff --git a/meta-openstack/recipes-devtools/python/python-django_git.bb b/meta-openstack/recipes-devtools/python/python-django_git.bb
> deleted file mode 100644
> index 2008604..0000000
> --- a/meta-openstack/recipes-devtools/python/python-django_git.bb
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -DESCRIPTION = "A high-level Python Web framework"
> -HOMEPAGE = "http://www.djangoproject.com/"
> -SECTION = "devel/python"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=f09eb47206614a4954c51db8a94840fa"
> -
> -SRCNAME = "Django"
> -
> -PV = "1.8.6"
> -SRCREV = "80b7e9d09f2d23209b591288f9b2cf3eb3d927c8"
> -
> -SRC_URI = " \
> -    git://github.com/django/django.git;branch=stable/1.8.x \
> -    "
> -
> -S = "${WORKDIR}/git"
> -
> -inherit setuptools3
> -
> -FILES_${PN} += "${datadir}/django/*"
> -
> -- 
> 2.25.1
> 
> 
> 

> 



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-09-05  3:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-01  1:56 [meta-virtualization] [PATCH] python-django: Remove recipe zangrc
2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqp: upgrade 2.4.1 -> 2.6.1 zangrc
2020-09-01  1:56 ` [meta-virtualization] [PATCH] python3-amqplib: Consolidate in a single file zangrc
2020-09-02 20:34 ` [meta-virtualization] [PATCH] python-django: Remove recipe Bruce Ashfield

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.