mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
python3-beartype: add recipe
(From OE-Core rev: 432d75629297c53a87195d74a722df09511011ab) Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com> Signed-off-by: Samantha Jalabert <samantha.jalabert@syslinbit.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6e818efb9e
commit
b6d216ac1a
11
meta/recipes-devtools/python/python3-beartype_0.15.0.bb
Normal file
11
meta/recipes-devtools/python/python3-beartype_0.15.0.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user