mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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>
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
|
||||
keyboard, territory"
|
||||
HOMEPAGE = "https://github.com/mike-fabian/langtable/"
|
||||
LICENSE = "GPL-3.0-or-later"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI[sha256sum] = "47128c06008acedee1745f2d56151461d94526b2be95a4124692013af35496b6"
|
||||
|
||||
inherit pypi setuptools3 python3native
|
||||
|
||||
DISTUTILS_INSTALL_ARGS += " \
|
||||
--install-data=${datadir}/langtable"
|
||||
|
||||
FILES:${PN} += "${datadir}/*"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-compression \
|
||||
${PYTHON_PN}-doctest \
|
||||
${PYTHON_PN}-logging \
|
||||
${PYTHON_PN}-xml \
|
||||
"
|
||||
Reference in New Issue
Block a user