diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-16 12:21:32 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-21 08:57:10 -0700 |
| commit | 9b895954bbbbe4a37625a0d9c7fd01ff778d9796 (patch) | |
| tree | 5f5ff36cdc20b92bb30ec5b35854aa822e9c7eae /meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb | |
| parent | 7f70cce01991396b3091e1b4b55f85776746fab1 (diff) | |
| download | meta-openembedded-9b895954bbbbe4a37625a0d9c7fd01ff778d9796.tar.gz | |
python3-langtable: Upgrade 0.0.52 -> 0.0.53
Upgrade to release 0.0.53:
- Capitalize the return values of language_name() and
territory_name()
- Add more translations from CLDR
- Get translation changes from CLDR
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb new file mode 100644 index 0000000000..27b690f1a0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.53.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ | ||
| 2 | keyboard, territory" | ||
| 3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" | ||
| 4 | LICENSE = "GPLv3+" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "d8f99adfb184f9def22539310f97ce80" | ||
| 10 | SRC_URI[sha256sum] = "fb17fd4d8e491c79159f81aa06ebacb18673fce59dac96f4e9d2d2db27a2e374" | ||
| 11 | |||
| 12 | inherit pypi setuptools3 python3native | ||
| 13 | |||
| 14 | DISTUTILS_INSTALL_ARGS += " \ | ||
| 15 | --install-data=${datadir}/langtable" | ||
| 16 | |||
| 17 | FILES_${PN} += "${datadir}/*" | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | ${PYTHON_PN}-compression \ | ||
| 21 | ${PYTHON_PN}-doctest \ | ||
| 22 | ${PYTHON_PN}-logging \ | ||
| 23 | ${PYTHON_PN}-xml \ | ||
| 24 | " | ||
