summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-01-12 10:36:09 +0200
committerKhem Raj <raj.khem@gmail.com>2026-01-12 10:25:57 -0800
commit4ca56224e6870541362ad218037597eb0e66569a (patch)
tree43daebb85ec261cdbeaac0158ac097940edad7b9 /meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb
parentd58da103e19e671eb64f7ca660ed643bcf62336c (diff)
downloadmeta-openembedded-4ca56224e6870541362ad218037597eb0e66569a.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.69.bb23
1 files changed, 23 insertions, 0 deletions
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 @@
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] = "f0a51870cf837fd689094ce73a420efa0b9b470facda551090f9a93d1e16510c"
10
11inherit pypi setuptools3 python3native
12
13DISTUTILS_INSTALL_ARGS += " \
14 --install-data=${datadir}/langtable"
15
16FILES:${PN} += "${datadir}/*"
17
18RDEPENDS:${PN} += " \
19 python3-compression \
20 python3-doctest \
21 python3-logging \
22 python3-xml \
23"