diff mbox series

[meta-python,1/6] python3-typing-inspection: Add recipe

Message ID 20250402034246.1488516-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/6] python3-typing-inspection: Add recipe | expand

Commit Message

Khem Raj April 2, 2025, 3:42 a.m. UTC
This is needed by new versions of lief and pydantic python modules

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../include/ptest-packagelists-meta-python.inc    |  1 +
 .../python/python3-typing-inspection_0.4.0.bb     | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-typing-inspection_0.4.0.bb
diff mbox series

Patch

diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc
index fc71eb4003..fc6c164c3e 100644
--- a/meta-python/conf/include/ptest-packagelists-meta-python.inc
+++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc
@@ -84,6 +84,7 @@  PTESTS_FAST_META_PYTHON = "\
     python3-tomlkit \
     python3-trustme \
     python3-typeguard \
+    python3-typing-inspection \
     python3-tzdata \
     python3-ujson \
     python3-u-msgpack-python \
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 @@ 
+SUMMARY = "Runtime typing introspection tools"
+HOMEPAGE = "https://github.com/pydantic/typing-inspection"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=07cbaa23fc9dd504fc1ea5acc23b0add"
+
+DEPENDS = "python3-hatchling-native"
+SRC_URI[sha256sum] = "9765c87de36671694a67904bf2c96e395be9c6439bb6c87b5142569dcdd65122"
+
+inherit pypi python_hatchling ptest-python-pytest
+
+RDEPENDS:${PN}-ptest += "python3-typing-extensions"
+
+PYPI_PACKAGE = "typing_inspection"
+
+BBCLASSEXTEND += "native nativesdk"