From: Ross Burton Date: Tue, 21 Jun 2022 13:10:09 +0000 (+0100) Subject: Add python3-hatchling (from meta-oe) X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3829 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=846e806181f1349be29cbce78c5041735dfd7e6f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Add python3-hatchling (from meta-oe) Recipes in core are now needing to use the Hatch build system, so move the hatchling recipe and class from meta-oe to oe-core. Signed-off-by: Ross Burton Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/classes/python_hatchling.bbclass b/meta/classes/python_hatchling.bbclass new file mode 100644 index 00000000000..b3cbe23601b --- /dev/null +++ b/meta/classes/python_hatchling.bbclass @@ -0,0 +1,5 @@ +inherit python_pep517 python3native python3-dir setuptools3-base + +DEPENDS += "python3-hatchling-native" + +PEP517_BUILD_API = "hatchling.build" diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index 62e0ac24e35..cf7723deb08 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -612,6 +612,7 @@ RECIPE_MAINTAINER:pn-python3-extras = "Oleksandr Kravchuk