diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-trio_0.30.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-trio_0.30.0.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb b/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb new file mode 100644 index 0000000000..2013891074 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-trio_0.30.0.bb | |||
@@ -0,0 +1,18 @@ | |||
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] = "0781c857c0c81f8f51e0089929a26b5bb63d57f927728a5586f7e36171f064df" | ||
9 | |||
10 | inherit pypi python_setuptools_build_meta | ||
11 | |||
12 | RDEPENDS:${PN} = " \ | ||
13 | python3-idna \ | ||
14 | python3-sniffio \ | ||
15 | python3-attrs \ | ||
16 | python3-outcome \ | ||
17 | python3-sortedcontainers \ | ||
18 | " | ||