All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python2][PATCHv2 1/2] python-websocket-client: move from meta-virtualization
@ 2020-04-14 10:24 Leon Anavi
  2020-04-14 10:24 ` [meta-python2][PATCHv2 2/2] python-docker: " Leon Anavi
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2020-04-14 10:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Support for Python 2 has been dropped in meta-virtualization. Move
recipe python-websocket-client and other related recipes to layer
meta-python2 for backward compatibility of legacy projects.
Upgraded to 0.57.0, the latest version as of the moment.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-websocket-client_0.57.0.bb | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 recipes-devtools/python/python-websocket-client_0.57.0.bb

diff --git a/recipes-devtools/python/python-websocket-client_0.57.0.bb b/recipes-devtools/python/python-websocket-client_0.57.0.bb
new file mode 100644
index 0000000..0fc21b0
--- /dev/null
+++ b/recipes-devtools/python/python-websocket-client_0.57.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "WebSocket client for python. hybi13 is supported."
+HOMEPAGE = "https://github.com/websocket-client/websocket-client.git"
+LICENSE = "LGPL-3.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c4c4a98fbc4836b81c8c64d6ecb01fc1"
+
+inherit pypi setuptools
+
+PYPI_PACKAGE = "websocket_client"
+
+SRC_URI[md5sum] = "8061820da5e1de26a6a1a6996d4eebd5"
+SRC_URI[sha256sum] = "d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"
-- 
2.7.4


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

* [meta-python2][PATCHv2 2/2] python-docker: move from meta-virtualization
  2020-04-14 10:24 [meta-python2][PATCHv2 1/2] python-websocket-client: move from meta-virtualization Leon Anavi
@ 2020-04-14 10:24 ` Leon Anavi
  0 siblings, 0 replies; 2+ messages in thread
From: Leon Anavi @ 2020-04-14 10:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Support for Python 2 has been dropped in meta-virtualization. Move
python-docker recipes to meta-python2 for backward compatibility
of legacy projects. Dependencies python-docker-pycreds and
python-websocket-client should be also present in meta-python2.
Upgrade python-docker to 4.2.0, the latest version as of today.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 recipes-devtools/python/python-docker_4.2.0.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-devtools/python/python-docker_4.2.0.bb

diff --git a/recipes-devtools/python/python-docker_4.2.0.bb b/recipes-devtools/python/python-docker_4.2.0.bb
new file mode 100644
index 0000000..cf78cf1
--- /dev/null
+++ b/recipes-devtools/python/python-docker_4.2.0.bb
@@ -0,0 +1,18 @@
+SUMMARY = "A Python library for the Docker Engine API."
+HOMEPAGE = "https://github.com/docker/docker-py"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34f3846f940453127309b920eeb89660"
+
+inherit pypi setuptools
+
+SRC_URI[md5sum] = "19f803f6a7113301daa5d82a2d1d0c30"
+SRC_URI[sha256sum] = "ddae66620ab5f4bce769f64bcd7934f880c8abe6aa50986298db56735d0f722e"
+
+RDEPENDS_${PN} += " \
+	python-misc \
+	python-six \
+	python-docker-pycreds \
+	python-requests \
+	python-websocket-client \
+	python-backports-ssl \
+"
-- 
2.7.4


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

end of thread, other threads:[~2020-04-14 10:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14 10:24 [meta-python2][PATCHv2 1/2] python-websocket-client: move from meta-virtualization Leon Anavi
2020-04-14 10:24 ` [meta-python2][PATCHv2 2/2] python-docker: " Leon Anavi

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.