diff mbox series

[meta-python,1/2] python3-pyee: Add recipe

Message ID 20251231163457.2607226-1-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/2] python3-pyee: Add recipe | expand

Commit Message

Khem Raj Dec. 31, 2025, 4:34 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-pyee_13.0.0.bb   | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb b/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
new file mode 100644
index 0000000000..fba54324da
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
@@ -0,0 +1,12 @@ 
+SUMMARY = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5"
+
+DEPENDS = "python3-setuptools-scm-native"
+SRC_URI[sha256sum] = "b391e3c5a434d1f5118a25615001dbc8f669cf410ab67d04c4d4e07c55481c37"
+
+inherit pypi python_setuptools_build_meta ptest-python-pytest
+
+RDEPENDS:${PN} += "python3-typing-extensions"
+
+PYPI_PACKAGE = "pyee"