diff mbox series

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

Message ID 20240925062422.3146738-7-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>
---
 .../python/python3-outcome_1.3.0.post0.bb        | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
new file mode 100644
index 0000000000..89c0da470e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb
@@ -0,0 +1,16 @@ 
+SUMMARY = "Capture the outcome of Python function calls."
+HOMEPAGE = "https://github.com/python-trio/outcome"
+LICENSE = "Apache-2.0 & MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \
+                    file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \
+                    file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c"
+
+SRC_URI[sha256sum] = "9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8"
+
+inherit pypi setuptools3
+
+RDEPENDS:${PN} += "python3-attrs"
+
+RDEPENDS:${PN} += "python3-asyncio python3-core python3-pytest python3-typing-extensions"
+
+PYPI_PACKAGE = "outcome"