All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization] [PATCH] python3-gevent-websocket: Remove python2 recipe
@ 2020-07-28  1:33 zhengruoqin
  2020-07-28  1:34 ` [meta-virtualization] [PATCH] python3-os-xenapi: Change to python3 zhengruoqin
  0 siblings, 1 reply; 7+ messages in thread
From: zhengruoqin @ 2020-07-28  1:33 UTC (permalink / raw)
  To: meta-virtualization

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>/
---
 .../python/python-gevent-websocket.inc           | 14 --------------
 .../python/python-gevent-websocket_0.10.1.bb     |  2 --
 .../python/python3-gevent-websocket_0.10.1.bb    | 16 ++++++++++++++--
 3 files changed, 14 insertions(+), 18 deletions(-)
 delete mode 100644 meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
 delete mode 100644 meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb

diff --git a/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc b/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
deleted file mode 100644
index 011c23e..0000000
--- a/meta-openstack/recipes-devtools/python/python-gevent-websocket.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "Websocket handler for the gevent pywsgi server, a Python network library"
-HOMEPAGE = "https://gitlab.com/noppo/gevent-websocket"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5aa2f1d4ea55d60497aa8c3debf29ab2"
-
-SRC_URI[md5sum] = "e095bf3358175489a956949c1b4de9ff"
-SRC_URI[sha256sum] = "7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0"
-
-inherit pypi
-
-RDEPENDS_${PN} += " \
-        ${PYTHON_PN}-gevent \
-        "
diff --git a/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb b/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb
deleted file mode 100644
index 99e4946..0000000
--- a/meta-openstack/recipes-devtools/python/python-gevent-websocket_0.10.1.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-gevent-websocket.inc
-inherit setuptools3
diff --git a/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb b/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
index 99e4946..dc6435f 100644
--- a/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
+++ b/meta-openstack/recipes-devtools/python/python3-gevent-websocket_0.10.1.bb
@@ -1,2 +1,14 @@
-require python-gevent-websocket.inc
-inherit setuptools3
+DESCRIPTION = "Websocket handler for the gevent pywsgi server, a Python network library"
+HOMEPAGE = "https://gitlab.com/noppo/gevent-websocket"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5aa2f1d4ea55d60497aa8c3debf29ab2"
+
+SRC_URI[md5sum] = "e095bf3358175489a956949c1b4de9ff"
+SRC_URI[sha256sum] = "7eaef32968290c9121f7c35b973e2cc302ffb076d018c9068d2f5ca8b2d85fb0"
+
+inherit setuptools3 pypi
+
+RDEPENDS_${PN} += " \
+        python3-gevent \
+        "
-- 
2.25.1




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

end of thread, other threads:[~2020-07-30 19:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-28  1:33 [meta-virtualization] [PATCH] python3-gevent-websocket: Remove python2 recipe zhengruoqin
2020-07-28  1:34 ` [meta-virtualization] [PATCH] python3-os-xenapi: Change to python3 zhengruoqin
2020-07-28  1:35   ` [meta-virtualization] [PATCH] python3-semantic-version: upgrade 2.4.2 -> 2.8.5 zhengruoqin
2020-07-28  1:35     ` [meta-virtualization] [PATCH] python3-unicodecsv: Change to python3 zhengruoqin
2020-07-28  1:35       ` [meta-virtualization] [PATCH] python3-websockify: upgrade 0.8.0 -> 0.9.0 zhengruoqin
2020-07-28  1:35         ` [meta-virtualization] [PATCH] python3-xattr: upgrade 0.6.4 -> 0.9.7 zhengruoqin
2020-07-30 19:48           ` 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.