diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:42 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:20 -0800 |
| commit | de1f81d00dbc96b35189814c7960a3defadf41bc (patch) | |
| tree | c996f4caadbb98c6d73a5d7c8d349c03e314ba21 /meta-python/recipes-devtools/python/python3-icu_2.14.bb | |
| parent | c8977801b62d4fdb9af626ed5caff6b3e39f110e (diff) | |
| download | meta-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.bb | 19 |
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 @@ | |||
| 1 | SUMMARY = "Python extension wrapping the ICU C++ API" | ||
| 2 | HOMEPAGE = "https://gitlab.pyicu.org/main/pyicu" | ||
| 3 | BUGTRACKER = "https://gitlab.pyicu.org/main/pyicu/-/issues" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0724597863f1581ab01429e0423e779f" | ||
| 7 | |||
| 8 | DEPENDS += "icu" | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "PyICU" | ||
| 11 | |||
| 12 | SRC_URI[sha256sum] = "acc7eb92bd5c554ed577249c6978450a4feda0aa6f01470152b3a7b382a02132" | ||
| 13 | |||
| 14 | SRC_URI += "file://0001-Fix-host-contamination-of-include-files.patch" | ||
| 15 | |||
| 16 | inherit pkgconfig pypi python_setuptools_build_meta | ||
| 17 | |||
| 18 | # it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version | ||
| 19 | S = "${WORKDIR}/pyicu-${PV}" | ||
