From: Benjamin Robin Date: Thu, 26 Feb 2026 17:01:17 +0000 (+0100) Subject: python3-hatch-build-scripts: add recipe X-Git-Tag: uninative-5.1~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41591afd51ddbdaf1779799f4258a81afcff238d;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hatch-build-scripts: add recipe - Build dependency of python3-spdx-python-model. - Part of the dependency chain for sbom-cve-check Signed-off-by: Benjamin Robin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index b3913a0414..d65960f8e1 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 0000000000..ba7d8b40ff --- /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"