diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 23:22:32 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | 212226c10b971584843f55d47e55aca81df3c06c (patch) | |
tree | 47690dba2c9f0b796f15a23ce1c138b0fe2ae84c /meta-python | |
parent | 66c95f4463d64b51c2289e84f723e29ebae995c4 (diff) | |
download | meta-openembedded-212226c10b971584843f55d47e55aca81df3c06c.tar.gz |
python3-outcome: Add recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-outcome_1.3.0.post0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "Capture the outcome of Python function calls." | ||
2 | HOMEPAGE = "https://github.com/python-trio/outcome" | ||
3 | LICENSE = "Apache-2.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fa7b86389e58dd4087a8d2b833e5fe96 \ | ||
5 | file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
6 | file://LICENSE.MIT;md5=e62ba5042d5983462ad229f5aec1576c" | ||
7 | |||
8 | SRC_URI[sha256sum] = "9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8" | ||
9 | |||
10 | inherit pypi setuptools3 | ||
11 | |||
12 | RDEPENDS:${PN} += "python3-attrs" | ||
13 | |||
14 | RDEPENDS:${PN} += "python3-asyncio python3-core python3-pytest python3-typing-extensions" | ||
15 | |||
16 | PYPI_PACKAGE = "outcome" | ||