summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-12-30 22:18:59 -0800
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:34:05 -0800
commit802ef55a7e63f35c240115fcae2296553528d80b (patch)
tree11d8fed4dd0c6f42e0f4242938428151a4ead87d /meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb
parent6f68f5fce766096b9d086093ca0435bc5904b8e7 (diff)
downloadmeta-openembedded-802ef55a7e63f35c240115fcae2296553528d80b.tar.gz
python3-pyee: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyee_13.0.0.bb12
1 files changed, 12 insertions, 0 deletions
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 @@
1SUMMARY = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b2b1cc8797dff32cec5d783148fceab5"
4
5DEPENDS = "python3-setuptools-scm-native"
6SRC_URI[sha256sum] = "b391e3c5a434d1f5118a25615001dbc8f669cf410ab67d04c4d4e07c55481c37"
7
8inherit pypi python_setuptools_build_meta ptest-python-pytest
9
10RDEPENDS:${PN} += "python3-typing-extensions"
11
12PYPI_PACKAGE = "pyee"