diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb new file mode 100644 index 0000000000..595717b8ab --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-yarl_1.21.0.bb | |||
@@ -0,0 +1,35 @@ | |||
1 | SUMMARY = "The module provides handy URL class for url parsing and changing" | ||
2 | HOMEPAGE = "https://github.com/aio-libs/yarl/" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | SRC_URI[sha256sum] = "866c17223f7d734377a260a2800e14791cb5e55ec252de624e053a0b36b8568a" | ||
7 | |||
8 | PYPI_PACKAGE = "yarl" | ||
9 | |||
10 | inherit pypi ptest-python-pytest python_setuptools_build_meta cython | ||
11 | |||
12 | SRC_URI += " \ | ||
13 | file://0001-build-wheel-in-place.patch \ | ||
14 | " | ||
15 | |||
16 | DEPENDS += " \ | ||
17 | python3-expandvars-native \ | ||
18 | " | ||
19 | |||
20 | RDEPENDS:${PN} = "\ | ||
21 | python3-multidict \ | ||
22 | python3-idna \ | ||
23 | python3-io \ | ||
24 | python3-propcache \ | ||
25 | " | ||
26 | |||
27 | RDEPENDS:${PN}-ptest += " \ | ||
28 | python3-hypothesis \ | ||
29 | python3-image \ | ||
30 | python3-pytest \ | ||
31 | python3-pytest-codspeed \ | ||
32 | python3-rich \ | ||
33 | python3-unittest-automake-output \ | ||
34 | " | ||
35 | |||