diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-28 14:18:50 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-28 11:32:26 -0800 |
| commit | e7444e166f45de91fb1a191dce16a1e8db9f5008 (patch) | |
| tree | 86ec8396193bcd83dabca252473da9df54bd097e /meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb | |
| parent | 5e3fa06882d1f4e96d55a8ac76b4319ef71b5a81 (diff) | |
| download | meta-openembedded-e7444e166f45de91fb1a191dce16a1e8db9f5008.tar.gz | |
python3-langtable: upgrade 0.0.60 -> 0.0.61
Changelog:
==========
Add mnw_MM.UTF-8 and ckb_IQ.UTF-8
Do not run test cases using Python2 anymore
Add bih
Add more translations from CLDR
Migrate license tag to SPDX
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb new file mode 100644 index 0000000000..6e924ac42e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.61.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "langtable is used to guess reasonable defaults for locale,\ | ||
| 2 | keyboard, territory" | ||
| 3 | HOMEPAGE = "https://github.com/mike-fabian/langtable/" | ||
| 4 | LICENSE = "GPL-3.0-or-later" | ||
| 5 | SECTION = "devel/python" | ||
| 6 | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "2c09f561463f18b038373b1fa8a4f68143dd3bfb59fdc8edbbba00548fc70db4" | ||
| 10 | |||
| 11 | inherit pypi setuptools3 python3native | ||
| 12 | |||
| 13 | DISTUTILS_INSTALL_ARGS += " \ | ||
| 14 | --install-data=${datadir}/langtable" | ||
| 15 | |||
| 16 | FILES:${PN} += "${datadir}/*" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} += " \ | ||
| 19 | ${PYTHON_PN}-compression \ | ||
| 20 | ${PYTHON_PN}-doctest \ | ||
| 21 | ${PYTHON_PN}-logging \ | ||
| 22 | ${PYTHON_PN}-xml \ | ||
| 23 | " | ||
