From patchwork Fri May 13 11:24:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8002 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A95CDC4332F for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.7084.1652441093523976253 for ; Fri, 13 May 2022 04:24:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7C58A1570; Fri, 13 May 2022 04:24:52 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EB3473F5A1; Fri, 13 May 2022 04:24:51 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 01/10] python3-cbor: remove, unused and obsolete Date: Fri, 13 May 2022 12:24:39 +0100 Message-Id: <20220513112448.2257180-1-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57093 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 --- .../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" From patchwork Fri May 13 11:24:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8003 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A544DC433F5 for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.7047.1652441094646416392 for ; Fri, 13 May 2022 04:24:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3C3BC1576; Fri, 13 May 2022 04:24:53 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A91BD3F5A1; Fri, 13 May 2022 04:24:52 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 02/10] python3-gitlint: remove, unused Date: Fri, 13 May 2022 12:24:40 +0100 Message-Id: <20220513112448.2257180-2-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57094 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8006 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8493C433EF for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.7085.1652441094645760583 for ; Fri, 13 May 2022 04:24:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03DB81595; Fri, 13 May 2022 04:24:54 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6927C3F5A1; Fri, 13 May 2022 04:24:53 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 03/10] python3-anytree: remove, unused Date: Fri, 13 May 2022 12:24:41 +0100 Message-Id: <20220513112448.2257180-3-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57095 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8011 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CA3E9C433FE for ; Fri, 13 May 2022 11:25:10 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web09.7049.1652441095426271722 for ; Fri, 13 May 2022 04:24:55 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C87351596; Fri, 13 May 2022 04:24:54 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 396FF3F5A1; Fri, 13 May 2022 04:24:54 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 04/10] python3-breathe: remove, unused Date: Fri, 13 May 2022 12:24:42 +0100 Message-Id: <20220513112448.2257180-4-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:10 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57096 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8004 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7F0CC43217 for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.7018.1652441095917538315 for ; Fri, 13 May 2022 04:24:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9DCDB15A1; Fri, 13 May 2022 04:24:55 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0A22E3F5A1; Fri, 13 May 2022 04:24:54 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 05/10] python3-canopen: remove, unused Date: Fri, 13 May 2022 12:24:43 +0100 Message-Id: <20220513112448.2257180-5-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57097 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:44 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8007 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B9B88C4321E for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.7083.1652441096784419962 for ; Fri, 13 May 2022 04:24:56 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 842A015BF; Fri, 13 May 2022 04:24:56 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DC9F03F5A1; Fri, 13 May 2022 04:24:55 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 06/10] python3-junithtml: remove, unused Date: Fri, 13 May 2022 12:24:44 +0100 Message-Id: <20220513112448.2257180-6-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57098 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8005 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id B66AFC433FE for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.7019.1652441097753316942 for ; Fri, 13 May 2022 04:24:57 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 59EB715DB; Fri, 13 May 2022 04:24:57 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B790E3F5A1; Fri, 13 May 2022 04:24:56 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 07/10] python3-junitparser: remove, unused Date: Fri, 13 May 2022 12:24:45 +0100 Message-Id: <20220513112448.2257180-7-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57099 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8009 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5E81C43219 for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web10.7019.1652441098500405934 for ; Fri, 13 May 2022 04:24:58 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 3D5F01650; Fri, 13 May 2022 04:24:58 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 99ACB3F5A1; Fri, 13 May 2022 04:24:57 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 08/10] python3-pygithub: remove, unused Date: Fri, 13 May 2022 12:24:46 +0100 Message-Id: <20220513112448.2257180-8-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57100 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8008 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C69FAC4167B for ; Fri, 13 May 2022 11:25:00 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web08.7022.1652441099589739516 for ; Fri, 13 May 2022 04:24:59 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 192711655; Fri, 13 May 2022 04:24:59 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6EB803F5A1; Fri, 13 May 2022 04:24:58 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 09/10] python3-lpc-checksum: remove, unused Date: Fri, 13 May 2022 12:24:47 +0100 Message-Id: <20220513112448.2257180-9-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:00 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57101 This recipe was added to meta-zephyr in dde88ba4 but nothing uses it. Signed-off-by: Ross Burton --- .../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" From patchwork Fri May 13 11:24:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 8010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C5288C433EF for ; Fri, 13 May 2022 11:25:10 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web12.7085.1652441100412881226 for ; Fri, 13 May 2022 04:25:00 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 14695165C; Fri, 13 May 2022 04:25:00 -0700 (PDT) Received: from oss-tx204.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5C2413F5A1; Fri, 13 May 2022 04:24:59 -0700 (PDT) From: Ross Burton To: yocto@lists.yoctoproject.org Cc: elizabeth.flanagan@huawei.com Subject: [meta-zephyr][PATCH 10/10] python3-pyocd: remove, unused Date: Fri, 13 May 2022 12:24:48 +0100 Message-Id: <20220513112448.2257180-10-ross.burton@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220513112448.2257180-1-ross.burton@arm.com> References: <20220513112448.2257180-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 13 May 2022 11:25:10 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/57102 This recipe was added to meta-zephyr in de73bdba but nothing uses it. Signed-off-by: Ross Burton --- .../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"