From: Samantha Jalabert Date: Fri, 22 Sep 2023 14:46:17 +0000 (+0000) Subject: python3-beartype: add recipe X-Git-Tag: yocto-5.2~5026 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=432d75629297c53a87195d74a722df09511011ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-beartype: add recipe Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-beartype_0.15.0.bb b/meta/recipes-devtools/python/python3-beartype_0.15.0.bb new file mode 100644 index 00000000000..14eda1dd7d9 --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.15.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Unbearably fast runtime type checking in pure Python." +HOMEPAGE = "https://beartype.readthedocs.io" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69" + +SRC_URI[sha256sum] = "2af6a8d8a7267ccf7d271e1a3bd908afbc025d2a09aa51123567d7d7b37438df" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk"