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