All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python3-texttable: remove recipe
@ 2020-09-21 19:04 Ricardo Salveti
  2020-09-21 19:25 ` [PATCH] python3-websocket-client: " Ricardo Salveti
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Salveti @ 2020-09-21 19:04 UTC (permalink / raw)
  To: meta-virtualization

Newer version now available via meta-oe/meta-python:
- meta-python/recipes-devtools/python/python3-texttable_1.6.3.bb

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 recipes-devtools/python/python3-texttable_0.9.1.bb | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 recipes-devtools/python/python3-texttable_0.9.1.bb

diff --git a/recipes-devtools/python/python3-texttable_0.9.1.bb b/recipes-devtools/python/python3-texttable_0.9.1.bb
deleted file mode 100644
index 25e402f..0000000
--- a/recipes-devtools/python/python3-texttable_0.9.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "module for creating simple ASCII tables"
-HOMEPAGE = "https://github.com/foutaise/texttable/"
-LICENSE = "LGPL-3.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
-
-inherit pypi setuptools3
-
-SRC_URI[md5sum] = "a712b5a5464d51c5fc43c64d9d2cd0de"
-SRC_URI[sha256sum] = "119041773ff03596b56392532f9315cb3a3116e404fd6f36e76a7dc088d95c79"
-- 
2.28.0


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

* [PATCH] python3-websocket-client: remove recipe
@ 2020-09-21 19:25 ` Ricardo Salveti
  2020-09-28  2:41   ` [meta-virtualization] " Bruce Ashfield
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Salveti @ 2020-09-21 19:25 UTC (permalink / raw)
  To: meta-virtualization

Remove local python3-websocket-client recipe in favor of a similar one
that is provided by meta-oe/meta-python (same verison but with the correct
license).

Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
---
 recipes-devtools/python/python-websocket-client.inc   | 11 -----------
 .../python/python3-websocket-client_0.57.0.bb         |  2 --
 2 files changed, 13 deletions(-)
 delete mode 100644 recipes-devtools/python/python-websocket-client.inc
 delete mode 100644 recipes-devtools/python/python3-websocket-client_0.57.0.bb

diff --git a/recipes-devtools/python/python-websocket-client.inc b/recipes-devtools/python/python-websocket-client.inc
deleted file mode 100644
index 8604dcb..0000000
--- a/recipes-devtools/python/python-websocket-client.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-
-PYPI_PACKAGE = "websocket_client"
-
-SRC_URI[md5sum] = "8061820da5e1de26a6a1a6996d4eebd5"
-SRC_URI[sha256sum] = "d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"
diff --git a/recipes-devtools/python/python3-websocket-client_0.57.0.bb b/recipes-devtools/python/python3-websocket-client_0.57.0.bb
deleted file mode 100644
index 473e31f..0000000
--- a/recipes-devtools/python/python3-websocket-client_0.57.0.bb
+++ /dev/null
@@ -1,2 +0,0 @@
-require python-websocket-client.inc
-inherit setuptools3
\ No newline at end of file
-- 
2.28.0


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

* Re: [meta-virtualization] [PATCH] python3-websocket-client: remove recipe
  2020-09-21 19:25 ` [PATCH] python3-websocket-client: " Ricardo Salveti
@ 2020-09-28  2:41   ` Bruce Ashfield
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2020-09-28  2:41 UTC (permalink / raw)
  To: Ricardo Salveti; +Cc: meta-virtualization

merged.

Bruce


In message: [meta-virtualization] [PATCH] python3-websocket-client: remove recipe
on 21/09/2020 Ricardo Salveti wrote:

> Remove local python3-websocket-client recipe in favor of a similar one
> that is provided by meta-oe/meta-python (same verison but with the correct
> license).
> 
> Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
> ---
>  recipes-devtools/python/python-websocket-client.inc   | 11 -----------
>  .../python/python3-websocket-client_0.57.0.bb         |  2 --
>  2 files changed, 13 deletions(-)
>  delete mode 100644 recipes-devtools/python/python-websocket-client.inc
>  delete mode 100644 recipes-devtools/python/python3-websocket-client_0.57.0.bb
> 
> diff --git a/recipes-devtools/python/python-websocket-client.inc b/recipes-devtools/python/python-websocket-client.inc
> deleted file mode 100644
> index 8604dcb..0000000
> --- a/recipes-devtools/python/python-websocket-client.inc
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -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
> -
> -PYPI_PACKAGE = "websocket_client"
> -
> -SRC_URI[md5sum] = "8061820da5e1de26a6a1a6996d4eebd5"
> -SRC_URI[sha256sum] = "d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"
> diff --git a/recipes-devtools/python/python3-websocket-client_0.57.0.bb b/recipes-devtools/python/python3-websocket-client_0.57.0.bb
> deleted file mode 100644
> index 473e31f..0000000
> --- a/recipes-devtools/python/python3-websocket-client_0.57.0.bb
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -require python-websocket-client.inc
> -inherit setuptools3
> \ No newline at end of file
> -- 
> 2.28.0
> 

> 
> 
> 



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

end of thread, other threads:[~2020-09-28  2:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21 19:04 [PATCH] python3-texttable: remove recipe Ricardo Salveti
2020-09-21 19:25 ` [PATCH] python3-websocket-client: " Ricardo Salveti
2020-09-28  2:41   ` [meta-virtualization] " 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.