diff options
| author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-22 14:46:17 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:47:42 +0100 |
| commit | b6d216ac1a2b5e8513937e762e9b4bffe26849b2 (patch) | |
| tree | 3b1e960d7e967d79e4b545409d5748bc315282f9 /meta/recipes-devtools/python | |
| parent | 6e818efb9e892e2abc5d5d7a079303b9807b0812 (diff) | |
| download | poky-b6d216ac1a2b5e8513937e762e9b4bffe26849b2.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-beartype_0.15.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 0000000000..14eda1dd7d --- /dev/null +++ b/meta/recipes-devtools/python/python3-beartype_0.15.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Unbearably fast runtime type checking in pure Python." | ||
| 2 | HOMEPAGE = "https://beartype.readthedocs.io" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e40b52d8eb5553aa8f705cdd3f979d69" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "2af6a8d8a7267ccf7d271e1a3bd908afbc025d2a09aa51123567d7d7b37438df" | ||
| 8 | |||
| 9 | inherit setuptools3 pypi | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
