All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe
@ 2022-05-09 15:55 Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: " Ross Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:55 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

python3-pygments has been in oe-core since Dunfell (5c0d4e59).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-pygments_2.10.0.bb             | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
deleted file mode 100644
index c4b63c1..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pygments_2.10.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pygments"
-HOMEPAGE = "https://pypi.org/project/Pygments/"
-DESCRIPTION = "Pygments is a syntax highlighting package written in Python."
-LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-SRC_URI = "https://files.pythonhosted.org/packages/b7/b3/5cba26637fe43500d4568d0ee7b7362de1fb29c0e158d50b4b69e9a40422/Pygments-2.10.0.tar.gz"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "Pygments"
-SRC_URI[md5sum] = "87369a4e15019caf9cf056ab2c5858b3"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: remove, duplicate of oe-core recipe
  2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
@ 2022-05-09 15:55 ` Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: " Ross Burton
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:55 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

This has been in oe-core since kirkstone (1899e59).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-sphinx_4.2.0.bb                 | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb
deleted file mode 100644
index 290fabb..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-sphinx_4.2.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-DESCRIPTION = "Python documentation generator"
-HOMEPAGE = "http://sphinx-doc.org/"
-SECTION = "devel/python"
-LICENSE = "BSD-2-Clause & BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=82cc7d23060a75a07b820eaaf75abecf"
-
-inherit setuptools3 pypi
-
-PYPI_PACKAGE = "Sphinx"
-SRC_URI[sha256sum] = "94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: remove, duplicate of oe-core recipe
  2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: " Ross Burton
@ 2022-05-09 15:55 ` Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes Ross Burton
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:55 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

This recipe has been in oe-core since gatesgarth (182c1af2).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-pyparsing_2.4.7.bb              | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
deleted file mode 100644
index 0cb0d36..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pyparsing_2.4.7.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pyparsing"
-HOMEPAGE = "https://pypi.org/project/pyparsing"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=657a566233888513e1f07ba13e2f47f1"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pyparsing"
-SRC_URI[md5sum] = "f0953e47a0112f7a65aec2305ffdf7b4"
-SRC_URI[sha256sum] = "c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes
  2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: " Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: " Ross Burton
@ 2022-05-09 15:55 ` Ross Burton
  2022-05-09 15:55 ` [meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe Ross Burton
  2022-05-09 15:56 ` [meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused Ross Burton
  4 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:55 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

This recipe has been in oe-core since hardknott (c51fde1d).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-packaging_21.0.bb               | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb
deleted file mode 100644
index f857224..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-packaging_21.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python packaging"
-HOMEPAGE = "https://pypi.org/project/packaging"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "packaging"
-SRC_URI[md5sum] = "240ba5823ed31051a1254e74c9d18d55"
-SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe
  2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
                   ` (2 preceding siblings ...)
  2022-05-09 15:55 ` [meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes Ross Burton
@ 2022-05-09 15:55 ` Ross Burton
  2022-05-09 15:56 ` [meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused Ross Burton
  4 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:55 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

This recipe has been in meta-python since kirkstone (94fc0589b).

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../python/python3-imgtool_1.7.2.bb                | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb b/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb
deleted file mode 100644
index 40d8176..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-imgtool_1.7.2.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python imgtool"
-HOMEPAGE = "https://pypi.org/project/imgtool"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.cfg;md5=3f78c6150b7d619a476c799812e31d5a"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "imgtool"
-SRC_URI[md5sum] = "08fe63c644977aa8f9e6038e2067c3de"
-SRC_URI[sha256sum] = "799484f3f61e398ac4157548f309b6baa4084e464176449694ba9de7909eed6e"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused
  2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
                   ` (3 preceding siblings ...)
  2022-05-09 15:55 ` [meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe Ross Burton
@ 2022-05-09 15:56 ` Ross Burton
  4 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2022-05-09 15:56 UTC (permalink / raw)
  To: yocto; +Cc: nd, naveen.kumar.saini

This recipe wasn't actually named *.bb, so it wasn't parsed at all, so
it can't have been used.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-pylink            | 11 -----------
 1 file changed, 11 deletions(-)
 delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-pylink

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pylink b/meta-zephyr-core/recipes-devtools/python/python3-pylink
deleted file mode 100644
index ddfe3ca..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pylink
+++ /dev/null
@@ -1,11 +0,0 @@
-SUMMARY = "Python pylink-square"
-HOMEPAGE ="https://pypi.org/project/pylink-square"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=8aa920a7ab8eabc590a0ab6dbe1b3bf2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pylink-square"
-SRC_URI[md5sum] = "e156ee1c73516e8b2cf52347f6c663f3"
-SRC_URI[sha256sum] = "45674112acab890483ee738bb3957e18cc6063dca763fc91283f890fb72d2f59"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

end of thread, other threads:[~2022-05-09 15:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 15:55 [meta-zephyr][PATCH 1/6] meta-zephyr-core/python3-pygments: remove, duplicate of oe-core recipe Ross Burton
2022-05-09 15:55 ` [meta-zephyr][PATCH 2/6] meta-zephyr-core/python3-sphinx: " Ross Burton
2022-05-09 15:55 ` [meta-zephyr][PATCH 3/6] meta-zephyr-core/python3-pyparsing: " Ross Burton
2022-05-09 15:55 ` [meta-zephyr][PATCH 4/6] meta-zephyr-core/python3-packaging: remove, duplicate of oe-core recipes Ross Burton
2022-05-09 15:55 ` [meta-zephyr][PATCH 5/6] meta-zephyr-core/python3-imgtool: remove, duplicate of meta-python recipe Ross Burton
2022-05-09 15:56 ` [meta-zephyr][PATCH 6/6] meta-zephyr-core/python3-pylink: remove, obviously unused Ross Burton

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.