From 4ca56224e6870541362ad218037597eb0e66569a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 12 Jan 2026 10:36:09 +0200 Subject: python3-langtable: Upgrade 0.0.68 -> 0.0.69 Upgrade to release 0.0.69: - Add Georgian console fonts - Add Adlm script to SN - Add dra, Tutg, ath, cmc, Cham, tai - Remove License classifier (license tag with SPDX license expression is already there) Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-langtable_0.0.69.bb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb') diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb new file mode 100644 index 0000000000..27ab97cd9b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb @@ -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] = "f0a51870cf837fd689094ce73a420efa0b9b470facda551090f9a93d1e16510c" + +inherit pypi setuptools3 python3native + +DISTUTILS_INSTALL_ARGS += " \ + --install-data=${datadir}/langtable" + +FILES:${PN} += "${datadir}/*" + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-doctest \ + python3-logging \ + python3-xml \ +" -- cgit v1.2.3-54-g00ecf