summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@fujitsu.com>2022-04-21 17:59:29 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-02 14:12:12 -0700
commit78540125d912c0ccd193600adc680a4b90776d4f (patch)
tree5ca3b73ea23806d9d57a857c08b383e2b4dfb846 /meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb
parentcdf317cc1683847dd00b124bf8cbf0ed4aac9e67 (diff)
downloadmeta-openembedded-78540125d912c0ccd193600adc680a4b90776d4f.tar.gz
python3-langtable: upgrade 0.0.57 -> 0.0.58
Changelog: ========= Add syr locale Get translation changes from CLDR Add more translations from CLDR Fix names for keyboard layouts which have changed Add ab_GE locale Add rif language Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.58.bb
new file mode 100644
index 0000000000..025ceb6811
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.58.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] = "47128c06008acedee1745f2d56151461d94526b2be95a4124692013af35496b6"
10
11inherit pypi setuptools3 python3native
12
13DISTUTILS_INSTALL_ARGS += " \
14 --install-data=${datadir}/langtable"
15
16FILES:${PN} += "${datadir}/*"
17
18RDEPENDS:${PN} += " \
19 ${PYTHON_PN}-compression \
20 ${PYTHON_PN}-doctest \
21 ${PYTHON_PN}-logging \
22 ${PYTHON_PN}-xml \
23"