summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.57.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.57.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.57.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb
deleted file mode 100644
index 948f7651a0..0000000000
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.57.bb
+++ /dev/null
@@ -1,23 +0,0 @@
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] = "6c3c0a6577652c81871cbaf139046e1c88ead8439c585bd83976b3092f57e9d7"
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"