python3-langtable: upgrade 0.0.61 -> 0.0.62

Changelog:
=========
    Get translation changes from CLDR
    Add more translations from CLDR
    Add Norwegian keyboard layout to keyboards.xml (Resolves: #16)
    Add Hang script to Southern Aymara

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-05-08 18:19:29 +08:00
committed by Khem Raj
parent 25d3e39047
commit 0f4dba6506

View File

@@ -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] = "df8d5daedaa5c0d4e72dace925733376ba705d9330f63934f122eacf4746f360"
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 \
"