All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete
@ 2022-05-13 11:24 Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Ross Burton
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

Nothing in meta-zephyr uses python3-cbor, and as it hasn't had a release
since 2016 everyone using it should move to cbor2.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb
deleted file mode 100644
index 9e240f0..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-cbor_1.0.0.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python cbor"
-DESCRIPTION = "An implementation of RFC 7049 - Concise Binary Object \
-               Representation (CBOR). \
-               CBOR is comparable to JSON, has a superset of JSON’s ability, \
-               but serializes to a binary format which is smaller and faster \
-               to generate and parse."
-HOMEPAGE = "https://pypi.org/project/cbor"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.cfg;md5=d86758afb08a60bc589dc67bfea670b2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "cbor"
-SRC_URI[md5sum] = "22b03b59784fd78cb6c27aa498af0db6"
-SRC_URI[sha256sum] = "13225a262ddf5615cbd9fd55a76a0d53069d18b07d2e9f19c39e6acb8609bbb6"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-18  1:38   ` [yocto] " Saini, Naveen Kumar
  2022-05-13 11:24 ` [meta-zephyr][PATCH 03/10] python3-anytree: " Ross Burton
                   ` (7 subsequent siblings)
  8 siblings, 1 reply; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb
deleted file mode 100644
index 143e2cb..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python gitlint"
-HOMEPAGE = "https://pypi.org/project/gitlint"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "gitlint"
-SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca"
-SRC_URI[sha256sum] = "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 03/10] python3-anytree: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 04/10] python3-breathe: " Ross Burton
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb
deleted file mode 100644
index a19c998..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-anytree_2.8.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python anytree"
-DESCRIPTION = "Powerful and Lightweight Python Tree Data Structure"
-HOMEPAGE = "https://pypi.org/project/anytree"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "anytree"
-SRC_URI[md5sum] = "25ef3e656ad16a2a6b6c187807da7e5f"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 04/10] python3-breathe: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 03/10] python3-anytree: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 05/10] python3-canopen: " Ross Burton
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb
deleted file mode 100644
index 4389d20..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-breathe_4.31.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python breathe"
-DESCRIPTION = "Breathe is an extension to reStructuredText and Sphinx to be \
-               able to read and render Doxygen xml output."
-HOMEPAGE = "https://pypi.org/project/breathe"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9e49eecf36fc015de7c61a0247df75d6"
-
-inherit pypi setuptools3
- 
-DEPENDS = "python3-sphinx-native python3-docutils-native python3-pygments-native python3-babel-native python3-jinja2-native python3-distro-native"
-PYPI_PACKAGE = "breathe"
-SRC_URI[md5sum] = "33a86368215dbcb59e5c71687f6b228b"
-SRC_URI[sha256sum] = "925eeff96c6640cd857e4ddeae6f75464a1d5e2e08ee56dccce4043583ae2050"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 05/10] python3-canopen: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (2 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 04/10] python3-breathe: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 06/10] python3-junithtml: " Ross Burton
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb
deleted file mode 100644
index 0608199..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-canopen_1.2.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python canopen"
-DESCRIPTION = "A Python implementation of the CANopen standard. The aim of \
-               the project is to support the most common parts of the CiA \
-               301 standard in a simple Pythonic interface."
-HOMEPAGE = "https://pypi.org/project/canopen"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=97f135a6ee6f800c377b5512122c7a8d"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "canopen"
-SRC_URI[md5sum] = "da37dcf725e774385f05f05e04ca54a0"
-SRC_URI[sha256sum] = "18d01d56ff0023795cb336cafd4810a76cf402b98b42139b201fa8c5d4ba8c06"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 06/10] python3-junithtml: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (3 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 05/10] python3-canopen: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 07/10] python3-junitparser: " Ross Burton
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb b/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb
deleted file mode 100644
index ddc34aa..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-junithtml_30.0.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python junit2html"
-HOMEPAGE = "https://pypi.org/project/junit2html"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=899c50bccc6c8221c8ca0a9c7633b5b8"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "junit2html"
-SRC_URI[md5sum] = "a816cf502da0a8905f24aefab0739206"
-SRC_URI[sha256sum] = "9b3967c92142abd5fb94e2cbb938c51cc6c2689ec1c7fd348c6ba4ddab92da14"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 07/10] python3-junitparser: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (4 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 06/10] python3-junithtml: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 08/10] python3-pygithub: " Ross Burton
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
deleted file mode 100644
index 5932e66..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-junitparser_2.1.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python junitparser"
-HOMEPAGE = "https://pypi.org/project/junitparser"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=2d00702cde917dd61c41041bc30136dd"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "junitparser"
-SRC_URI[md5sum] = "f8704c2b18e6f4d482c62b33e141a0cb"
-SRC_URI[sha256sum] = "d54d0eaa2b15ee2efab0220ce0ab31448d26dcb78170d5667453d7755b9f1480"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 08/10] python3-pygithub: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (5 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 07/10] python3-junitparser: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 09/10] python3-lpc-checksum: " Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 10/10] python3-pyocd: " Ross Burton
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb b/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb
deleted file mode 100644
index 268d2b7..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pygithub_1.55.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python PyGithub"
-HOMEPAGE = "https://pypi.org/project/PyGithub"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=c5e8b6057f82b73046c24a30809903bd"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "PyGithub"
-SRC_URI[md5sum] = "03e5883a8d4358b0786a0db84ad56a22"
-SRC_URI[sha256sum] = "1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 09/10] python3-lpc-checksum: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (6 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 08/10] python3-pygithub: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  2022-05-13 11:24 ` [meta-zephyr][PATCH 10/10] python3-pyocd: " Ross Burton
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in dde88ba4 but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb
deleted file mode 100644
index 503f7ca..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-lpc-checksum_2.2.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python lpc_checksum"
-HOMEPAGE = "https://pypi.org/project/lpc_checksum"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=85c86965b0249c221935f585c0313d60"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "lpc_checksum"
-SRC_URI[md5sum] = "eef81888414a111e1fd5992b8614b6cb"
-SRC_URI[sha256sum] = "1f2fb198483cc718141f1aa0ed4717fd188e29874d7db0409d1ed04358b64185"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* [meta-zephyr][PATCH 10/10] python3-pyocd: remove, unused
  2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
                   ` (7 preceding siblings ...)
  2022-05-13 11:24 ` [meta-zephyr][PATCH 09/10] python3-lpc-checksum: " Ross Burton
@ 2022-05-13 11:24 ` Ross Burton
  8 siblings, 0 replies; 11+ messages in thread
From: Ross Burton @ 2022-05-13 11:24 UTC (permalink / raw)
  To: yocto; +Cc: elizabeth.flanagan

This recipe was added to meta-zephyr in de73bdba but nothing uses it.

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

diff --git a/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb b/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb
deleted file mode 100644
index bbdae6a..0000000
--- a/meta-zephyr-core/recipes-devtools/python/python3-pyocd_0.32.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-# SPDX-FileCopyrightText: Huawei Inc.
-# SPDX-License-Identifier: Apache-2.0
-
-SUMMARY = "Python pyocd"
-HOMEPAGE = "https://pypi.org/project/pyocd"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=421492e27872cb498685e9d7649f63a2"
-
-inherit pypi setuptools3
-
-PYPI_PACKAGE = "pyocd"
-SRC_URI[md5sum] = "25153f563a629bb2be7560e2dc23c0a8"
-SRC_URI[sha256sum] = "d5aa498130f251373ac50724be73dc2f8cf60b03c9547bddf3c140fa6555ead1"
-BBCLASSEXTEND = "native nativesdk"
-- 
2.25.1



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

* RE: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused
  2022-05-13 11:24 ` [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Ross Burton
@ 2022-05-18  1:38   ` Saini, Naveen Kumar
  0 siblings, 0 replies; 11+ messages in thread
From: Saini, Naveen Kumar @ 2022-05-18  1:38 UTC (permalink / raw)
  To: Ross Burton, yocto; +Cc: elizabeth.flanagan

Hi Eilís Ní Fhlannagáin,

All these Python recipes can be moved to meta-python if needed !

Regards,
Naveen

> -----Original Message-----
> From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> On
> Behalf Of Ross Burton
> Sent: Friday, May 13, 2022 7:25 PM
> To: yocto@lists.yoctoproject.org
> Cc: elizabeth.flanagan@huawei.com
> Subject: [yocto] [meta-zephyr][PATCH 02/10] python3-gitlint: remove,
> unused
> 
> This recipe was added to meta-zephyr in de73bdba but nothing uses it.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
>  .../python/python3-gitlint_0.15.1.bb               | 14 --------------
>  1 file changed, 14 deletions(-)
>  delete mode 100644 meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb
> 
> diff --git a/meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb b/meta-zephyr-core/recipes-devtools/python/python3-
> gitlint_0.15.1.bb
> deleted file mode 100644
> index 143e2cb..0000000
> --- a/meta-zephyr-core/recipes-devtools/python/python3-gitlint_0.15.1.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -# SPDX-FileCopyrightText: Huawei Inc.
> -# SPDX-License-Identifier: Apache-2.0
> -
> -SUMMARY = "Python gitlint"
> -HOMEPAGE = "https://pypi.org/project/gitlint"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM =
> "file://LICENSE;md5=2ddf75221dde30f107af8595a43b4009"
> -
> -inherit pypi setuptools3
> -
> -PYPI_PACKAGE = "gitlint"
> -SRC_URI[md5sum] = "4835bedc50129934a47cf099d906d2ca"
> -SRC_URI[sha256sum] =
> "4b22916dcbdca381244aee6cb8d8743756cfd98f27e7d1f02e78733f07c3c21c"
> -BBCLASSEXTEND = "native nativesdk"
> --
> 2.25.1



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

end of thread, other threads:[~2022-05-18  1:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 11:24 [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Ross Burton
2022-05-18  1:38   ` [yocto] " Saini, Naveen Kumar
2022-05-13 11:24 ` [meta-zephyr][PATCH 03/10] python3-anytree: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 04/10] python3-breathe: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 05/10] python3-canopen: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 06/10] python3-junithtml: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 07/10] python3-junitparser: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 08/10] python3-pygithub: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 09/10] python3-lpc-checksum: " Ross Burton
2022-05-13 11:24 ` [meta-zephyr][PATCH 10/10] python3-pyocd: " 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.