From patchwork Thu Feb 26 17:01:17 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Robin X-Patchwork-Id: 82020 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 D8419FD8FDF for ; Thu, 26 Feb 2026 17:01:51 +0000 (UTC) Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.74831.1772125304860180029 for ; Thu, 26 Feb 2026 09:01:45 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@bootlin.com header.s=dkim header.b=EIP3cDex; spf=pass (domain: bootlin.com, ip: 185.246.84.56, mailfrom: benjamin.robin@bootlin.com) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 595A81A1577; Thu, 26 Feb 2026 17:01:43 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 2D2C25FDE9; Thu, 26 Feb 2026 17:01:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2EC8A103693FE; Thu, 26 Feb 2026 18:01:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772125298; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=fUlD5Ngb/RcTuKA/xSX1sd8GFTY4xHRHVrAq47clQwA=; b=EIP3cDexo1gXtX5jyKmr74QywPOk5yZeHNnu7phI3mC37qT1Jq/tI98QOpRGWWx4Tx2FxZ aWyh+QVYx2xhtSVqwJttL6/v+Cmc6bW6vXPjvXgqUHQMv0OxKp6t+LcqOvZLk7or3iwXCK EGZ35kwV5Q7NsOaeijnXr+Fnuy0Ee1Q0i5R0UdNvaWgYjb6MDr2cP3IK9K0zALkrNzjDpw sV4YCIozt8ZHVSeqRfR+o3Y3EkE2B21jEpDBQQJRqQITVXETCqaVafx338oAKJG0sXjhzs j9FuLsFobH0C/kpzydlOsAQshMt4I9Rc1XVoBy8I8YiKeDfImhOK+p7rZvL2Pg== From: Benjamin Robin Date: Thu, 26 Feb 2026 18:01:17 +0100 Subject: [PATCH v3 3/6] python3-hatch-build-scripts: add recipe MIME-Version: 1.0 Message-Id: <20260226-add-sbom-cve-check-v3-3-2e60423f4d35@bootlin.com> References: <20260226-add-sbom-cve-check-v3-0-2e60423f4d35@bootlin.com> In-Reply-To: <20260226-add-sbom-cve-check-v3-0-2e60423f4d35@bootlin.com> To: openembedded-core@lists.openembedded.org Cc: ross.burton@arm.com, peter.marko@siemens.com, jpewhacker@gmail.com, olivier.benjamin@bootlin.com, antonin.godard@bootlin.com, mathieu.dubois-briand@bootlin.com, thomas.petazzoni@bootlin.com, Benjamin Robin X-Mailer: b4 0.14.3 X-Last-TLS-Session-Version: TLSv1.3 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 26 Feb 2026 17:01:51 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/232042 - Build dependency of python3-spdx-python-model. - Part of the dependency chain for sbom-cve-check Signed-off-by: Benjamin Robin --- meta/conf/distro/include/maintainers.inc | 1 + .../python/python3-hatch-build-scripts_1.0.0.bb | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b3913a04140c..d65960f8e1bc 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -649,6 +649,7 @@ RECIPE_MAINTAINER:pn-python3-extras = "Trevor Gamblin " RECIPE_MAINTAINER:pn-python3-flit-core = "Tim Orling " RECIPE_MAINTAINER:pn-python3-git = "Trevor Gamblin " RECIPE_MAINTAINER:pn-python3-gitdb = "Trevor Gamblin " +RECIPE_MAINTAINER:pn-python3-hatch-build-scripts = "Benjamin Robin " RECIPE_MAINTAINER:pn-python3-hatch-fancy-pypi-readme = "Ross Burton " RECIPE_MAINTAINER:pn-python3-hatch-vcs = "Ross Burton " RECIPE_MAINTAINER:pn-python3-hatchling = "Ross Burton " diff --git a/meta/recipes-devtools/python/python3-hatch-build-scripts_1.0.0.bb b/meta/recipes-devtools/python/python3-hatch-build-scripts_1.0.0.bb new file mode 100644 index 000000000000..ba7d8b40ffc5 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatch-build-scripts_1.0.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "A plugin for Hatch that runs build scripts and saves their artifacts" +HOMEPAGE = "https://pypi.org/project/hatch_build_scripts/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9ad584cda56221c7eaf48c23a5874a2a" + +PYPI_PACKAGE = "hatch_build_scripts" +SRC_URI[sha256sum] = "563735e2f265c9e1b92dece6f762309114505ffaf6e5d51d462eb6a3b4f14640" + +inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk"