summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-icu_2.14.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:42 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:20 -0800
commitde1f81d00dbc96b35189814c7960a3defadf41bc (patch)
treec996f4caadbb98c6d73a5d7c8d349c03e314ba21 /meta-python/recipes-devtools/python/python3-icu_2.14.bb
parentc8977801b62d4fdb9af626ed5caff6b3e39f110e (diff)
downloadmeta-openembedded-de1f81d00dbc96b35189814c7960a3defadf41bc.tar.gz
python3-icu: upgrade 2.13.1 -> 2.14
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-icu_2.14.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-icu_2.14.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-icu_2.14.bb b/meta-python/recipes-devtools/python/python3-icu_2.14.bb
new file mode 100644
index 0000000000..facfa4ffe2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-icu_2.14.bb
@@ -0,0 +1,19 @@
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"
11
12SRC_URI[sha256sum] = "acc7eb92bd5c554ed577249c6978450a4feda0aa6f01470152b3a7b382a02132"
13
14SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch"
15
16inherit pkgconfig pypi python_setuptools_build_meta
17
18# it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version
19S = "${WORKDIR}/pyicu-${PV}"