diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-15 09:58:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-17 07:47:08 +0100 |
| commit | a442006c811425cfcc9cd6ce2f45e15f2075c4c7 (patch) | |
| tree | dd8454152a58b3b1a156eace9875c749ff374693 /meta/recipes-devtools/python/python3-idna_3.4.bb | |
| parent | fdc3b1f6e286bce4e1834b9011d91fc0727063b9 (diff) | |
| download | poky-a442006c811425cfcc9cd6ce2f45e15f2075c4c7.tar.gz | |
python3-idna: upgrade 3.3 -> 3.4
(From OE-Core rev: daca869a8190a1035ab4aff6e0e8707041a95866)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-idna_3.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-idna_3.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-idna_3.4.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb new file mode 100644 index 0000000000..10c99ee0ea --- /dev/null +++ b/meta/recipes-devtools/python/python3-idna_3.4.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Internationalised Domain Names in Applications" | ||
| 2 | HOMEPAGE = "https://github.com/kjd/idna" | ||
| 3 | LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | # Remove bundled egg-info | ||
| 11 | do_compile:prepend() { | ||
| 12 | rm -rf ${S}/idna.egg-info | ||
| 13 | } | ||
| 14 | |||
| 15 | RDEPENDS:${PN}:class-target = "\ | ||
| 16 | ${PYTHON_PN}-codecs \ | ||
| 17 | " | ||
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
