diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-24 23:23:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 06:58:28 -0700 |
commit | 9c785dca9f7644a3767f9ce013f29c8a735b6516 (patch) | |
tree | 4c6a11ff8935b7e818195ff52e4e2c5174c607f2 /meta-python | |
parent | afaee4b40cb8d71c7df08cf19de4f5ae37928544 (diff) | |
download | meta-openembedded-9c785dca9f7644a3767f9ce013f29c8a735b6516.tar.gz |
python3-trio: 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-trio_0.26.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 @@ | |||
1 | SUMMARY = "A friendly Python library for async concurrency and I/O" | ||
2 | HOMEPAGE = "https://github.com/python-trio/trio" | ||
3 | LICENSE = "Apache-2.0 & MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=447ea202d14d2aee40d8a2c26c865da9 \ | ||
5 | file://LICENSE.APACHE2;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | ||
6 | file://LICENSE.MIT;md5=5f229c828e5a6f0a2ce90c7d3c054721" | ||
7 | |||
8 | SRC_URI[sha256sum] = "0346c3852c15e5c7d40ea15972c4805689ef2cb8b5206f794c9c19450119f3a4" | ||
9 | |||
10 | inherit pypi python_setuptools_build_meta | ||
11 | |||
12 | PYPI_PACKAGE = "trio" | ||
13 | RDEPENDS:${PN} = "python3-idna python3-sniffio" | ||