diff mbox series

[meta-python,9/9] python3-trio: Add recipe

Message ID 20240925062422.3146738-9-raj.khem@gmail.com
State New
Headers show
Series [meta-python,1/9] python3-pydbus: Add missing rdep on xml module for ptests | expand

Commit Message

Khem Raj Sept. 25, 2024, 6:24 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-trio_0.26.2.bb  | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-trio_0.26.2.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb b/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb
new file mode 100644
index 0000000000..1272606f6e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-trio_0.26.2.bb
@@ -0,0 +1,13 @@ 
+SUMMARY = "A friendly Python library for async concurrency and I/O"
+HOMEPAGE = "https://github.com/python-trio/trio"
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \
+                    file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+                    file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721"
+
+SRC_URI[sha256sum] = "0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4"
+
+inherit pypi python_setuptools_build_meta
+
+PYPI_PACKAGE = "trio"
+RDEPENDS:${PN} = "python3-idna python3-sniffio"