summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:56:05 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-27 09:08:57 -0700
commit6c44c7d271f856e6360a59e8f2fb283ca38aa568 (patch)
tree57835f1289e3aaa86c0d3c93fdfe5fa1e1f15243 /meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
parent3ef22a8783ec51ce500203c337e3f0d2f959f2a5 (diff)
downloadmeta-openembedded-6c44c7d271f856e6360a59e8f2fb283ca38aa568.tar.gz
python3-icu: upgrade 2.16.1 -> 2.16.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-icu_2.16.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-icu_2.16.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
new file mode 100644
index 0000000000..bfc37c2763
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-icu_2.16.2.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Python extension wrapping the ICU C++ API"
2HOMEPAGE = "https://gitlab.pyicu.org/main/pyicu"
3BUGTRACKER = "https://gitlab.pyicu.org/main/pyicu/-/issues"
4SECTION = "devel/python"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0724597863f1581ab01429e0423e779f"
7
8DEPENDS += "icu"
9
10PYPI_PACKAGE = "pyicu"
11UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
12
13SRC_URI[sha256sum] = "006d51e24b5ec76df6ec2130f3dde269c51db8b8cfebb7d45a427dde0d10aa52"
14
15SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
16
17inherit pkgconfig pypi python_setuptools_build_meta
18
19# it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version
20S = "${UNPACKDIR}/pyicu-${PV}"