summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:56:07 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:59 -0700
commita52c699e74ee795ac6c18b0d2e1119aa4bccb706 (patch)
treeabcfcabe30cf3827908ad4a30b309266befc41a6 /meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb
parentcd9615081a157f0ada191315cdd8214d20e8787f (diff)
downloadmeta-openembedded-a52c699e74ee795ac6c18b0d2e1119aa4bccb706.tar.gz
python3-langtable: upgrade 0.0.66 -> 0.0.67
Changelog: ========== * Add tool to check which languages, scripts, and territories available in CLDR are missing in langtable * Add all missing scripts and languages: yrl, xnr, wbp, vmw, vec, trw, trv, skr, sdh, quc, pis, pcm, myv, mus, moh, mic, mhn, ltg, lmo, lld, kxv, kpe, kgp, ken, kcg, kaj, jbo, gaa, frr, csw, cic, cho, ceb, cch, cad, bss, blt, Tavt blo, bgn, bgc, rhg, Rohg hnj, Hmnp Shaw, Dsrt bew, bal, arn, apc, ann, scn * Drop Python < 3 support (using pyupgrade --py3-plus langtable.py) * Fix some ruff and pylint warnings 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-langtable_0.0.67.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb
new file mode 100644
index 0000000000..fe8dd0a0f4
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.67.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
2keyboard, territory"
3HOMEPAGE = "https://github.com/mike-fabian/langtable/"
4LICENSE = "GPL-3.0-or-later"
5SECTION = "devel/python"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI[sha256sum] = "04c81012b5a9f018567a480bff0b7228e8db95e86fea0eb3d45894d8b8b80e64"
10
11inherit pypi setuptools3 python3native
12
13DISTUTILS_INSTALL_ARGS += " \
14 --install-data=${datadir}/langtable"
15
16FILES:${PN} += "${datadir}/*"
17
18RDEPENDS:${PN} += " \
19 python3-compression \
20 python3-doctest \
21 python3-logging \
22 python3-xml \
23"