diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb new file mode 100644 index 0000000000..80cacc70ef --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-typing-inspection_0.4.2.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | SUMMARY = "Runtime typing introspection tools" | ||
2 | HOMEPAGE = "https://github.com/pydantic/typing-inspection" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dfe2d84c58973d6a532c4e7638dbb3d8" | ||
5 | |||
6 | DEPENDS = "python3-hatchling-native" | ||
7 | |||
8 | inherit pypi python_hatchling ptest-python-pytest | ||
9 | SRC_URI[sha256sum] = "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464" | ||
10 | |||
11 | RDEPENDS:${PN}-ptest += "python3-typing-extensions" | ||
12 | |||
13 | PYPI_PACKAGE = "typing_inspection" | ||
14 | |||
15 | BBCLASSEXTEND += "native nativesdk" | ||