summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-08-18 12:40:35 +0300
committerKhem Raj <raj.khem@gmail.com>2021-08-19 09:56:43 -0700
commitf601322416e219cdc95452bed44d25587adab8d1 (patch)
tree5f63907b64308366a735e743c975836a96100fe8 /meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
parent9f6e3b69bd6d6030858c204033a56a58cdb0b1a1 (diff)
downloadmeta-openembedded-f601322416e219cdc95452bed44d25587adab8d1.tar.gz
python3-langtable: Upgrade 0.0.54 -> 0.0.56
Upgrade to release 0.0.56: - Fallback to translations in “xx” from “xx_Zzzz” only if “Zzzz” is the main script of “xx” - Get translation changes for mt from CLDR Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
deleted file mode 100644
index e41cfd5dd5..0000000000
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.54.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\
2keyboard, territory"
3HOMEPAGE = "https://github.com/mike-fabian/langtable/"
4LICENSE = "GPLv3+"
5SECTION = "devel/python"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI[md5sum] = "bf2db4302dbed534ff322612f5f5a16e"
10SRC_URI[sha256sum] = "2a6298267586fcade84ce977736fc35102ef95d68975bc90ceaa06117d42d5a6"
11
12inherit pypi setuptools3 python3native
13
14DISTUTILS_INSTALL_ARGS += " \
15 --install-data=${datadir}/langtable"
16
17FILES:${PN} += "${datadir}/*"
18
19RDEPENDS:${PN} += " \
20 ${PYTHON_PN}-compression \
21 ${PYTHON_PN}-doctest \
22 ${PYTHON_PN}-logging \
23 ${PYTHON_PN}-xml \
24"